Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

anthemion-devtools · Anthemion Tools for Developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 3276 - 3305 of 7461   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3276 Julian Smart
felixcarswell Send Email
Aug 1, 2006
8:20 am
Hello, ... Good point, unfortunately DB doesn't resolve the identifier when used elsewhere. Sorry! Regards, Julian...
3277 Julian Smart
felixcarswell Send Email
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 Send Email
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 Send Email
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 Send Email Aug 1, 2006
12:36 pm
Nope. I just tried and the problem still exists....
3281 Tony H
kg4wfx Send Email
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... Send Email
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 Send Email 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 Send Email
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... Send Email
Aug 1, 2006
9:17 pm
3286 Dave Silvia
ddotedotsdot Send Email
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... Send Email
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 Send Email
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 Send Email
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... Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email 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 Send Email 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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email 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...
Messages 3276 - 3305 of 7461   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help