Search found 187 matches

by Vexator
Fri Feb 25, 2005 5:22 pm
Forum: C++ Development
Topic: float -> wxspinctrl?
Replies: 2
Views: 1696

float -> wxspinctrl?

simple question.. how can i use float values in a wxspinctrl? thx!
by Vexator
Thu Feb 24, 2005 11:44 am
Forum: C++ Development
Topic: Graphical User Interface
Replies: 14
Views: 3908

i have the same issue.. would be nice if you'd share your knowledgle with all of us, dear mod :)
by Vexator
Wed Feb 09, 2005 2:35 pm
Forum: C++ Development
Topic: Notebook NB_MULTILINE bug?!
Replies: 0
Views: 554

Notebook NB_MULTILINE bug?!

i created a notebook and added panels to it, everything worked fine. i added the NB_MULTILINE flag to the notebook and so i now have two rows of tabs. but the panels are moved down to about half the notebook's size.. moving them up manually doesn't help. this also happens if you add the NB_MULTILINE...
by Vexator
Thu Feb 03, 2005 11:32 am
Forum: C++ Development
Topic: wxButton
Replies: 2
Views: 968

why do you not use a wxspinctrl instead? much easier..
by Vexator
Mon Jan 31, 2005 12:18 pm
Forum: General Development
Topic: Hiding minimize/maximize buttons in a frame's title bar?
Replies: 4
Views: 2480

jap that works. thx :D
by Vexator
Sun Jan 30, 2005 9:06 pm
Forum: General Development
Topic: Hiding minimize/maximize buttons in a frame's title bar?
Replies: 4
Views: 2480

mh oke.. this was a snippet from the docs so i thought it should work.. but even if i do not use any flag the buttons appear.. is there a way to explicitly deactivate them?
by Vexator
Sun Jan 30, 2005 2:55 pm
Forum: General Development
Topic: Hiding minimize/maximize buttons in a frame's title bar?
Replies: 4
Views: 2480

Hiding minimize/maximize buttons in a frame's title bar?

this is probably an easy thing, but i don't get it.. using wxDEFAULT_FRAME_STYLE &(wxRESIZE_BORDER | wxRESIZE_BOX | wxMAXIMIZE_BOX) doesn't work either. so is there a way just to show the x-button in the title bar of a frame?
i'm on winxp, using wx2.4.2..
thx in advance.