Jump to content

Need GUI help (Koda problems)


au3scr
 Share

Recommended Posts

Hello

I am trying to ma GUI editor for lua files but My problem is that when I imported my gui to Koda then Koda shows Button Save All correctly on GUI under whites tab but if I insert Code in to scite and press f5 to run it then Save all button dont appear at Whites TAB.

Anyone know thats the problem? can some one help me fix it?

And i have other problem too, its with includes TAB, I dont know why Koda does it, But it changes font for includes TAB Buttons.it writes under every button in includes TAB GUICtrlSetFont(-1, 8, 400, 0, "Arial") But I didnt tell koda to do this thing.how i can tell koda not to do it?

Script and Koda original files are added in zip file as attachment.

Thanks.

Editor.zip

Link to comment
Share on other sites

Hello

I am trying to ma GUI editor for lua files but My problem is that when I imported my gui to Koda then Koda shows Button Save All correctly on GUI under whites tab but if I insert Code in to scite and press f5 to run it then Save all button dont appear at Whites TAB.

Anyone know thats the problem? can some one help me fix it?

And i have other problem too, its with includes TAB, I dont know why Koda does it, But it changes font for includes TAB Buttons.it writes under every button in includes TAB GUICtrlSetFont(-1, 8, 400, 0, "Arial") But I didnt tell koda to do this thing.how i can tell koda not to do it?

Script and Koda original files are added in zip file as attachment.

Thanks.

I think there must have been an error in the script you imported to Koda. There is a line

GUICtrlSetState(-1, $GUI_HIDE)

at the end og the gui design which not be there because it should be after

$TabSheet1 = GUICtrlCreateTabItem("Includes")

There is also an extra unwanted line

GUICtrlCreateTabItem("")

You set the font in the font properties for the tab or any other control.

Edited by martin
Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Link to comment
Share on other sites

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...