Search found 3 matches

by metalinspired
Sun Jul 14, 2013 5:55 pm
Forum: Component Writing
Topic: wierd sizer behaviour after seting foreground color
Replies: 4
Views: 6443

Re: wierd sizer behaviour after seting foreground color

WTF :shock: :shock: :shock: I must get glasses ASAP, I was sure that there should be static method that delivers that functionality but I didn't see it. Hell man you made me feel so stupid right now #-o This will simplify things so much as I won't need to make all wxStaticText children events propag...
by metalinspired
Sun Jul 14, 2013 5:12 pm
Forum: Component Writing
Topic: wierd sizer behaviour after seting foreground color
Replies: 4
Views: 6443

Re: wierd sizer behaviour after seting foreground color

Hi doublemax, It makes sense to me because it allows me to implement required behavior quite easily. Sizer takes care of laying child components and wxVScrolledWindow takes care of scrolling. I'm using Kubuntu 13.04 and wxWidgets 2.9.4. It's hard to believe for me too that this could happen and that...
by metalinspired
Sun Jul 14, 2013 2:46 pm
Forum: Component Writing
Topic: wierd sizer behaviour after seting foreground color
Replies: 4
Views: 6443

wierd sizer behaviour after seting foreground color

Hi, I've been using wxWidgets for some time now but (fortunately) never needed to ask a question until now. I'm writin a component to emulate MS Outlook list of emails and I've managed to make it working but with a glitch. I derived VScrolledWindow and I set a sizer in it and add components to the s...