Search found 810 matches

by ABX
Mon Feb 12, 2007 6:30 pm
Forum: General Development
Topic: Bugfix Pool
Replies: 5
Views: 2240

Death Knight wrote:Why they don't use Trac? is it hard to implement?
I encourage you to adjust target audience to the question :) All the developers are sitting at the wx-dev mailing list. I don't remember anything like 'Trac' discussed recently there.

ABX
by ABX
Tue Feb 06, 2007 12:13 pm
Forum: Component Writing
Topic: Problem with ComboBox in version 2.8.0
Replies: 26
Views: 8057

Re: Problem with ComboBox in version 2.8.0

This entries are sorted, but the style is without the option wxCB_SORT. There was bug due to missing paranthesis which broke all wxUniv based implementations of wxComboBox (wxX11, wxMGL etc.). Any idea to get rid of this problem? Following change makes wxComboBox work as expected (at least in my wx...
by ABX
Fri Feb 02, 2007 8:14 am
Forum: Announcements and Discoveries
Topic: wxWidgets 2.8.0 released
Replies: 12
Views: 5435

Re: Bug in wxRichTextXmlHandler::ExportStyleDefinition()

JonnyL wrote:Um, I'm not really sure, if I'm right here.
See: http://www.wxwidgets.org/docs/technote/patches.htm
JonnyL wrote:it must be paraDef instead of listDef at line 857 and 858.
I have forwarded it to http://lists.wxwidgets.org/cgi-bin/ezml ... :mss:83413

ABX
by ABX
Thu Jan 18, 2007 4:24 pm
Forum: General Development
Topic: wxImage::GetImageCount returns 1
Replies: 1
Views: 1099

Re: wxImage::GetImageCount returns 1

Is there a workaround for this issue? I didnt want to modify wxGIFHandler for myself, but it seems to be the simplest solution. This could be nice to have this implemented right in wxGIFHandler but I believe you could also take a look into wxAnimation in 2.8.X http://www.wxwidgets.org/manuals/stabl...
by ABX
Thu Nov 09, 2006 9:34 am
Forum: Open Discussion
Topic: CSS Question
Replies: 12
Views: 4934

http://silvercoders.com/demo/wxajax/ I think it would be better to join the project :) It would be great to know how. I see this demo page and probably project is hosted by Polish company and as Polish member of wxWidgets team I could add some help and probably be interested in cooperation but I si...
by ABX
Thu Nov 09, 2006 8:50 am
Forum: Platform Related Issues
Topic: Pocket Pc Problem - Toolbar in front of my buttons
Replies: 3
Views: 1828

Re: Pocket Pc Problem - Toolbar in front of my buttons

Always if you call the SIP (these Keyboard on PocketPC) and always if you close it, the Pocket Pc redraws the Main Frame. So, it always fits on the screen. At the top, is the applictaion and at the bottom is the Keyboard. Which version of wxWidgets and please quote code where your window and button...
by ABX
Fri Oct 27, 2006 8:30 am
Forum: Platform Related Issues
Topic: WinCE (pocket pc) evc4 compile errors
Replies: 2
Views: 1577

Re: WinCE (pocket pc) evc4 compile errors

mkey wrote:C:\projects\wx\wxWidgets-2.7.1\src\msw\wince\checklst.cpp(182) : error C2065: 'ListView_SetCheckState' : undeclared identifier
ListView_SetCheckState is surely in the SDK headers here so I wonder why it its not used by your build. What are build settings? What SDK are you using?

ABX
by ABX
Thu Oct 26, 2006 4:19 pm
Forum: C++ Development
Topic: Data Queue
Replies: 11
Views: 3300

Are there any detailed information on how to use boost with WindowsCE? That's probably not the most suitable place to put this question. Anyway I don't see WinCE listed at http://www.boost.org/more/getting_started.html#Tools and asking google for http://www.google.pl/search?q=site:boost.org+wince g...
by ABX
Thu Oct 26, 2006 10:50 am
Forum: Platform Related Issues
Topic: Pocket PC eVC++ 4.0 ModalDialog
Replies: 7
Views: 3067

Re: Hi I still try to find a bug...

danielch wrote:Can you give me some tips?
Not sure what are debugging possibilities but the backtrace could probably help.

ABX
by ABX
Thu Oct 26, 2006 10:45 am
Forum: Platform Related Issues
Topic: Errors compiling Minimal App - wxWidgets 2.6.3/embedded C++
Replies: 5
Views: 2601

giro wrote:And how you change to compile in Unicode, i use EVC 4.
Are we talking about building wxWidgets for WinCE? wxWinCE is designed to be build _only_ in Unicode so the question looks strange to me.

ABX
by ABX
Sat Oct 21, 2006 2:12 pm
Forum: Platform Related Issues
Topic: Pocket PC eVC++ 4.0 ModalDialog
Replies: 7
Views: 3067

Re: I dont know

My style of wxwdialog is: #define PocketPCDlg_STYLE wxCAPTION | wxSYSTEM_MENU | wxMINIMIZE_BOX | wxCLOSE_BOX Is it OK? Please help. I don't have time to look into your main problem but I wonder why do you are trying other style than default one: wxDEFAULT_DIALOG_STYLE ? It is already adjusted for W...
by ABX
Fri Oct 20, 2006 6:44 am
Forum: Platform Related Issues
Topic: How to Get the iMac System Menu
Replies: 4
Views: 2099

Re: But How Can I to tie in the About,Perferences and Quit M

ChineseAlexander wrote:But How Can I to tie in the About,Perferences and Quit Menu???
Just like it is described at the begining of wxMenu manual:

http://www.wxwidgets.org/manuals/2.6.3/ ... tml#wxmenu

AFAIK once you will use wxID_ABOUT or wxID_EXIT then your item will be automagically moved into system menu.

ABX
by ABX
Tue Oct 17, 2006 5:04 pm
Forum: Compiler / Linking / IDE Related
Topic: Make compiler ignore deprecated functions (wxDEPRECATED)
Replies: 2
Views: 2099

Re: Make compiler ignore deprecated functions (wxDEPRECATED)

Sorry, I don't get how wxDialog(NULL, -1,"test") can fit wxDEPRECATED( wxDialog( wxWindow *, const wxString& , bool, ...) ) Are you sure you correctly understood error message ? Does: wxDialog((wxWindow *)NULL, (wxWindowID )-1,wxString(wxT("test"))) still cause problem? ABX
by ABX
Mon Oct 16, 2006 10:34 am
Forum: General Development
Topic: monolithic build
Replies: 4
Views: 2114

Thanks. src\wxWindows.dsp works. src\wxWindows.dsp is dedicated to build libs in so called wx2.4 compatible way and that's why naming of the libs is different. you can create project files for monolithic build by regenerating project files yourself. 1. install bakefile system from http://bakefile.s...
by ABX
Fri Oct 13, 2006 9:44 am
Forum: General Development
Topic: DirectFB for wxWidgets
Replies: 1
Views: 1142

Re: DirectFB for wxWidgets

Striker1468 wrote:can somebody tell me the state of development DirectFB for wxWidgets?
The most up to date informations you can find dircectly in wx-dev mailing list.
Just ask there.

Regards,

ABX