Search found 96 matches

by MuhammadSohail
Thu Mar 02, 2006 8:54 pm
Forum: C++ Development
Topic: wxChoicebook problem
Replies: 4
Views: 1422

How can user edit wxChoicebook labels and wxCombobox text.
by MuhammadSohail
Thu Mar 02, 2006 1:07 pm
Forum: C++ Development
Topic: wxChoicebook problem
Replies: 4
Views: 1422

wxChoicebook problem

Does any one give me an idea how to implement wxChoicebook My application is divided into two section Left side is wxTree Ctrl Right side wxPanel Tree control conatins panel id which shows one wxCombobox and wxChoicebook on Click event. This i have done by making class inherited from wxPanel . the c...
by MuhammadSohail
Tue Feb 28, 2006 2:49 pm
Forum: C++ Development
Topic: How do i creat XML file
Replies: 3
Views: 1236

How do i creat XML file

Hallo everbody,

Does anyone knows how to create XML file in wxWidgets.

Thanks
by MuhammadSohail
Tue Feb 14, 2006 12:39 pm
Forum: C++ Development
Topic: wxGrid problem
Replies: 1
Views: 731

wxGrid problem

Hi,

I want to show data as a tabular format, wxGrid provide this facility but how can i set its style read only. if its not possible , is there any other ex control to show data in columns and rows??

Thanks
by MuhammadSohail
Wed Feb 08, 2006 2:11 pm
Forum: C++ Development
Topic: Bitmap buttons
Replies: 4
Views: 1558

Bitmap buttons

Hi,
How can i dispplay icon and text on the button. Is there any free library from where i can get all icons?

Thanks
sohail
by MuhammadSohail
Wed Feb 08, 2006 11:01 am
Forum: C++ Development
Topic: Button Look and feel problem
Replies: 14
Views: 3957

It works fine
by MuhammadSohail
Wed Feb 08, 2006 11:00 am
Forum: C++ Development
Topic: Button Look and feel problem
Replies: 14
Views: 3957

I have added the following path in the include properties of the resource file

C:\wx\include\

and add the following line the resource file
#include "wx\msw\wx.rc"
by MuhammadSohail
Wed Feb 08, 2006 9:39 am
Forum: C++ Development
Topic: Image handler
Replies: 1
Views: 932

Image handler

Hi , I am trying to add logo in my mail dialog but as soon as i execute the program , wxWidgets shows an error message dialog. "No image handler for type 13 defined". my code as under const wxBitmap logoBitmap("logo.gif", wxBITMAP_TYPE_GIF); wxStaticBitmap* logo = new wxStaticBit...
by MuhammadSohail
Mon Jan 30, 2006 3:37 pm
Forum: Compiler / Linking / IDE Related
Topic: how to apply Windows XP theme
Replies: 8
Views: 2311

Ooops , While compiling, too big resource files are generated which reduces the Hard disk space.

I think its difficult to add windows xp theme in wx widgets.
by MuhammadSohail
Mon Jan 30, 2006 12:24 pm
Forum: Compiler / Linking / IDE Related
Topic: how to apply Windows XP theme
Replies: 8
Views: 2311

Hi luminosa, Could you please guide me how to add windows xp theme in my project. I have created RT_MANIFEST.rc file in my project and add follwoing command 1 RT_MANIFEST "c:/wx/include/wx/msw/wx.manifest" but it dosent change the look and feel . then i try to add wx.rc in my project , it ...
by MuhammadSohail
Mon Jan 30, 2006 11:04 am
Forum: C++ Development
Topic: Button Look and feel problem
Replies: 14
Views: 3957

I added the path of wx.rc file in my project resouce file but it prolongs the compilation time. is it normal case , if not How can i reduce the compiling time???
by MuhammadSohail
Fri Jan 27, 2006 2:21 pm
Forum: wx.NET
Topic: wxButton Look and feel problem
Replies: 2
Views: 17889

wxButton Look and feel problem

Hi all, I want to button should be round at each corner but unfortunately it looks square. I am using windows xp. I am creating buttons as follows wxButton* cancelButton = new wxButton( this, CANCEL_BUTTON_ID, "Cancel", wxPoint(-1,-1), wxSize(-1, 30) ); Someone help me to create round at c...
by MuhammadSohail
Fri Jan 27, 2006 1:53 pm
Forum: C++ Development
Topic: Button Look and feel problem
Replies: 14
Views: 3957

Hi,

I am still getting "cannot open file error".

i think this is not possible to set windows xp theme

thanks
by MuhammadSohail
Fri Jan 27, 2006 1:34 pm
Forum: C++ Development
Topic: Button Look and feel problem
Replies: 14
Views: 3957

Hi

I dont understand, could you please write the completed include syntax

What i understand
% "wx/msw/wx.rc"

Include path for wx directory is already given in the project properties.

Thanks
by MuhammadSohail
Fri Jan 27, 2006 1:23 pm
Forum: C++ Development
Topic: Button Look and feel problem
Replies: 14
Views: 3957

Hi,

I tried it and doesnt helpful. Shows following error on compilation
shows compilation error

fatal error RC1051: cannot include file "wx/msw/wx.rc"

Then i added this resource file in my project , it also not working.

Any other hint

Thanks