Hello, ... Good point, unfortunately DB doesn't resolve the identifier when used elsewhere. Sorry! Regards, Julian...
3277
Julian Smart
felixcarswell
Aug 1, 2006 8:30 am
Hi John, Your PJD only has the app object, not the frame, so maybe you forgot to save it before attaching? Without being about see or reproduce intro.cpp, it's...
3278
Dave Silvia
ddotedotsdot
Aug 1, 2006 11:14 am
Hi! Here you go. It loops back to the login when the main is exited. All hand coding is isolated to the App .cpp file. It consists of adding an #include for...
3279
Dave Silvia
ddotedotsdot
Aug 1, 2006 11:32 am
Oops! DB generates a new App file and it is incorrect. I'm attaching the correct ones here.
> Hi!
>
> Here you go. It loops back to the login when the...
3280
segfaultcm
Aug 1, 2006 12:36 pm
Nope. I just tried and the problem still exists....
3281
Tony H
kg4wfx
Aug 1, 2006 1:35 pm
Hi Dave! LoL - replying to this and the previous message in this thread here - I had come up with an idea of how to handle it at 4am when I was jolted awake,...
3282
Oliver
sherlock_hol...
Aug 1, 2006 2:44 pm
Regarding my mail from yesterday. Since there was no response yet I was wondering whether I did something wrong. I am new to this group and maybe I missed...
3283
ddotedotsdot
Aug 1, 2006 8:18 pm
Hi! Sorry you've received no response.:-( It's not clear how you've gotten to this problem. I've tried a couple of different ways of generating a dialog in DB...
3284
Dave Silvia
ddotedotsdot
Aug 1, 2006 8:26 pm
Hi, Tony! Glad you've found it useful!;) Just remember, there are caveats to having multiple top level elements in DB, notably, don't move them around, DB...
3285
Oliver Schneider
sherlock_hol...
Aug 1, 2006 9:17 pm
3286
Dave Silvia
ddotedotsdot
Aug 1, 2006 10:19 pm
Hi! You really should put some text in your message!;) Okay, 3 things: 1) You need an App. 2) You had the "Hidden" box checked in your About Unicalc dialog...
3287
Oliver
sherlock_hol...
Aug 2, 2006 12:36 am
Dave, ... I am sorry, I just saw that my mail provider has obviously piped the content of the last mail - except for the attachment - to /dev/null. In case you...
3288
Dave Silvia
ddotedotsdot
Aug 2, 2006 12:54 am
Hi! When DB generates code, it puts comment markers around the code so that it "knows" what code to replace when regenerating. If you instantiate an event ...
3289
Dave Silvia
ddotedotsdot
Aug 2, 2006 1:19 am
... Understood, but it is still helpful to generate one in DB to be able to proof out the code there. Then, if it works in DB, you know it is not a problem...
3290
Oliver
sherlock_hol...
Aug 2, 2006 2:13 am
... So you mean you are mainly developing your code in DB and then migrate to another IDE? I do it the other way around, I use wxVisualSetup - although it has...
3291
John Latimer
hologenicman
Aug 2, 2006 2:30 am
Hi Julian, I've fixed the problem, but now the challenge is to figure out how... :-) When adding or removing elements within DialogBlocks, the .c and .cpp...
3292
Dave Silvia
ddotedotsdot
Aug 2, 2006 2:33 am
... No, I mean I use the appropriate tool for the appropriate elements. DB knows more about wxWidgets than almost any other IDE out there, so, if I want to do...
3293
Tony Harris
kg4wfx
Aug 2, 2006 11:27 am
Hi Dave, That does bring up another question tho - usually I don't need/want to move around the top level elements but sometimes I do want/need to move around...
3294
Dave Silvia
ddotedotsdot
Aug 2, 2006 11:36 am
Hi, Tony! According to Julian, drag and drop should work okay (just not for top level elements). Seems okay, but I haven't had a chance to really check it out...
3295
Tony Harris
kg4wfx
Aug 2, 2006 12:04 pm
Oops, I replied to the personal message of the two instead of the group message - but still, it should explain the problem I'm seeing... -Tony...
3296
Nargus Asturias
dkempire
Aug 2, 2006 4:37 pm
Just hit Delete, or even worse, Alt-Del on Projects list and the whole dialog are all gone! No confirmation, no Undo! I'm wondering if any developers are...
3297
Julian Smart
felixcarswell
Aug 2, 2006 6:07 pm
Hi, Quite right, I'll try to respond to both those observations in the next release. Many thanks! Julian ... ...
3298
bobsgoodfortune
Aug 2, 2006 9:22 pm
I built up an interface using DialogBlocks2006. Everything worked fine. But as my application grew, and due to poor planning in the first place I suppose, I...
3299
bobsgoodfortune
Aug 2, 2006 10:20 pm
Makefile. For some reason I thought that every time I made a change in the editor it translated over to all aspects of the program. Not so. The makefile was...
3300
raz
tuckerblocks
Aug 3, 2006 9:32 pm
Greetings all, I have a large project that contains a lot of panels, dialogs, etc. The problem is that when any two people make independent modifications to ...
3301
John A. Latimer
hologenicman
Aug 6, 2006 6:49 am
Hey there, I appologize in advance if this is too simple of a question... How do I set up for OpenGL support (WITHIN DialogBlocks) so that I can do a wxWidgets...
3302
Dave Silvia
ddotedotsdot
Aug 6, 2006 7:06 am
Hi! USE_OPENGL is in the wxWidgets build command entry under Build|Configurations. Just expand the entry and modify the line. To add a library to your build(s)...
3303
John A. Latimer
hologenicman
Aug 6, 2006 9:31 am
Thanks, that clarifies things very well. I am still having a problem, but Now I have it narrowed down a bit further. I already had USE_OPENGL set equal to 1. ...
3304
Dave Silvia
ddotedotsdot
Aug 6, 2006 11:21 am
Hi! You know, there's a tremendous tool available for Windows that I really couldn't do my work without. It's called PowerGREP, from jgsoft ...
3305
ddotedotsdot
Aug 6, 2006 11:11 pm
This is just an fyi for those who may not know and is specific to DB for Windows and more specific for Visual Studio compiler family users. Rather than using...