jpm Posted March 23, 2005 Posted March 23, 2005 redndahead said: Is there any update on this?red<{POST_SNAPBACK}>yes as I said will be in a next official release. For the time being you can use the 3.1.0++
redndahead Posted March 23, 2005 Author Posted March 23, 2005 Sorry I misread your post I thought you were talking about just lazycat's problem. I'll check it out now. Thanks red
tamir Posted March 23, 2005 Posted March 23, 2005 i had the same problem and after i converted it to exe it, it was ok.
redndahead Posted March 23, 2005 Author Posted March 23, 2005 After checking with the new version the edit boxes are correct, but now my comboboxes have some weird background colors. Take a look at my script you can use the same main.ini given in my previous post. This is on a win2k machine redStudent_Database.au3
jpm Posted March 23, 2005 Posted March 23, 2005 redndahead said: After checking with the new version the edit boxes are correct, but now my comboboxes have some weird background colors. Take a look at my script you can use the same main.ini given in my previous post. This is on a win2k machinered<{POST_SNAPBACK}>I don't know what can I do for this one.your combostyle does what you say but from the point of view of the control selecting the grade for instance set the control to the new value, so it is not really a read only control. It will be mre clear to use the GuiCtrlSetState(-1, $GUI_DISABLE).The control will be grayed with the value displayed. and you can reenable it when you allow the user to change it.
redndahead Posted March 24, 2005 Author Posted March 24, 2005 Did you look at the second tab. The comboboxes that are inside the tab control are the dark grey like the Edit's were. red
redndahead Posted April 11, 2005 Author Posted April 11, 2005 Just checking, JPM did you notice the background color of comboboxes while on a tab? red
jpm Posted April 11, 2005 Posted April 11, 2005 redndahead said: Just checking, JPM did you notice the background color of comboboxes while on a tab?red<{POST_SNAPBACK}>Yes that's due to the combostyle used. If you use the default (if I remember well) it is correct.
redndahead Posted April 12, 2005 Author Posted April 12, 2005 jpm said: Yes that's due to the combostyle used. If you use the default (if I remember well) it is correct. If I don't use a combostyle it is not read-only at all.red
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now