-
A ha. I have Vista, so it took me a few tries, but it is working perfectly now. Thank you.
2009-11-12 21:06:51 UTC in wxWidgets Dialog Designer
-
Tony, I looked at your changes in the code, and they look like they are good. Not sure if I can plug in the plug-in without compiling the code? If I need to compile it myself, I was not able to set up the development environment, looks like key codes are no longer available for Delphi 6 PE (at least not legally). If I do not need to compile it then I'll need a little guidance to make it...
2009-11-11 19:53:53 UTC in wxWidgets Dialog Designer
-
Thanks Tony, that would be great!
I did not see it in the documentation either, but I found it in wx/slider.h.
2009-11-03 13:01:50 UTC in wxWidgets Dialog Designer
-
I am new to both wxWidgets and wxDev C++, but a quick test shows that wxSL_LEFT, wxSL_RIGHT, wxSL_TOP, wxSL_BOTTOM and wxSL_BOTH are not mutually exclusive and there are some rules in place to determine how different combinations are handled.
So maybe the solution is to add wxSL_BOTH to the slider properties?
BTW, I appreciate the work you are doing!
2009-11-02 18:33:58 UTC in wxWidgets Dialog Designer
-
Could set Wx_SliderStyle = [wxSL_BOTH] and TickMarks = tmBoth when (wxSL_VERTICAL and wxSL_LEFT and wxSL_RIGHT) or (wxSL_HORIZONTAL and wxSL_TOP and wxSL_BOTTOM) ?.
2009-10-30 11:38:38 UTC in wxWidgets Dialog Designer
-
Using build 7.2.0.2
When Selecting the System Background Color for a control, the code becomes:
WxControl1->SetBackgroundColour(wxSystemSettings::GetColour());
Which does not compile.
The wxForm file shows the following:
InvisibleBGColorString = 'SYS:wxSYS_COLOUR_BACKGROUND '
The string appears to be right-padded with a space that may be causing this error?.
2009-10-30 11:27:37 UTC in wxWidgets Dialog Designer