* Cantinho Satkeys

Refresh History
  • FELISCUNHA: ghyt74  pessoal   k8h9m
    27 de Setembro de 2024, 11:51
  • JPratas: try65hytr Pessoal  49E09B4F k7y8j0
    27 de Setembro de 2024, 02:13
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Setembro de 2024, 17:41
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    25 de Setembro de 2024, 11:38
  • JPratas: dgtgtr A Todos  4tj97u<z k7y8j0
    23 de Setembro de 2024, 17:53
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  49E09B4F
    22 de Setembro de 2024, 10:33
  • j.s.: tenham um excelente fim de semana  4tj97u<z
    21 de Setembro de 2024, 14:49
  • j.s.: dgtgtr a todos  4tj97u<z
    21 de Setembro de 2024, 14:49
  • FELISCUNHA: ghyt74  pessoal  49E09B4F
    20 de Setembro de 2024, 11:30
  • JPratas: try65hytr Pessoal  4tj97u<z k7y8j0
    20 de Setembro de 2024, 02:32
  • FELISCUNHA: Boa tarde pessoal   htg6454y
    19 de Setembro de 2024, 12:18
  • cereal killa: dgtgtr pessoal e muita fumo  k8h9m 535reqef34
    16 de Setembro de 2024, 19:21
  • JPratas: dgtgtr Pessoal Bom Fim de Semana 4tj97u<z h7ft6l
    15 de Setembro de 2024, 18:33
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    15 de Setembro de 2024, 09:32
  • j.s.: tenham um excelente domingo  49E09B4F 43e5r6
    15 de Setembro de 2024, 09:08
  • j.s.: ghyt74 a todos  4tj97u<z
    15 de Setembro de 2024, 09:07
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    14 de Setembro de 2024, 11:23
  • JPratas: try65hytr Pessoal  4tj97u<z k7y8j0
    13 de Setembro de 2024, 01:55
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    12 de Setembro de 2024, 11:48
  • JPratas: dgtgtr A Todos  4tj97u<z k7y8j0
    11 de Setembro de 2024, 19:35

Autor Tópico: App Builder 2022.33 (x64)  (Lida 29 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 112537
  • Karma: +0/-0
App Builder 2022.33 (x64)
« em: 01 de Dezembro de 2022, 06:09 »


File Size: 190.5 MB

If you want to create modern desktop and mobile apps you're in the right place! DecSoft App Builder is a professional visual development environment to create HTML5 apps, WebApps, Progressive WebApps, Web Extensions and Hybrid apps for the modern mobile and desktop browsers, as well platforms like Google Android, Apple iOS and Microsoft Windows.

Languages
The DecSoft App Builder apps are based in HTML, CSS and Javascript. These are the languages that you must know (more or less) in order to create modern apps that run in all the mobile and desktop browsers, as well platforms like Android, iOS and Microsoft Windows. All with the same base code! This is a big reason to choose DecSoft App Builder.
Visual designer
App Builder provide us dozens of visual and non visual controls ready to be placed in the application's designer. Simply drag and drop the control that you need into the designer and then place it where you wanted.
Contextual help
DecSoft App Builder has a contextual help that point you exactly to the control, property, event reference, etc. Just press the F1 key where you are in the IDE. For your convenience, the help is also available online in: getappbuilderhelp.com
Apache Cordova
DecSoft App Builder is integrated with Apache Cordova and prepares for your app the right config file, platform icons, splash screens, batch files, shell files and JSON files. DecSoft App Builder integrates also the officials Apache Cordova plugins.
Quick code list
The DecSoft App Builder code editors provides the Quick code list for your convenience. The Quick code list helps you to write Javascript code more faster, providing all the available controls properties, methods and more.
App Files manager
The DecSoft App Builder IDE incorporates the right Files manager for your app, so you can link Javascript and stylesheet files, but also add images, other files (like JSON files) and even entire directories, to be available in your app at runtime.
User Functions
In addition to the available app methods and the methods provided by the app views, app dialogs, app frames, the Apache Cordova plugins methods, and, all the possible controls that you can use, its also possible to setup your own User Functions in order to be available for your app at runtime.
Auto scale apps
There are many themes availables for your app, and, you can also set the fixed and scaled styles, even at runtime. The auto scale style made the app properly show in different screen sizes.
Whats New
* Add the "kind" property to the Checkbox input controls. This "kind" property is similar to the same property that we can found in another controls like the Push buttons, and, refers to the Bootstrap CSS framework "kind" colors that we can use, like "primary", "success", "danger", etc. The Checkbox input control do not have a kind by default, but, we add it to consider it useful for our apps. By default the "kind" is "primary", which let the control with a very similar apparience than the default one (without any kind). A new CheckboxKind sample app has been added, and, the editor Quick Code List includes the "kind" property now as well this property has been properly documented in the product help in the Checkbox input control reference.
* Add the "kind" property to the Radio input controls. This "kind" property is similar to the same property that we can found in another controls like the Push buttons, and, refers to the Bootstrap CSS framework "kind" colors that we can use, like "primary", "success", "danger", etc. The Radio input control do not have a kind by default, but, we add it to consider it useful for our apps. By default the "kind" is "primary", which let the control with a very similar apparience than the default one (without any kind). A new RadioKind sample app has been added, and, the editor Quick Code List includes the "kind" property now as well this property has been properly documented in the product help in the Radio input control reference.
* Add the "kind" property to the Switch input controls. This "kind" property is similar to the same property that we can found in another controls like the Push buttons, and, refers to the Bootstrap CSS framework "kind" colors that we can use, like "primary", "success", "danger", etc. The Switch input control do not have a kind by default, but, we add it to consider it useful for our apps. By default the "kind" is "primary", which let the control with a very similar apparience than the default one (without any kind). A new SwitchKind sample app has been added, and, the editor Quick Code List includes the "kind" property now as well this property has been properly documented in the product help in the Switch input control reference.
* This release includes also some minor changes, fixes and enhancements, for example, the Radio control font size in the designer has been increased to be the same than what we use for the Checkbox controls and the Switch controls. Also, we remove from the editor Quick Code List the Size property for the Checkbox, Input and Switch controls, since this property do not really exists for these controls: if the list include it is by a mistake.

Homepage:
Código: [Seleccione]
https://www.davidesperalta.com
Download link

rapidgator.net:
Citar
https://rapidgator.net/file/27a55ac91e8251bc8f374974dfe25f64/tsuea.App.Builder.2022.33.x64.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/F1bE85D1b4c42142/tsuea.App.Builder.2022.33.x64.rar

nitroflare.com:
Citar
https://nitroflare.com/view/008430B42D27CFF/tsuea.App.Builder.2022.33.x64.rar

1dl.net:
Citar
https://1dl.net/yp2znjlbrmgt/tsuea.App.Builder.2022.33.x64.rar.html