... Julian, are you going to implement this? Although I want wxXRC to support this, it does not have to for DB to support it. wx.NET folks will be able to make...
426
Julian Smart
felixcarswell
Jun 3, 2004 5:30 am
... Hi Michael, Try DB 1.51... Regards, Julian...
427
Mark Williams (MWP)
mwpsoft@...
Jun 3, 2004 12:01 pm
Hi all, Is it possible to change the target ".cpp" and ".h" file names after the project has been started? Ive been looking through the options... cant work...
428
Mark Williams (MWP)
mwpsoft@...
Jun 3, 2004 12:19 pm
... Ok, i did it by editing the PJD file. Julian, could you make the source file names under the "CPP" and "H" tabs (next to the reload/copy/generate buttons)...
429
Julian Smart
felixcarswell
Jun 3, 2004 2:45 pm
... Alternatively you can simply edit the relevant properties in the property editor for the dialog or frame... Regards, Julian...
430
Michael S. Muegel
mmuegel
Jun 3, 2004 3:25 pm
... Thanks. But I do find a confusing inconsistency: for non-sizers, I need to use the "Id name" property. But for sizers I use the "Member variable name" ...
431
Sebastien Berthet
sbrt
Jun 7, 2004 10:27 am
Maybe you will also need to enter a base class and class in DB for sizers (just like panels etc) if you follow what Hans Von Leemputten advise on the wx-user...
432
johndubchak
Jun 7, 2004 3:58 pm
Hello All, I'm new to both DialogBlocks and wxWindows and have a simple question regarding button clicks and closing a dialog. In the samples an OK button...
433
Alec Ross
alec@...
Jun 7, 2004 4:33 pm
Hi Julian, and others, I've few very minor queries related to tab characters in menu label values. As far as I can see, they are not specific to any particular...
434
Julian Smart
felixcarswell
Jun 7, 2004 4:57 pm
Hi John, ... For a modal dialog, you use EndModal() to dismiss it, passing the id to be returned from ShowModal(). For modeless dialogs, there's no such...
435
Julian Smart
felixcarswell
Jun 7, 2004 5:04 pm
Hi Alec, ... Oops, quite right, sorry -- I will fix this bug. ... I haven't noticed an inconsistency in font size in the test dialog, but it could be a...
436
Alec Ross
alec@...
Jun 7, 2004 7:46 pm
Hi Julian, Thanks for both of these. I'll get back if/when I have any additional info. Regards, Alec In message...
437
Alec Ross
alec@...
Jun 7, 2004 8:53 pm
Progress: ... Taking the hint from "refresh", I tried resizing using the Maximise and Restore buttons. All is fine w/Max and the problem reappears w/Restore. ...
438
Julian Smart
felixcarswell
Jun 9, 2004 9:18 am
Hi, DialogBlocks 1.52 has an interesting new feature (though I say so myself) -- conditional UI. XRC already has the ability to specify a "platform" property...
439
Alec Ross
alec@...
Jun 9, 2004 11:40 am
How can you create popup menus using DB? Apologies if it is obvious - but I don't see it. (Although the help refers to using a static text control in a popup...
440
Julian Smart
felixcarswell
Jun 9, 2004 2:50 pm
Hi Alec, ... Unfortunately DialogBlocks doesn't help with wxMenus yet, only wxMenuBars within frames. However, I can certainly add this to the to-do list if ...
441
Alec Ross
alec@...
Jun 9, 2004 8:25 pm
Hi Julian, At least I wasn't missing something obvious. I'll proceed with a code- only solution. Please add my vote to any list of people wanting this...
442
Sean Long
hailstonesof...
Jun 9, 2004 8:38 pm
I also would like to be able to use DB for popup menus. Also thanks for the new conditional UI abilities, great idea that I am sure will be very usefull. Sean...
443
Michael Kesler
kaze_okami
Jun 10, 2004 10:33 am
... Hash: SHA1 I do see one problem. When you use F6 (Test XRC Dialog), you can't close the dialog unless it has a control mapped to either wxID_OK or ...
444
Julian Smart
felixcarswell
Jun 10, 2004 10:36 am
... OK, thanks, I'll take a look at that. Regards, Julian...
445
David Hearst
dhearst@...
Jun 11, 2004 5:13 pm
In working back and forth between different platforms, I find situations where I want to do parallel development on my DB project. That would mean being able...
446
Dave Moor
daisydave2000
Jun 11, 2004 5:49 pm
Hi Julian I have a project I've just started and I've added some checked menu items which need to be checked by default. I set the 'Checked39; option in the...
447
Julian Smart
felixcarswell
Jun 11, 2004 6:15 pm
Hi David, If you go to Settings/General and check "View multiple projects", you can load several projects simultaneously and copy and paste between them. As...
448
Julian Smart
felixcarswell
Jun 11, 2004 10:50 pm
... Thanks! Julian...
449
Alec Ross
alec@...
Jun 12, 2004 9:51 pm
Hi Julian, (or other(s)) I've been having a slight problem in my use of DB. In my project there is a wxNotebook, with wxGrid s on several pages. The generated...
450
Julian Smart
felixcarswell
Jun 12, 2004 11:55 pm
Hi Alec, Yes, it's unfortunate (well, broken) that wxGrid event macros don't take an id, even though the events are derived from wxNotifyEvent. We should ...
451
Alec Ross
alec@...
Jun 13, 2004 11:42 am
Hi Julian, and thanks, In message <6.0.0.22.2.20040613005116.0312d870@...>, Julian Smart <julian@...> writes ... Yes, I thought of...
452
Julian Smart
felixcarswell
Jun 13, 2004 11:27 pm
Hi Alec, I've added an additional set of event table macros to wx/generic/grid.h in CVS head and 2.4, that take both identifier and handler arguments. When...
453
Alec Ross
alec@...
Jun 14, 2004 6:51 am
Hi Julian, Once again Wow. And "Thanks", tho' that's not enough. Best Regards, Alec In message <6.0.0.22.2.20040614002440.035d1328@...>, Julian...
454
buzzzsw
Jun 14, 2004 12:10 pm
Hi Julian, I'm having a problem with checked menu items. I have 2 wxMenu children items off a wxMenuBar. The second menu has 3 wxMenuItems. The first 2 have...