|
Post by mikem57 on Nov 26, 2007 21:23:56 GMT -5
In LB groupbox headings are blue. When I edit code and then run in LB Workshop the color blue defualts to foreground color. Why is this? I tried to create one in LB Workshop but I cant add a color to it.
|
|
|
Post by Alyce Watson on Nov 27, 2007 5:55:12 GMT -5
I'm not sure why this happens. LBWorkshop doesn't "run" code. It calls Liberty BASIC to run code. Perhaps when run from the command line, Liberty BASIC doesn't make use of the XP manifest. Sorry I cannot be more help. As I said, LBW doesn't run code. It is always run by Liberty BASIC itself, so the problem must lie there.
|
|
|
Post by mikem57 on Nov 27, 2007 16:53:25 GMT -5
ok thank Alyce I will contact LB. Why then when I use the New GUI form in LBW and ceate a groupbox I cannot tab to the "COLOR" field in the Groupbox porperties window? Did I do something wrong?
|
|
|
Post by Alyce Watson on Nov 27, 2007 21:52:35 GMT -5
ok thank Alyce I will contact LB. Why then when I use the New GUI form in LBW and ceate a groupbox I cannot tab to the "COLOR" field in the Groupbox porperties window? Did I do something wrong? Not at all. The box is disabled because LB doesn't give you the ability to specify a groupbox color. You have these options: ForegroundColor$ BackgroundColor$ TextboxColor$ ComboboxColor$ ListboxColor$ TexteditorColor$
|
|