Search found 6 matches

by npsken
Fri Oct 31, 2008 6:24 pm
Forum: C++ Development
Topic: Expanded Borders
Replies: 2
Views: 871

framepointer wrote:Hi.

Window decorations are not part of wxWidgets. Usually are generated by the window manager/theme used.

Regards
I'm not talking about window decorations. That expanded border is a part of the google chrome code. If you download google chrome you'll see what I mean.
by npsken
Fri Oct 31, 2008 1:27 am
Forum: C++ Development
Topic: Expanded Borders
Replies: 2
Views: 871

Expanded Borders

EDIT: Just so I'm clear, I'm not talking about the window fx, I'm talking about the expanded border for the window at the top. Is there a way to achieve this effect in wxwidgets? http://i38.tinypic.com/2ustu8k.jpg In vista (and I'm guessing compiz, for linux) it creates a nice effect: http://i36.ti...
by npsken
Wed Jun 18, 2008 1:46 am
Forum: C++ Development
Topic: wxfile, wxtextfile, something... just help me!
Replies: 7
Views: 1868

(This code is within a button void) nothing happens. If this is where the code is why don't you show that code aren't you showing that code as well. Your event tables etc... Since the code there isn't being run it would be a good assumption to check that the event handler isn't being called. -Max I...
by npsken
Tue Jun 17, 2008 8:46 pm
Forum: C++ Development
Topic: wxfile, wxtextfile, something... just help me!
Replies: 7
Views: 1868

Try: http://forums.wxwidgets.org/viewtopic.php?t=19577&highlight=write+file http://forums.wxwidgets.org/viewtopic.php?t=19094&highlight=write+file http://forums.wxwidgets.org/viewtopic.php?t=18778&highlight=write+file I've seen those before except for the middle one but I still can't ge...
by npsken
Tue Jun 17, 2008 5:40 pm
Forum: C++ Development
Topic: wxfile, wxtextfile, something... just help me!
Replies: 7
Views: 1868

wxfile, wxtextfile, something... just help me!

My task is simple: I need to open a text file and write some stuff to it. I was able to do this in the command line with fstream but now in wxwidgets, I am having a lot of trouble. Can somebody help me here? Bonus Awesomeness (Not required): If you can show me how to follow the following pseudo code...
by npsken
Fri Jun 13, 2008 2:19 pm
Forum: C++ Development
Topic: wxSpinCtrl problem
Replies: 1
Views: 738

wxSpinCtrl problem

I am having a problem with wxSpinCtrl. I have a button set so that when it is clicked the program will get the values from 3 different wxSpinCtrl and print out the value to a label and into a message box; however, instead of three numbers I get 3 percent symbols (%). Can anybody help me out? Here is...