I am having a problem with DialogBlocks: I need to fill a read-only combo with strings that are read from a database, so they are not known at design time. I...
5914
Imre lovasz
i_hate_insta...
Jan 1, 2009 6:49 pm
Hi. You should check the wxControlWithItems class. LI ... -- ... Penguins should stay in Antarctica......
5915
Fulvio Senore
fsenore
Jan 1, 2009 7:10 pm
Oh, sometimes I am really dumb! I did not think to check the class hierarchy. The combo has all the needed methods to fill it at runtime. Thank you. Fulvio ...
5916
Imre lovasz
i_hate_insta...
Jan 1, 2009 7:15 pm
You're Welcome! LI ... -- ... Penguins should stay in Antarctica......
5917
Domingo Becker
domingobecker
Jan 3, 2009 1:59 pm
... Ok, I found the solution. In the file wxGTK-2.8.8/src/html/htmprint.cpp, in the function bool wxHtmlEasyPrinting::DoPreview(wxHtmlPrintout *printout1, ...
5918
Dave S.
ddotedotsdot
Jan 4, 2009 5:21 am
Hi, Domingo! But you can do the same thing without a patch, just modify the style. If
there is a bug, I think it's elsewhere. The real bug (which I do believe...
5919
Michael Stratmann
diplinf
Jan 9, 2009 9:22 pm
Hello and happy new year 2009! I am back on topic after some time :-) I am breaking up my main app frame into smaller files by subclassesm thanks for that hint...
5920
Michael Stratmann
diplinf
Jan 9, 2009 9:29 pm
Hello, Is there a way to have default paths for .cpp and .h fiiles? I know I can add them manually the file name. When I rename a file, how can I prevent from...
5921
Julian Smart
felixcarswell
Jan 10, 2009 10:30 am
Hi Michael, Yes, sorry, this is a bug; I've fixed it here and I'll release a new version early next week. Regards, Julian ... -- Julian Smart, Anthemion...
5922
Julian Smart
felixcarswell
Jan 10, 2009 11:11 am
Hi Michael, ... Not at present I'm afraid, but it's on my to-do list. ... I'll fix this... ... ...and this. Thanks! Julian...
5923
Julian Smart
felixcarswell
Jan 12, 2009 11:13 am
DialogBlocks 4.29, January 12th 2009 * Further registration dialog fix for non-ASCII characters - now tries ISO-8859-1 and UTF-8 encoding conversions since...
5924
Sören Meyer-Eppler
buschnick
Jan 14, 2009 12:21 pm
Hi, I'm using DialogBlocks 4.29 to generate XRC files to be read manually from my C++ code (i.e. I use dialogBlocks as an XRC file generator only, no code)....
5925
Andri Möll
m8eleven
Jan 14, 2009 1:08 pm
... You can also have your Makefile (or your own build process) run /usr/bin/sed (or some equivalent) on the XRC file. Andri...
5926
Julian Smart
felixcarswell
Jan 14, 2009 5:25 pm
Hi Soren, ... You can add an arbitrary top-level window by using Add Window, then selecting the appropriate class. Slightly hidden, I know. ... Good point,...
5927
Sören Meyer-Eppler
buschnick
Jan 14, 2009 5:32 pm
... Thanks for the suggestion, but I'm afraid it won't help me. I really need a toolbar without _any_ parent window whatsoever. So being able to specify my own...
5928
Julian Smart
felixcarswell
Jan 14, 2009 5:38 pm
... Not sure what the problem is - any class created in DB by the above method can be used anywhere, with or without a parent. Regards, Julian...
5929
Sören Meyer-Eppler
buschnick
Jan 14, 2009 5:41 pm
Hi, there seems to be a bug in HelpBlocks 1.21 Unicode (demo version): if you insert an incomplete macro such as "#ifdef" and switch to the preview panel the...
5930
Sören Meyer-Eppler
buschnick
Jan 14, 2009 5:45 pm
... The problem is that my code is doing this: wxToolBar * toolBar = wxXmlResource::Get()->LoadToolBar( this, wxT( "ID_HORIZONTAL_TOOLBAR1" )); This works for...
5931
Julian Smart
felixcarswell
Jan 14, 2009 5:52 pm
... Strange, I'm not seeing a parent parent in the test I've just done... Regards, Julian...
5932
Sören Meyer-Eppler
buschnick
Jan 15, 2009 1:23 pm
... ? I don't understand what you mean by "parent parent". What I'm saying is that it seems to be impossible to create the XRC quoted above with DialogBlocks....
5933
Julian Smart
felixcarswell
Jan 15, 2009 1:37 pm
... Typo. ... You've created the window as a top-level element, i.e. with no other parent, via Element -> Window, then choosing the wxToolBar class? The ...
5934
Julian Smart
felixcarswell
Jan 15, 2009 5:40 pm
... Oops, thanks, I'll look into that. ... Good idea... will add it to my to-do list! Best regards, Julian...
5935
Sören Meyer-Eppler
buschnick
Jan 16, 2009 10:28 am
... Thank you. The coin finally dropped and it works now. Sorry for being dense before. cheers, Sören...
5936
James Moliere
molamini
Jan 18, 2009 6:51 pm
Hello, I have external cpp code that I'd like to compile along with my dialogblocks project. I can't figure out where to incorporate these cpp files so they...
5937
Ralph Pass
rppassiii
Jan 18, 2009 7:04 pm
Go to the Projects tab, right click on Sources, and select ADD SOURCE FILES. Add your files here and they added to make files, and VC projects, etc. Ralph...
5938
James Moliere
molamini
Jan 18, 2009 7:24 pm
Ralph, Super! Thanks!! I was stuck looking up and down the 'Settings39; dialog -- there is a place for image files, xml files, but no source files. Thanks!...
5939
ddotedotsdot
Jan 25, 2009 6:41 am
Hi, I've just uploaded a zip archive of modified CHM files for DialogBlocks and wxWidgets. Modifications are: 1) Added more navigation 2) Added more search...
5940
ronys_5
Jan 27, 2009 7:21 pm
Hi, I'm new here - apologies if this is the wrong forum for the question. I'd like to use wxGrid to display some tabular text, but without the row number...
5941
Dave Silvia
ddotedotsdot
Jan 28, 2009 3:44 am
Hi, Rony! Would you believe: wxGrid *MainGrid=new(parentWin,MainGridId,wxDefaultPosition,wxDefaultSize,wxSUNKEN_BORDER|wxHSCROLL|wxVSCROLL); ...
5942
ronys_5
Jan 28, 2009 7:06 am
Entirely believable. Lack of imagination on my part... More important - it works! Thanks, Rony ... ...