Search found 11 matches

by fgleich
Tue Jan 15, 2008 4:40 pm
Forum: C++ Development
Topic: wxToolBar
Replies: 3
Views: 1070

the style change on the bitmap worked, thanks for the help to all :)
by fgleich
Tue Jan 15, 2008 8:38 am
Forum: C++ Development
Topic: wxToolBar
Replies: 3
Views: 1070

wxToolBar

I've created a number of wxToolBars inside the Frame constructor, wxToolBar * toolBar = CreateToolBar(FTOOLBAR); //ID's wxToolBar * etoolBar = CreateToolBar(ETOOLBAR); wxToolBar * dtoolBar = CreateToolBar(DTOOLBAR); sending the ID's to this function: wxToolBar * MyFrame::CreateToolBar(int i) { this-...
by fgleich
Thu Sep 06, 2007 3:16 am
Forum: Platform Related Issues
Topic: Enumerating open windows on linux
Replies: 6
Views: 1716

I was wondering if wxwidgets would do this, or must it be done some other way ?
Thanks for any assistance.
by fgleich
Thu Sep 06, 2007 1:30 am
Forum: Platform Related Issues
Topic: Enumerating open windows on linux
Replies: 6
Views: 1716

I wish to keep track of the time some particular window has the focus, and the window(s) could change from time to time. There's an easy way on the mswindows platform. I'm not too familiar with programming GTK, QT, or Xlib, so am asking for some direction here. I recently found several sites that sh...
by fgleich
Mon Sep 03, 2007 8:44 pm
Forum: Platform Related Issues
Topic: Enumerating open windows on linux
Replies: 6
Views: 1716

Enumerating open windows on linux

Hello:
Does anyone know if one can use wxwidgets code to enumerate all the open windows on the linux platform(GTK or QT), or must one use the GTK or QT libraries to do this ?
by fgleich
Wed Jun 28, 2006 2:27 am
Forum: C++ Development
Topic: a problem call dll founction
Replies: 6
Views: 1884

Hi:
I think you have the wrong syntax for wxMessageBox. There's an example in the help files that shows how to write the function.
This URL,
http://www.wxwindows.org/manuals/2.6.3/ ... messagebox
shows how to set it up.
Good luck :)
Fred
by fgleich
Mon Apr 17, 2006 3:55 pm
Forum: C++ Development
Topic: loading and saving wxArrayString
Replies: 5
Views: 1608

Thanks also for assistance, I did something similar.
by fgleich
Sat Apr 15, 2006 3:50 pm
Forum: C++ Development
Topic: loading and saving wxArrayString
Replies: 5
Views: 1608

Thanks for the quick reply. :D
by fgleich
Wed Apr 12, 2006 5:43 pm
Forum: C++ Development
Topic: loading and saving wxArrayString
Replies: 5
Views: 1608

loading and saving wxArrayString

Does anyone have an easy way to load and save a wxArrayString from and to a file ?
Thanks :D
by fgleich
Tue Mar 28, 2006 10:02 pm
Forum: Platform Related Issues
Topic: Can somebody help me why this code fails in linux
Replies: 3
Views: 1515

some linux systems don't set the hostname. In a shell, type in "hostname", and see it anything is set. If not, that's the problem. There should be some administration documentation for your flavor on setting the hostname.

good luck
by fgleich
Mon Feb 27, 2006 11:07 pm
Forum: C++ Development
Topic: wxFrame kills app from inside DLL
Replies: 7
Views: 2547

Hi:)
Was this dll written with wxWidgets only and no MS code ? If so, can you post it for a tutorial for others ? Also, the compile and link commands ( on linux if possible )
Thanks in advance :)