hey julian. one thing that's kinda arb is that dialogblocks tries to generate all the source code for projects automatically. i'm only using .xml files and...
69
Julian Smart
julian@...
Dec 12, 2003 10:14 am
Hi Karl, ... How about just not regenerating the C++ if there are no filenames present, as is the case now? Or do you think you should be able to switch...
70
Julian Smart
julian@...
Dec 12, 2003 12:45 pm
Hi, These are the latest DialogBlocks changes: - Made sure putting negative numbers into wxGrid row and column count properties doesn't crash DialogBlocks. -...
71
karlpenzhorn
Dec 13, 2003 10:16 am
... oh, i wasn't aware that it only regenerated when files were present. i still think it would be nice to be able to switch that off cause my project file is...
72
karlpenzhorn
Dec 13, 2003 10:21 am
... oh ok, i just understood what you meant. by filename present you mean what you specify when you first create the project? ok cool, but i unfortunately...
73
Julian Smart
julian@...
Dec 13, 2003 6:45 pm
... When the filename is present in the properties for that dialog (you can blank it out by editing the property and deleting the name). ... Sorry about that,...
74
Julian Smart
julian@...
Dec 13, 2003 6:45 pm
... Yes, or specified later in the property editor, it doesn't matter which. ... See previous mail :-) Thanks, Julian...
75
Julian Smart
julian@...
Dec 15, 2003 4:24 pm
Hi, Mostly a bug-fix release, this one, but I have added the Font property since it was requested by quite a few people. Changes in this release: - Variable...
76
blksabb
Dec 17, 2003 12:18 pm
Pasted right from my notes: I tried changing all of my .h and .cpp file names and the class name for my wxFrame, 'MainFrame39;, to 'StartFrame39; – now...
77
Julian Smart
julian@...
Dec 17, 2003 3:26 pm
Hi, Sorry to hear about those problems: if have them again, perhaps you could send me the project file and I'll try running it here. Thanks, Julian ... ...
78
karlpenzhorn@...
karlpenzhorn
Dec 18, 2003 12:06 am
cool thanks julian. seems to all be working fine in the 1.34. karl....
79
Michael LaRue
blksabb
Dec 19, 2003 4:49 am
I just started using 1.34 and I'm still getting crashes with these errors listed when I click on certain things after I start the program: Gdk-ERROR **:...
80
Michael LaRue
blksabb
Dec 19, 2003 6:57 am
I just registered the software. It's crashing when I try to create a wxFrame too. I'm just going to try using the Windows version until I know what the ...
81
Michael Kesler
wolfofthewin...
Dec 19, 2003 7:08 am
What exactly are you doing when it crashes? I'm running DialogBlocks on Slackware Linux 9.0 using GTK+2 with few problems, though I crashed it a good couple...
82
blksabb
Dec 19, 2003 8:36 am
It crashes when I open any project and click on certain things before others. Dialogs seem to crash it, frames, buttons; everything but sizers and a few other...
83
Julian Smart
felixcarswell
Dec 19, 2003 12:40 pm
Hi, Sorry about these crashes, I'm still unable to reproduce them on RHL 8.0 (under Gnome). I need to identify a strategy that will help debug the problem, so ...
84
Julian Smart
felixcarswell
Dec 19, 2003 12:42 pm
Hi, This is a response to some bug reports/feature requests. There's nothing that might cure the BadMatch problem some people are seeing on Linux, and I'll...
85
Julian Smart
felixcarswell
Dec 19, 2003 9:13 pm
Hi, I'm thinking about making DialogBlocks bitmap handling a bit more flexible, in particular adding a function to each dialog: wxBitmap...
86
John Adamson
john.adamson@...
Dec 19, 2003 9:15 pm
I'll be out of the office until Monday 5th of January. You can reach me on 07818 471 543. Kind Regards,...
87
Julian Smart
felixcarswell
Dec 19, 2003 10:12 pm
I've put a debug binary of DialogBlocks 1.35 for Linux here (12MB compressed): http://www.anthemion.co.uk/dialogblocks/dialogblocks-1.35-debug.gz If someone...
88
Michael Kaze Kesler
wolfofthewin...
Dec 21, 2003 11:39 am
... I like that idea, personally, as I'm looking at converting my applications to XRC instead of imbedded code....
89
Julian Smart
felixcarswell
Dec 21, 2003 12:37 pm
... In the XRC case, it's not clear to me how the GetBitmapResource function will help, because XRC has to have the bitmap specification available within the...
90
blksabb
Dec 22, 2003 2:20 pm
I think that this is probably caused by a bug in the older GTK+ version that comes installed with Mandrake 9.2. I'm going to upgrade GTK+ today and that...
91
Julian Smart
felixcarswell
Dec 22, 2003 2:42 pm
Hi, Thank you, that definitely gives a clue. It would seem to be related to one of the 4 gdk_gc_set_clip_region calls in wxPaintDC::wxPaintDC, so the next step...
92
Tim Peterson
txpet1957
Dec 31, 2003 1:45 am
I am having a problem when opening a dialog/frame that had previously been saved in both 1.35 and 1.34. I am using Redhat Fedora Core and have applied all...
93
Nicolas Clemeur
nclemeur
Dec 31, 2003 1:55 am
I think this is a problem that Julian and his team is investigating... I got a similar problem also. The way around I have found is to click on the small [+]...
94
Tim Peterson
txpet1957
Dec 31, 2003 2:37 am
Thanks for the tip. Unfortunately, I still crash when I click on a child of the dialog. But, I have confidence in Julian. I have been using...
95
Julian Smart
felixcarswell
Dec 31, 2003 10:01 am
Hi Tim, I'm sorry about this, it's very frustrating, especially as I can't make it crash here (RHL 8 under VMware). I'll make a new debug binary with some...
96
Julian Smart
felixcarswell
Dec 31, 2003 12:30 pm
Hi, I've added some diagnostics around the point I think it's failing, and uploaded: http://www.anthemion.co.uk/dialogblocks/dialogblocks-1.35-debug.gz (the...
97
Julian Smart
felixcarswell
Dec 31, 2003 7:50 pm
Hi, Here's the last DialogBlocks release of 2003. I've discovered that the crashes on Linux may be due to some window sizes going negative under certain ...