I use Dialogblocks to design for an embedded system, therefore I make the application appear with no borders. Now, in a preview (F5 or F6), since the dialog...
5741
Julian Smart
felixcarswell
Oct 1, 2008 10:09 am
Hi Mike, ... I thought I guarded against this situation but evidently not; I'll add this to my todo list. Thanks! Julian...
5742
mike musterd
mike.musterd
Oct 1, 2008 10:28 am
This happens in Linux (OpenSUSE). I believe that the windows version does work as expected. PS the new version (4.27) is really annoying in the way that a...
5743
Julian Smart
felixcarswell
Oct 1, 2008 10:34 am
... Can you be more specific? Thanks, Julian...
5744
Vince Ieraci
vieraci
Oct 1, 2008 12:08 pm
How do I add a source path to DB ? I have a directory where I keep common headers and source code. The settings->paths page says at the top "Specify root...
5745
mike musterd
mike.musterd
Oct 1, 2008 12:16 pm
Not really. Sometimes it happens that when I'm selecting something on the objecttree and then click on a property field of this item, the objecttree suddenly...
5746
M. Nieber
hallomaarten
Oct 1, 2008 5:14 pm
Hi, I am evaluating DialogBlocks, and my first impression is very good, but there are a few issues: 1. My Custom control class lives in a namespace. How can I...
5747
M. Nieber
hallomaarten
Oct 1, 2008 5:31 pm
... only ... matter ... resources. ... of ... a ... it's ... frame ... virtual, ... tried ... and ... virtual ... sense. ... DialogBlocks to ... level ... and ...
5748
Julian Smart
felixcarswell
Oct 1, 2008 6:06 pm
Hi, ... It's definitely not recommended to make event handler functions virtual. But you could have virtual functions that are called by the event handlers. ...
5749
Julian Smart
felixcarswell
Oct 1, 2008 6:07 pm
Hi, ... Unfortunately DB doesn't support this at present. ... You can simply replace the generated code within GetBitmapResource with your own code, or add it...
5750
toddmarshall2002
toddmarshall...
Oct 1, 2008 8:40 pm
Hi, Can you cross compile on windows or linux, for a mac target? Thanks! Todd....
5751
The Devils Jester
akumanohoukon
Oct 1, 2008 9:30 pm
I have noticed that if you have auto save on, then whatever you are doing when it auto saves loses focus, which has caused me to turn auto save off. I dont...
5752
The Devils Jester
akumanohoukon
Oct 1, 2008 9:33 pm
You can cross compile on any OS for another, with the right setup. Its a chore it set up properly, but completely doable. If you are asking if DialogBlocks can...
5753
mike musterd
mike.musterd
Oct 2, 2008 4:48 am
That could be it. However yesterday evening I tried to reproduce the behaviour on the laptop @ home, running Vista, and everything worked as expected. So the...
5754
Maarten Nieber
hallomaarten
Oct 2, 2008 8:05 am
Hi Julian, ... thanks for the quick reply. Your solution will definetely work, and I have no problem with it. However, some of my colleagues are not actually...
5755
Daniel Schmid
danooprogs
Oct 2, 2008 8:31 am
... Interesting for me aswell, as I'm building applications on both pc and mac, and I have to build it either in a Vmware running MacOSX or using my old G4...
5756
The Devils Jester
akumanohoukon
Oct 2, 2008 9:49 am
I use Linux, so I only encounter bugs that are in the GTK port, so that could very well be it. When it happens to me, I am usually editing a property cell...
5757
Andreas Goebel
andreas_gbl
Oct 2, 2008 10:42 am
I think that it might be possible (search the web for this), but: You will not be able to test your application without a mac!!! There are some special things...
5758
The Devils Jester
akumanohoukon
Oct 2, 2008 12:02 pm
Its also illegal (you violate the EULA) to run OSX in an emulator unless its on a "Mac Labeled" computer. And even then only a specific version (the latest...
5759
The Devils Jester
akumanohoukon
Oct 3, 2008 6:29 am
If I copy have a widget that I have set to have an event handler, and paste it on a new dialog, then it will still have the same events checked in the handler,...
5760
Julian Smart
felixcarswell
Oct 3, 2008 8:38 am
Hi, ... Yes, sorry, it seems the "Class" selection in (Event Handlers) doesn't get a sensible value when the element is copied - it can be left blank, I think...
5761
Alec Ross
apply72000
Oct 3, 2008 12:00 pm
Well, I've upgraded to DB 4.27, and tested this w/ the provided wxWidgets, minGW, VC++ 9.0 etc. This is all fine. E.g. building and running Acme is fine....
5762
The Devils Jester
akumanohoukon
Oct 3, 2008 12:26 pm
... The "Class" combo box in Event Handlers, in all my test cases is always filled with the appropriate class name (the name of the current dialogs class), I...
5763
The Devils Jester
akumanohoukon
Oct 3, 2008 7:30 pm
After a good deal of headache I managed to compile wxWidgets, and a sample application with DialogBlocks, using a wxWidgets dynamic lib. My success was short...
5764
Frans Meulenbroeks
fransmeulenb...
Oct 5, 2008 10:07 am
Hi all, I wanted to look up the parameter list for DrawRectangle and noticed that it only lists one form: void DrawRectangle(wxCoord x, wxCoord y, wxCoord...
5765
ickphum
Oct 6, 2008 4:22 am
Hi, I've created a custom panel class with a new property and I want to create a panel using this class as a top level window, eg by using the Element toolbar...
5766
Werner Smekal
w_smekal
Oct 6, 2008 6:23 am
Hi Devil, I assume that you added the pmtabctrl to your sourcecode, which is an application and not a library. Since in the header file we find: class...
5767
The Devils Jester
akumanohoukon
Oct 6, 2008 6:53 am
I tried that already. When I remove those I get other build errors. The build errors I get when those are removed mention the two additional 'events39; that the...
5768
Werner Smekal
w_smekal
Oct 6, 2008 7:12 am
Hi, I'm not sure, but you don't actually need the event declaration at compile time. You can connect the events later on, ...
5769
The Devils Jester
akumanohoukon
Oct 6, 2008 9:24 am
As I said I am not experienced with the wxWidgets event system (DB typically handles this for me), so I dont know exactly what that is, or if its relevant in...