Jump to content

GUI Designer: Koda 1.7.3.0


Lazycat
 Share

Recommended Posts

I'm wondering if it's possible to change Koda's fonts, specially that used for displaying Object TreeView and Object List contents. I guess they use Windows current font, which is fine for many, but I like monospaced fonts when it comes to coding, mostly because they are less ambiguous. Changing it through Windows won't be an option.

If selecting Koda's font is not possible (as I suppose) would it be difficult to add this option to it? If not, please include this request to its wishlist. Thanks in advance.

I think this is possible, and since most VCL objects support font setting, this should not be hard. Logical step - made separate settings page, like for colors. Edited by Lazycat
Link to comment
Share on other sites

ExpandVar is not working in Hint property which is generating GUICtrlSetTip() code.

I need to add %CRLF% to my ToolTip.

I'm just checked, and controls generate GUICtrlSetTip as expected... with and without macro. Do you surely checked "expand variables" checkbox?
Link to comment
Share on other sites

I'm just checked, and controls generate GUICtrlSetTip as expected... with and without macro. Do you surely checked "expand variables" checkbox?

You are right. Sorry.

It must be some weitd conditions. Now I tested it again and it works fine - tooltip for edit control with %CRLF%

Of course I checked ExpandVar option before.

Link to comment
Share on other sites

Thank you very much for this program Lazycat. This has saved me countless hours of time.

Do you accept PayPal donations?

Thanks again,

Avery

Glad it's helpful for you :)

About donation, I don't think about it yet and even have not PayPal account... But you can donate to forum hosting in place of me - this will be quite ok :P

Link to comment
Share on other sites

Thanks for the program.

I noticed that if I resize a label to multiple lines, save the form, close and reopen the form, the label size is not restored.

I have tried this with 1.7.0.1 and 1.7.0.5 Beta.

Am I doing something wrong, or is this a bug in Koda?

Thanks,

Frank

Frank

Link to comment
Share on other sites

Thanks for the program.

I noticed that if I resize a label to multiple lines, save the form, close and reopen the form, the label size is not restored.

I have tried this with 1.7.0.1 and 1.7.0.5 Beta.

Am I doing something wrong, or is this a bug in Koda?

Thanks,

Frank

Turn Off its AutoSize property :-) It has default value True.

Link to comment
Share on other sites

  • 1 month later...

Hi Lazy (just in name, huh?)

If I have some fields already entered in a form, how can I "involve" them into a group that I discovered I need after those fields have ben entered?

Regards

Jose

Edited by joseLB
Link to comment
Share on other sites

Hi Lazy (just in name, huh?)

If I have some fields already entered in a form, how can I "involve" them into a group that I discovered I need after those fields have ben entered?

Regards

Jose

It's simple :-)

Just invole popup menu on the button control (ir any other control) and run "Cut" command.

Then invole popup menu on the group control and run "Paste" command.

Edited by Zedna
Link to comment
Share on other sites

i dont know if anybody has allready reported this, but when you put up a image, and dont link it to a imagefile, you cant resize the height under 100.

so, the only way to resize a picture control is setting it up with a image, but i dont always do that.

sometimes its determined at runtime so :P

btw, any progress on the new version or beta?

Damian666

and proud of it!!!
Link to comment
Share on other sites

I have discovered that in AutoIt its possible to add components to the form, as you do in VB lol (before, i add them with pure code, not graphically), so i have been experimenting with all the components, but for example, when I try to add a "Microsoft Webbrowser component" it shows an errror messagebox like this:

Posted Image

So, i suppose that the error occours cause I need that .dll file to work properly...

But this is not the only control i can´t add, there is a lot of other control that it doesnt let me add, and it marks then with a "caution" symbol...

Posted Image

You see? :P

So...i would like you to explain me if this is ocurring because of the fault of that .dll files or maybe is a problem of my AutoIt instalation...?

Thank you so much!! :P

Link to comment
Share on other sites

i dont know if anybody has allready reported this, but when you put up a image, and dont link it to a imagefile, you cant resize the height under 100.

so, the only way to resize a picture control is setting it up with a image, but i dont always do that.

This was by design, but not recall for what exact reason :P Maybe this will be changed.

btw, any progress on the new version or beta?

At least two last months no. I'm plain have no time for coding now.

I have discovered that in AutoIt its possible to add components to the form, as you do in VB lol (before, i add them with pure code, not graphically), so i have been experimenting with all the components, but for example, when I try to add a "Microsoft Webbrowser component" it shows an errror messagebox like this:

So, i suppose that the error occours cause I need that .dll file to work properly...

But this is not the only control i can´t add, there is a lot of other control that it doesnt let me add, and it marks then with a "caution" symbol...

Don't think it related to Autoit, this depends on certain ActiveX controls. When choosing control, Koda tries to create it's instance and place on form. It will fail if: control can't be inserted (non-visual), it required some additional libraries (as in your case), have not licensed, etc, etc... This is normal and it's documented in help.

I don't know why objects are marked with the exclamation sign, this is probably something Vista related, because I don't see this on XP.

Link to comment
Share on other sites

If users add a statusbar to a form, the generated code should insert the followin include statement:

#Include <GuiStatusBar.au3>

Koda add this.

The code generator doesn't generate code for the updown control.

Do you "attached" updown control to input control? Updown control alone have no sense and not generating anything.

Little bug:

When I have option "Generate OnEvent code" = True

and I turn it OFF (FALSE) in Options (and press OK button in Options)

then I must leave Koda to take changes because it still generates "OnEvent code".

"Generate OnEvent code" (and similar) options in settings are default ones and they are apply to any newly created form. So, if you create form when this option was True, form will have this option always True, until you change it for this form in the Tools->Generating Options.
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...