Jump to content

Form Builder beta


BuckMaster
 Share

Recommended Posts

The stripped file will only be accurate if the author stripped his file before compiling. Just an FYI.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Link to comment
Share on other sites

is there a help file? I seem to have a issue figuring out how to use it.

>"C:\AutoiT3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /prod /AU3Check /in "C:\AutoiT3\Extras\Editors\Form Builder1.8\Untitled.au3" /UserParams
+>05:48:53 Starting AutoIt3Wrapper v.2.2.0.3 SciTE v.3.3.6.0   Keyboard:00000409  OS:WIN_7/Service Pack 1  CPU:X64 OS:X86    Environment(Language:0409)
+>         SciTEDir => C:\AutoiT3\SciTe   UserDir => C:\AutoiT3\SciTe\AutoIt3Wrapper
>Running AU3Check (3.3.10.2)  from:C:\AutoiT3  input:C:\AutoiT3\Extras\Editors\Form Builder1.8\Untitled.au3
+>05:48:53 AU3Check ended.rc:0
+>05:48:53 AutoIt3Wrapper Finished.
>Exit Code: 0    Time: 86 ms

Ok I set the path to Autoit and tried a new GUI form. all was good. but upon clicking on the Label icon to insert a label nothing happened,. So I clicked the label and dragged it to the form and still nothing, Delphi or Visual Basic is easier. I downloaded from page One,,and the 1.08 version is there a better version that I missed?

OK tried again but I think it is a dead horse.. just errors

A GUI is formatted incorrectly,

All GUI's must be followed but GUISetState()

Edited by meows
Link to comment
Share on other sites

  • 4 weeks later...

My problem appears to be similar to meows'. As much as I would like to try this out I cannot seem to get it to work.

Vitals:  Form Builder v1.0.8, AutoIT version 3.3.12.0, Windows 7 SP1 64 bit, AutoIT installed in my "C:Program FilesAutoIt3" folder.  I am logged in as an Administrator.  There are no relevant errors in the Windows Event Logs.

I have downloaded both the source and the compiled version with the same results. I can both launch the script and compile it with no errors.

If I create a new script and save it with a valid name like "Test.au3" then click a control and try to drag it into the workspace nothing happens. The controls are not grayed out and the selected control turns blue

I have read through the source thinking there was a pointer to an invalid file location but all indications are that this is not the problem. All include files appear to be findable by the script.

 

I have searched the forums but cannot find anyone with a similar experience except the one above.

Also, if I load the "ExampleGUI.au3" script and press F10 a GUI shows up but if I press F10 again to return to the script I get this error:

"C:UsersEphratahNothingForm BuilderForm Builder SourceForm Builder Source.au3" (6800) : ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.:
GUICtrlDelete($hSplit[2])
GUICtrlDelete(^ ERROR

Am I doing something wrong?

Edited by EphratahNothing
Link to comment
Share on other sites

My problem appears to be similar to meows'. As much as I would like to try this out I cannot seem to get it to work.

Am I doing something wrong?

 

No you are not.. I figured part of it out. You click on the right upper side USE GUI. until a FORM like what you see in VB and DELPHI shows. Now click Image on the left then click in the form, you will see a really tiny box.

Now use the lower right of the Form page where you see Handle: hPic and go down to image.. Click The image button and Browse to a image and it will show in the form, The other controls work in a like manner.

Link to comment
Share on other sites

Excellent project.
I will use it as a replacement for koda ..

I found several bugs and I may fix them alone for fun and learning
Bug most disturbing is that ctrl + c and ctrl + v not working ..

About Inputs, there is nothing problematic. But I suggest you use this code:

$SomeInputRead = GUICtrlRead($HInput)
$tmp1 = Number($SomeInputRead)
If String($tmp1) <> $SomeInputRead Then GUICtrlSetData($HInput, $tmp1)

In Inputs for numbers only.

Edited by Guest
Link to comment
Share on other sites

$ES_NUMBER would be much better for the inputs so that it will only accept numbers in them.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Link to comment
Share on other sites

$ES_NUMBER would be much better for the inputs so that it will only accept numbers in them.

I know about it.

But I had another reason suggest this.

It auto fix '01'  to '1' or 'awdadw' / '' to '0'

I forgot to say that the intention is that the code will run in a loop almost all the time

Edited by Guest
Link to comment
Share on other sites

  • 8 months later...

Is this still active ? I found this IDE is far far better from Koda.  But still some features are missing. It won't load more fonts. So i have added more fonts to its script. And then compiled. But, i forgot check the path of icons and bmp files. So my 15 minutes were waste. 

Edited by kcvinu
Spoiler

My Contributions

Glance GUI Library - A gui library based on Windows api functions. Written in Nim programming language.

UDF Link Viewer   --- A tool to visit the links of some most important UDFs 

 Includer_2  ----- A tool to type the #include statement automatically 

 Digits To Date  ----- date from 3 integer values

PrintList ----- prints arrays into console for testing.

 Alert  ------ An alternative for MsgBox 

 MousePosition ------- A simple tooltip display of mouse position

GRM Helper -------- A littile tool to help writing code with GUIRegisterMsg function

Access_UDF  -------- An UDF for working with access database files. (.*accdb only)

 

Link to comment
Share on other sites

  • 1 year later...

>"C:\Program Files\AutoIt3\SciTE\..\AutoIt3.exe" "C:\Program Files\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /run /prod /ErrorStdOut /in "C:\Users\namlu\Desktop\New folder\Form Builder Source.au3" /UserParams    
+>23:52:35 Starting AutoIt3Wrapper v.16.612.1119.0 SciTE v.3.6.6.0   Keyboard:00000409  OS:WIN_10/  CPU:X64 OS:X86  Environment(Language:0409)  CodePage:0  utf8.auto.check:4
+>         SciTEDir => C:\Program Files\AutoIt3\SciTE   UserDir => C:\Users\namlu\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper   SCITE_USERHOME => C:\Users\namlu\AppData\Local\AutoIt v3\SciTE 
>Running:(3.3.14.2):C:\Program Files\AutoIt3\autoit3.exe "C:\Users\namlu\Desktop\New folder\Form Builder Source.au3"    
--> Press Ctrl+Alt+Break to Restart or Ctrl+Break to Stop
"C:\Users\namlu\Desktop\New folder\Form Builder Source.au3" (6711) : ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.:
GUICtrlSetPos($hSplit[2], $ControlPos[0] - 3, $ControlPos[1] - 3, 3, 3)
GUICtrlSetPos(^ ERROR
->23:54:24 AutoIt3.exe ended.rc:1
+>23:54:24 AutoIt3Wrapper Finished.>Exit code: 1    Time: 111.1
 

 

Error when compile using source code but this won't appear when you're using compiled version...
Please help!

Link to comment
Share on other sites

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...