LEGO Digital Designer

最新版本 App Builder 2018.41

App Builder 2018.41

App Builder 2018.41
LEGO Digital Designer 允許你建立幾乎任何你的想像力可以創建,使用虛擬樂高積木在您的 Windows.

隨著免費的數字設計軟件,你可以建立絕對的虛擬樂高積木在您的計算機上的任何東西。然後,您可以購買真正的磚塊,在樂高工廠在線創建您的作品,也可以打印出磚塊,並將其帶到任何樂高樂園主題樂園或樂高商店.

使用 LEGO Digital Designer MINDSTORMS 模式,您可以訪問數百個虛擬樂高頭腦風暴和技術元素。您可以從頭開始設計您的下一個機器人模型,或記錄您的創建和共享在 NXT 日誌!

LEGO Digital Designer 功能:

自由生成或重建
您可以使用各種 MINSTORMS 和技術元素,或選擇過濾元素的選擇,以特定樂高集。 LDD 計算可用的碎片數量,以便您可以挑戰自己重新設計一個集合!

NXT brick
LEGO Digital Designer MINDSTORMS 模式包括您需要的所有 MINDSTORMS 元素,包括虛擬 NXT 智能塊。電線是顏色編碼,以便您的計劃可能是明確的。 (注:虛擬磚僅用於建築,目前不包含或模擬 NXT 軟件。)

與全球共享
當您完成了驚人的創作,您可以將您的 LEGO Digital Designer 文件上傳到 NXTLog。世界各地的其他樂高 MINDSTORMSfans 將有權訪問您的指令,建立你的酷機器人!您也可以閱讀意見和反饋。加入社區,分享您的設計!

也可用:下載 LEGO Digital Designer 為 Mac

ScreenShot

軟體資訊
檔案版本 App Builder 2018.41

檔案名稱 appbuilder.zip
檔案大小 14.1 MB
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 免費軟體
作者 The LEGO Group
官網 http://ldd.lego.com/en-us/
更新日期 2018-02-05
更新日誌

What's new in this version:

App Builder 2018.41
- Upgrade the FontAwesome icons to the latest version 5. The IDE icon picker dialog as well the apps can now use up to 929 icons from the FontAwesome pack, including all the Regular, Solid and Brands icons. Note that some icons names has been renamed from the previous FontAwesome 4.x versions. Review your apps and use the IDE icon picker dialog in order to assign new icons if needed

App Builder 2018.39
- Enhance the algorithm used when generate the splash screens for all the supported Apache Cordova platforms. Thanks very, very, very much José! Without your help we probably can't get our desired result: the best as possible! Thanks again!

App Builder 2018.38
- Change the algorithm used when generate the splash screens for all the supported Apache Cordova platforms. Now the provided splash screen is resized, but, only to fit the generated splash screen. This release includes also a bug fix for the generated landscape splash screens, which certainly crop the provided splash screen in a wrong way before this fix.

App Builder 2018.37
- Introducing the app's views' Params variable. Take a look at the app's views' help topic in order to learn about this new variable that every view in the app have now.  Take also a look at the new ViewParams app sample (number 170), that shows how we can use the new views' Params variable.

App Builder 2018.36
- Some other minor changes and enhancements has been made over the App Builder compiler, some of the includes app samples, the program's help file and the spanish translation.
- Added the new CopyVar action. This action allows to copy or assign the specified variable B into the specified variable A. If the variable A did not exists, a new variable is created. If the variable B did not exists, then an "undefined" value is assigned to the variable A. This action did not take in consideration the type of the variables, then we can use this action to copy or assign variables of any type. For example, we can copy or assign an variable B of the type Array, Object, etc. into the specified variable A.
- Change the debug layout dock panels positions. Instead of place all the debug related dock panels at the button and using tabs, now the debug related dock panels are placed at the right. The enhancement is that they are not placed now in tabs, then we can see by a quick view all the debug related panels, without the need to change any tab.

App Builder 2018.35
- Update the Boostrap CSS framework used internally by App Builder, and, update all the Boostrap CSS app themes, from the Boostrap CSS beta 3 version to the first stable Boostrap CSS 4 version.

App Builder 2018.34
* Fix a bug in the Watcher control that occur if we try to set the Watcher variable in runtime. The Watcher control works now as expected, except that they no more start automatically when the app start: we must start it explicitly when we wanted.
* Minor changes in the Database sample (server side scripts) in order to offer the appropriate exception message if we can't connect with the database server. Now, in addition to the "Can't connect to the database" we have the right PHP exception message.

App Builder 2018.33
- Fix a bug related with the Apache Cordova splash screen: few releases ago App Builder uses the App icon if an splash screen is not provided, however, the appropriate addition in the Batch generated files for Apache Cordova are missing.

App Builder 2018.32
- The Welcome page has been redesigned, simplified and enhanced. Some useful links are provided, as well an HTML form to directly search in the program support forum. As before, the latest posts in the forum are listed too.

App Builder 2018.31
- Upgrade Boostrap CSS 4 to the latest version. Do the same with all the 21 themes by bootswatch. Upgrade the HTML markup for Select, Radio and Checkbox controls to fit the latest version of Boostrap CSS 4.

App Builder 2018.30
- Added a new AlertBox app sample (number 169) to show the different types that we can use in the AlertBox, MessageBox and InputBox actions. The MessageBox sample has been enhanced with more types, the possible use of HTML and others.
- Enhance the AlertBox, InputBox and MessageBox actions. Now these actions respect the user selected "type" (primary, secondary, success, danger, warning, info, light, dark) in the best wat as possible: with the correct background and foreground colors.
- Complete the spanish translation of the App Builder i18n file and update the french translation of the App Builder i18n with some fixes and new strings added. Thanks very much for your work Jean!

App Builder 2018.29
- Fix an anoying bug that causes the code editor indentation do not work as expected when we choose an App Builder action from the code editor autocomplete list.
- Enhance the ApplyModel action in order to try to avoid Angular JS "digest" problem when that action are "abused" or not used properly in the right place. Since the error that can cause this action can affect the app behaviour, this fix try to avoid these problems.

App Builder 2018.28
- Added the new FileDownload app sample (number 168). This sample show us how to download an file into the user device storage (to be available for the user) and also download an image file in the app private storage (to be used only by the app).
- Added the Apache Cordova plugin FileTransfer into the app options dialog, under the Cordova / General / Plugins options. This plugin has been added primarely to be used by the new FileDownload action, but can also be used for other purposes too.
- Added the new action FileDownload, which allow us to download files in both the app private storage and the user device storage. See the FileDownload action help reference for more information and details.
- Added an header in all the generated Batch and Shell files for Apache Cordova with the App Builder version and release number. Just for information purposes.
- From some releases ago App Builder pick the app icon to be used as the splash screen of the app, if an specific splash screen is not specified. However, App Builder do not include the appropriate Apache Cordova plugin to show the app splash screen. This is fixed now.

App Builder 2018.27
- Add the new FrontCamera, FlipButton and TorchButton variables / options to the Barcode control. The Barcode app samples has been enhanced in order to shown the usage of these new variables / options of the Barcode control. The program's help file has been also upgraded describing that variables / options too.

App Builder 2018.26
- App Builder never requires a portrait and landscape splash screens anymore, but, just one image, that, the program uses to automatically generate all the splash screen images for all the supported Apache Cordova platforms. This change is made mostly to be ready with the iOS platform, who changes their splash screens conventions. App Builder continue generating portrait and lanscape screens for the supported platforms, but, now based in the only one image that you must to provide in the app.
- Fix an introduced error in the conditions related actions wich can cause certain problems if we deal with decimal numbers "as is" (not using variables) in that conditions related actions.

App Builder 2018.25
- We are proud to announce that the splash screens for Apache Cordova that App Builder generates for your app, looks now better than never. App Builder uses now certain new algorithm to create the splash screen files for all the Cordova platforms, and, now also saves the aspect ratio of your provided images.
- App Builder creates now the appropriate splash screens for Apache Cordova based in the app icon, if no other images has been provided in the Cordova / Splash options.
- Translate some missing spanish strings in the DecSoft's App Builder i18n file.

App Builder 2018.41 相關參考資料
App Builder 2018.41 + Patch - Wix.com

App Builder 2018.41 + Patch http://bit.ly/2CYKY76 4c1e08f8e7 80cf144940b393dd756098986473822ae7e2a4d7 10.71 MiB (11228698 Bytes) 1) Updated: ...

https://downliglatewonderg.wix

Jack-assisted leveling process of an actual 17-story building ...

Request PDF | Jack-assisted leveling process of an actual 17-story building | Foundation problems during building construction ... DOI: 10.21660/2018.41.71447.

https://www.researchgate.net

Magnitude, composition and spatiotemporal patterns of ...

DOI: 10.32800/abc.2018.41.0281 · Cite this publication ... Use and application of range mapping in assessing extinction risk in Canada. August 2015 · Wildlife ...

https://www.researchgate.net

App Builder 2018.41 軟體下載 Download :: 軟體兄弟

LEGO Digital Designer 允許你建立幾乎任何你的想像力可以創建,使用虛擬樂高積木在您的Windows.隨著免費的數字設計軟件,你可以建立絕對的虛擬樂高積木在您 ...

https://softwarebrother.com

APP BUILDER 2018.41 MULTILINGUAL - DZ4SOFT

If you want to create modern desktop and mobile applications then you're in the right place! App Builder is a complete visual development ...

http://dz4soft.blogspot.com

App Builder 2018.41 + Patch v 12.3.6磁力链接种子资源下载- 磁力狗

侵权删除/DMCA:magnetdog155#gmail.com (We will delete it within 24 hours). App Builder 2018.41 + Patch v 12.3.6. 创建时间 2019-08-09 09:26:27. 文件大小 ...

https://clg.link

App Builder 2018.41 + Patch磁力链接种子资源下载- 磁力狗

侵权删除/DMCA:magnetdog155#gmail.com (We will delete it within 24 hours). App Builder 2018.41 + Patch. 创建时间 2019-08-09 13:48:05. 文件大小 0.01GB.

https://clg.link

FULL App Builder 2018.41 + Patch - Wix.com

FULL App Builder 2018.41 + Patch http://fancli.com/181ta2 e2b2ec4ccf 80cf144940b393dd756098986473822ae7e2a4d7 10.71 MiB ...

https://instorthandthandsi.wix

Hacksaw Ridge 2016 DvDScr 850 MB IExTV Serial Key

CRACK App Builder 2018.41 + Patch · Windows 7 themepack ~BLUE WATER~ full version · CRACK VMware vSphere with Operations Management 5.1.

https://www.jsif.org