-
Posts
21 -
Joined
-
Last visited
Everything posted by DFerrato
-
Hi I tried the IDE Glade (http://ftp.gnome.org/pub/GNOME/binaries/win32/glade/3.14/) i found interesting your point of view. Yes, it is possible to translate the XML file produced by the Glade and convert it into autoit code. But what would happen when we need a code AUTOIT CONVERTIT (created by another) to Glade XML format or .kXF Koda?. Regards Daniel
- 82 replies
-
- autobuilder
- guibuilder
-
(and 3 more)
Tagged with:
-
Upload the files. Same version, but add new documentation in GuiBuilder.txt <Extract files with 7zip or WinRar> Regards Daniel GuiBuilder v1.0.11A.7z
-
@OldGuyWalking thanks for your comment. My intention in publishing the development carried out, was not to talk about the English language. Was to assist the rest by giving them an extensible GUIBUILDER and receive the guidance, help and ideas of the people of the forum to finalize it. But sometimes the way to communicate weighs more than the ideas that one expresses. 😃 Regards Daniel
-
Hello Exit Thank you for your suggestion. What I wanted to mean is that some wrong word in English or syntax error will find in my essays. Apologies for my bad English By the way, any comments on the program? Regards Daniel.
-
Thank for welcome and corrections Argumentum. PS: Translated from spanish to english language using https://traductor.babylon-software.com/espanol/a-ingles/
-
Hello to all.. Returning this project, submitted a new version of the GUIBUILDER. This is an open project and i hope your suggestion and collaboration. Sample of Look and Feel. 1) Motivations: When you return to the development of the guibuilder, i ask to myself because I make a new program when there are already other full already extensive use among programrs as for example ISNT Studio or the K.O.D.A. And I found myself with the necessity that this is easily extensible, independent of the programming language and in a future integrated into a larger suite that includes other components (e.g., automation in the program flows, modeling of data structure, programming by rules, distinction of tasks by users, integration with other applications using standards such as SOAP or REST, etc.). This is so understanding the state of the art of software development today, is no longer useful that the aid is only in GUI development's. 2) Rationalizations: My first impulse to resuming development was to follow the methodology applied up until that time. But to have to speak the message loop to add the editing of properties of the window, I found myself in a quagmire to locate the exact site where to insert the new code. Just at that moment I understood because in Guibuilder Ravamped withdrew all the code that did not belong to the basic structure. This experience led me to adopt a third alternative expressed in the following actions: Convert all pieces of possible codes in functions: to each of these new features, you added a description and document parameters of Estrada, output and global variables used or modified. Organization of code and functions in sections: I understood that it is easier to find, understand and modify a section of code, if this is grouped according to what it does, The separation into Sections also reached to code generated by the GuiBuilder. Use a Database: In reviewing the various codes to modify i found that many of them were very similar, being able to save labor and time, separating the data in the instructions themselves and placing the latter in a local database (see Modifying_db.txt and structure_db.txt) Edition of Properties: While many controls have similar properties, this is not the case for all of them. By this replaced the fields Edit, by a grid, then automated change of each one of them, placed in the Db information on editing mechanism, by default values and classes about which it applies. New main window: It seemed to me that the program should have a separate to the main window of the properties and is remade the menu by placing some of its functions in a toolbar 4) State of the art While the Guibuilder works and generates a correct code, there are many even the facilities that I would like to add to it a full form builder. The functions currently available are: Usable Controls: Button, Checkbox, Radio, Edit, Input, Label, List, combo, Date, TreeView (incomplete), Icon, Pic, Progress Bar, Slider Bar, Group (incomplete) y Choose Color (New). Properties availables: and dependent on the control class chosen, are: Name, Left, Top, Width, BKColor, Color, Image, Style, Tip, Text, State, Cursor, Font (Type, size, color, styles) , Caption, Height, Value Default, Nombre de Clase, Style_ex, Source. Windows Properties: (incomplete) Grid: Enabled / Disabled, automatic alignment, alignment of the current control or all controls. Menu features: with added, enabled, disabled fast (see Menu.txt) Toolbar features: with added, enabled, disabled fast (see Toolbar.txt) Properties: Quick Add (see properties.txt) Debug: In the execution of code compiled or interpreted in a separate window (Open Debugview.exe - included) Debugging Features: display of internal arrays of operation ($MCL[], $Type[], $Grippy[], $CursorInfo[]) Autoit code generation: using loop of messages Generation saved source: code at any time. Possibility to generate codes: in other programming languages In the header of Guibuilder.au3 are the incomplete list and the point’s detected errors not yet corrected. 5) To Next ?. There are many tasks that are still to be carried out, to get to the objective explained in paragraph motivations, even that this form creator is as useful as possible to the developer. I would like to start by modifying the following: Autoit code generation using events. Complete controls disabled Tab, Menu, Context Menu, file etc. Added child windows. Correction of known bugs. Import function of code: after the modifications to it, made by a programer. Complete mass Modification: (Maintenance menu in tools). Shrinking message loop and global variables: the ease of maintenance of the program is inversely proportional to this. Toolbar of Properties: converter of static (actual) to Dynamic. For easy add the new properties. Wanted Beta tester, developers and fresh ideas. Exampe of Independent Debug window. GuiBuilder v1.0.11.zip Regards Daniel
-
Thank you for your recommendation, I am going to visit that page
- 82 replies
-
- autobuilder
- guibuilder
-
(and 3 more)
Tagged with:
-
Thank you.. We ask for your help, when more people join to help. I also believe (and i may be wrong) that the major guideline on the changes to be made could be discussed here, so more people to know your opinion. Daniel
- 82 replies
-
- autobuilder
- guibuilder
-
(and 3 more)
Tagged with:
-
We agree, but my time is also limited In some free time, I start to convert the code into smaller blocks. Is there someone else can offer help?. PS: I discovered the causes for which no show the missing icons.. Daniel
- 82 replies
-
- autobuilder
- guibuilder
-
(and 3 more)
Tagged with:
-
@kcvinu have reason, proposing continue the development from the formbuilder @BuckMaster some post (see link above). But (and there is always some but), the formbuilder might be hard to modify to get what we want by any of the following reasons: * creation of main screen, controls, properties, menus, alignment, spacing, toolbar all mixed together. * main loop of events with 5200 lines of codes * poor documentation. We can add the features mentioned several post back, but before we must invest the time converting extensive code in subroutines, documenting, reviewing much code. For my part I am willing to invest time to try, but to achieve this we are going to need help more people. PS: For example after compile source , I not able to do that this display the icons for alignment, spacing. Regards Daniel
- 82 replies
-
- autobuilder
- guibuilder
-
(and 3 more)
Tagged with:
-
Hello: I am going to check the Formbuilder. Thanks for the suggestion that mecionanas ideas for this I liked... Analyze your source code and you notice. As the idea is to have a G.U.I Maker that each one can adapt to their needs; maybe someone else of this forum can help us. For example the ISN Study is wonderful, but very difficult to adapt and not served me. Regards Daniel
- 82 replies
-
- autobuilder
- guibuilder
-
(and 3 more)
Tagged with:
-
Where can I download ResEd ?. Does the source code this in autoit? I am looking for alternatives to GUIBUILDER RETURN. PS: GUIBUILDER already generates a script form (.au3) and we do not need init to subclass the window or to write the code from beginning (Using CreateWindowEx function.) Regards Daniel
- 82 replies
-
- autobuilder
- guibuilder
-
(and 3 more)
Tagged with:
-
Thanks argumentum by your corrections and suggestions Daniel
-
MattHiggs, is because even lacks work.. If you want these invited to complete the unfinished controls. For me it is important to have a program adapted to the needs of each one of us. Regards daniel
-
Thanks @mLipok for your sugerence, the start from TiDy. In routine "C:\Users\Michał\Downloads\guibuilder_0.9.3\Publicado\subrutinas\conexion_db.au3" lines 48 and 240 trail of replace ,byref for ", byref" , Should work well . And yes im used "SciTE-Lite Version 3.3.6 by Neil Hodgson. " Updated by Jos for autoit, thanks for your sugerence.. Regards
-
Hello I used autoit version v3.3.10.2. All file is using UTF-8. I check, the code and warning
-
- 82 replies
-
- autobuilder
- guibuilder
-
(and 3 more)
Tagged with:
-
Hello to all. My name is Daniel, I am original of the Argentina and 9 months ago about that development in Autoit, after having passed through other languages type Basic I found a model of development which adapts to my tastes and I am comfortable, but my performance to generate new applications was slow due to the lack of GUI Builder. I found a model of development which adapts to my tastes and I am comfortable, but my performance to build new applications was slow due to lack of a generator of GUI. This situation led me to find a project open-source which adapted to my needs. Review several of the programs appointed by TheSaint, opting to improve and complete 'GuiBuilder Resurrected' publish by baroquebob; when I did was not (or not view the GUIBuilderNxt update by jaberwacky). Below I dedicate some paragraph to this. Also probe (and I was surprised) with Koda , but they are not open-source. (the ISN Studio is super , but very complex for my) Well, here I leave you the link to download, I do so with the idea that you can use it, give me your opinion and help me improve it. Equally here leave you a list of characteristics, all the changes were designed and implemented in a way that respects the job before made by CyberSlug, Roy, TheSaint and Bob ; without radical changes continuing what they started. * New control 'Pick color' * New properties 'Backgroud Color' and 'Style' * New Functions Export file (.au3) and 'Test' * Other function not finalizated.Yet * Improve Documentation. Wait for your comments... Regards Daniel guibuilder_0.9.3.zip
-
Thanks for the data,TheDcoder. All versions of the ISN studio that I got, did not have the source code, then assumed that it was not open source. Of course I am going to check this (and GUIBuilderNxt update by jaberwacky) to know if they are adapted to my needs. Regards Daniel
- 82 replies
-
- autobuilder
- guibuilder
-
(and 3 more)
Tagged with:
-
Hello to all the post is move to here Thanks TheSaint for your help Regards Daniel
- 82 replies
-
- autobuilder
- guibuilder
-
(and 3 more)
Tagged with:
-
To belated thanks, TheSaint by the story on all form builder for Autoit. I prefer to improve the GuiBuilder Resurrected (profile model 0.9). Soon I submit this in the forum for those who want to use it or collaborate to improve this. Sorry for my 'Terrible' English... Regards Daniel.
- 82 replies
-
- autobuilder
- guibuilder
-
(and 3 more)
Tagged with: