Good morning, I’ve just downloaded Dialogblocks 3.13 (Unicode) to make a small program that has to open an csv file make some calculation and print a report,...
Hi, ... No, there's something going wrong. Perhaps it's due to accents in the code? If you could send me a minimal .pjd that shows the problem, I'll take a...
... All I've done is, install develop in the editor, and pass to the cpp to add labels to the grid, so I added: void Dialog::GridFormat() { ... } At the end of...
Ah. You have to specify "Implementation filename" and and "Header filename" in your dialog properties, otherwise DB isn't going to know where to save the...
Thanks, that was it, Regards _____ De: anthemion-devtools@yahoogroups.com [mailto:anthemion-devtools@yahoogroups.com] Em nome de Julian Smart Enviada:...
Hello All, I have now ported my wxWidgets/DB3.13 application from windows to suse 10.2 and ubuntu edgy 6.10. All is working fine. I would like to make a...
Hi, Yes, this can be frustrating. However I also have trouble with my SuSE 9.2-compiled executables, since users report that on SuSE 10.1 an additional library...
I built wxWidgets 2.8.0 with current MinGW and gcc 3.4.5 using DialogBlocks and configuring for shared, monolithic. The build is successful, but there are a...
Possibly it is just me being fairly new to DB, but how would one define a certain event type, eg OnRightUp for eg 2 different window elements? Example: If you...
3717
Bryan Petty
bryan@...
Jan 8, 2007 10:53 pm
... You are correct that the OnRightUp handler is actually tied to the window implementing the event handler in this case, but that is only because this is one...
Thanks for your reply Bryan, Your posting (actually dated from before I even knew DB existed) deals with the same issue. I tried the switch solution - it works...
Situation: - application consists of a wxFrame where Width and Hight values are set. - all elements contained in the frame have Width and Hight set to -1 and...
I'm wondering if wxAUI, which is now included in wxWidgets 2.8.0, will be incorporated as insertable controls in future versions of DialogBlocks? Dialogblocks...
Hello, I am writing an mdi application and would like to have only one menu- on the parent frame. Is it possible to link the parents menu with the child...
Hi Greg, ... It's definitely on my to-do list. Since wxAUI can have any window as the workspace, and any window as a managed child, I'll probably add a bool ...
... Unfortunately DialogBlocks doesn't help you reuse the same menubar for both the parent and child frames. But you could perhaps define the menubar as a...
... menu- ... or can ... for ... function ... only ... Julian, Thanks for the response, I tried adding the following line to the MDI childs CreateControls ...
Hello Julian, Just a short note to let you know that on the Mac DB 3.13 compiles wxWidgets fine but reports a false error. DB 3.13 tells the user that there...
Hi Julian, Just a short note to let you know that when compiling wxWidgets 2.8.0 on a mac with DB 3.13, DB complains about compilation errors. DB reports...
Hi, I have a PPC (iBookG4) and DialogBlocks 2006 v3.13(Unicode) and I want to know please: How to create a universal mac binary with DialogBlocks? In the...
... oops forgot to add I'm using GCC (version: powerpc-apple-darwin8-gcc- 4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5363)) as compiler and the OS is OS X...
Hello asia_cutey_genius, It seems that the universal binary option in the config is only used for building the wxWidgets libraries. You know this is true...
... Thanks a lot! That worked it made what appears to be a Universal binary. :) But when DialogBlocks recompiled wxWidgets it gave about 22 errors and 1200+...
Hi, anybody know of some 2D game making tutorials or books or source code with Dialogblocks and C++? I have a couple books on game making but they are for...
Fortunately this is quite simple the check. A universal binary is nothing more than 2 executables bundled into one file. If your application runs on Intel...
Does anyone know how to hook an about dialog in to the Application->About menu in the mac? The dialogs example included with wxWidgets does not do this. I...