GUI Designer: Koda 1.7.3.0
#81
Posted 18 January 2007 - 06:26 PM
I created several forms with various things in them and noticed that not all the kfx files are being saved.
try the following steps.
- make a change in form 1, don't hit save.
- click on form 2 and make another change. This time hit save.
- click back to form 1. The change I made to it is still there.
It looks like all was saved as the save button becomes grayed out regardless of what form I now click on. If however, I now exit koda and come back in then I find form 1 was unsaved.
It seems I need to hit the save button before clicking on any other form. Is this the expected behavior?
I'm using ver 1.6.0.2 that comes as part of the current Scite.
#82
Posted 19 January 2007 - 06:51 AM
Indeed, save button should be ungrayed when switching back to unsaved form 1, this is bug.It looks like all was saved as the save button becomes grayed out regardless of what form I now click on. If however, I now exit koda and come back in then I find form 1 was unsaved.
It seems I need to hit the save button before clicking on any other form. Is this the expected behavior?
I'm using ver 1.6.0.2 that comes as part of the current Scite.
But when you trying to close Koda while some form remain unsaved, Koda should prompt you about saving changes. You was prompted?
#83
Posted 19 January 2007 - 10:09 AM
http://www.autoitscript.com/fileman/users/Lazycat/Au3toKoda.zip
#84
Posted 19 January 2007 - 04:58 PM
Indeed, save button should be ungrayed when switching back to unsaved form 1, this is bug.
But when you trying to close Koda while some form remain unsaved, Koda should prompt you about saving changes. You was prompted?
No, I am not getting a prompt telling me anything when I exit.
#85
Posted 20 January 2007 - 12:02 AM
The second incarnation of Au3ToKoda tool is ready. Improved quality, stability etc - all as usually
Now it on "beta" stage. Test results on real scripts are always welcome.
http://www.autoitscript.com/fileman/users/Lazycat/Au3toKoda.zip
Great!!
Results from first stage of testing:
1) In limitation should be noted: Opt("GUIOnEventMode",1) see about_hyperlink.au3
2) GUISetBkColor(0x000000) is missing see Cerna.au3
3) $rb_sql_vse = GUICtrlCreateRadio("Vše", 32, 108, 49, 17, BitOR($BS_AUTORADIOBUTTON,$WS_TABSTOP))
GUICtrlSetState(-1, $GUI_CHECKED)
--> Warning unknown property "Checked" in control rb_sql_vse see Email_zak.au3
4) $Form1 = GUICreate("Hromadné emaily zákazníkům", 475, 636, -1, -1)
after conversion (changed width/height of main form):
$Form1 = GUICreate("Hromadné emaily zákazníkům", 460, 618, -1, -1) see Email_zak.au3 also in other scripts
#86
Posted 22 January 2007 - 10:31 AM
I'm can't represent this... If you can write surely representable step-by-step instruction - that would be great.No, I am not getting a prompt telling me anything when I exit.
1) Yes, indeed.1) In limitation should be noted: Opt("GUIOnEventMode",1) see about_hyperlink.au3
2) GUISetBkColor(0x000000) is missing see Cerna.au3
3) $rb_sql_vse = GUICtrlCreateRadio("Vše", 32, 108, 49, 17, BitOR($BS_AUTORADIOBUTTON,$WS_TABSTOP))
GUICtrlSetState(-1, $GUI_CHECKED)
--> Warning unknown property "Checked" in control rb_sql_vse see Email_zak.au3
4) $Form1 = GUICreate("Hromadné emaily zákazníkům", 475, 636, -1, -1)
after conversion (changed width/height of main form):
$Form1 = GUICreate("Hromadné emaily zákazníkům", 460, 618, -1, -1) see Email_zak.au3 also in other scripts
2) Fixed.
3) Doh, whole GUISet* parameters parsing was broken. Fixed.
4) Seems this solved, but still have little difference - probably Koda bug.
#87
Posted 22 January 2007 - 03:39 PM
Where is link to most current version??
eltorro
ElTorro
Decide, Commit, Achieve_ConfigIO.au3Language Translation --uses Google MsgBox Move XML wrapper UDF XML2TreeView Zip functionality Split your GUI Save Print ScreenZipPluginEdit In Place listviewSome of my scripts on Google code
#88
Posted 23 January 2007 - 08:42 AM
1.6.0.2 - the most current atm.Link on first post point to Koda home page, dowload link on home page points to ver 1.6.0.2. Sept 06.
Where is link to most current version??
eltorro
#89
Posted 23 January 2007 - 01:47 PM
Is it possible to "group" controls?1.6.0.2 - the most current atm.
So i can make both input and a label and drag them at the same time?
I'm sorry if this feature already exists, I'm at school and dont have access to koda atm.
Thanks
#90
Posted 23 January 2007 - 01:56 PM
try this
$Group2 = GUICtrlCreateGroup("", 32, 48, 201, 57) GUICtrlCreateLabel("ALabel1", 48, 72, 43, 17) $Input1 = GUICtrlCreateInput("AInput1", 96, 70, 121, 21) GUICtrlCreateGroup("", -99, -99, 1, 1)
#91
Posted 23 January 2007 - 02:55 PM
Is it possible to "group" controls?
So i can make both input and a label and drag them at the same time?
I'm sorry if this feature already exists, I'm at school and dont have access to koda atm.
Thanks
You can select more controls by holding Shift key. In object treeview you can check which controls are selected.
Then you can normaly move all selected controls.
#92
Posted 09 February 2007 - 02:16 PM
1. You can't paste into a property. There should be some way to allow that.
2. When you put a variable as the as the property KODA always wants to quote it. Would it be hard to not quote when the property starts with $?
3. In KODA there should be one icon that will save the kfx file, update the script and exit KODA. It would make tool switching easier.
4. On launch of KODA from SciTE your script should be saved first, otherwise changes will fall off when KODA reloads the script.
5. When you select multiple objects to move there is no indication anything is selected.
Thanks for the great work on this fantastic utility.
#93
Posted 13 February 2007 - 02:05 AM
Updated my http://www.autoitscript.com/fileman/index.php?act=list&op=get&target=koda_language_files%2Flang_bra.zip translation for Koda 1.6.0.2 (after a looong time). File available from File Manager: http://www.autoitscript.com/fileman/index.php?act=list&op=get&target=koda_language_files%2Flang_bra.zip (6.05KB). Please, report any problems.
#94
Posted 16 February 2007 - 09:27 AM
Shift+Insert or context menus worked all the time... Ctrl+V didn't work though, not noticed it because I'm not use this combination...1. You can't paste into a property. There should be some way to allow that.
Use %variable% record in the property and enable "Expand %var% variables..." in the options or while advanced generation.2. When you put a variable as the as the property KODA always wants to quote it. Would it be hard to not quote when the property starts with $?
I'm think before about option, that allow "merge" those actions, but still undecided.3. In KODA there should be one icon that will save the kfx file, update the script and exit KODA. It would make tool switching easier.
This is not Koda related request4. On launch of KODA from SciTE your script should be saved first, otherwise changes will fall off when KODA reloads the script.
Yes, this known issue, not solved yet.5. When you select multiple objects to move there is no indication anything is selected.
#95
Posted 16 February 2007 - 09:29 AM
Thank you, will update file.Hello folks,
Updated my http://www.autoitscript.com/fileman/index.php?act=list&op=get&target=koda_language_files%2Flang_bra.zip translation for Koda 1.6.0.2 (after a looong time). File available from File Manager: http://www.autoitscript.com/fileman/index.php?act=list&op=get&target=koda_language_files%2Flang_bra.zip (6.05KB). Please, report any problems.
#96
Posted 28 February 2007 - 05:07 PM
is there a new version coming?1.6.0.2 - the most current atm.
#97
Posted 28 February 2007 - 06:45 PM
I'm using Koda
I used Save As to save my project when I started. Now I've done quite a bit of work and when I try to Save or Save As, I get the error below. I've already written off this work. Hope to hear from you soon.
Gene
>>>>>>>>>>>> Window Details <<<<<<<<<<<<< Title: Koda FormDesigner Class: #32770 Size: X: 335 Y: 366 W: 489 H: 126 >>>>>>>>>>> Mouse Details <<<<<<<<<<< Screen: X: 645 Y: 387 Cursor ID: 2 >>>>>>>>>>> Pixel Color Under Mouse <<<<<<<<<<< RGB: Hex: 0x026AFE Dec: 158462 >>>>>>>>>>> Control Under Mouse <<<<<<<<<<< Size: Control ID: ClassNameNN: Text: >>>>>>>>>>> Status Bar Text <<<<<<<<<<< >>>>>>>>>>> Visible Window Text <<<<<<<<<<< OK Access violation at address 00403B00 in module 'FD.exe'. Read of address FFFFFFDD. >>>>>>>>>>> Hidden Window Text <<<<<<<<<<<
{Edit Mar 3, 2007} I have used it again gingerly once since the error above, saving about every 2 minutes. The error did not repeat. I didn't finish the GUI and haven't had s chance to work on it today.
Edited by Gene, 03 March 2007 - 03:26 AM.
#98
Posted 08 March 2007 - 06:10 AM
Gene
#99
Posted 12 March 2007 - 08:24 AM
Seems you second who report this strange error. But I'm still can't reproduce it, though intensively worked with about 7 or 8 gui's last time...I used Save As to save my project when I started. Now I've done quite a bit of work and when I try to Save or Save As, I get the error below. I've already written off this work. Hope to hear from you soon.
![]()
{Edit Mar 3, 2007} I have used it again gingerly once since the error above, saving about every 2 minutes. The error did not repeat. I didn't finish the GUI and haven't had s chance to work on it today.
Not yet...Is Koda supposed to generate Event UDFs for Menu events (in event mode)?
#100
Posted 09 April 2007 - 10:10 AM
Internal commands code was rewritten and centralized, used more nice and neat menu and toolbar. Now toolbars are customizable, user allowed to use up to 5 toobars and virtually any Koda command on the toolbar.
Also added align palette and fixed problem with missed onEvent ability for menu items and number of other small bugs.
http://www.autoitscript.com/fileman/users/lookfar/koda_2007.04.09.zip
3 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users




