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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 2885 - 2914 of 7455   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2885 Julian Smart
felixcarswell Send Email
Apr 1, 2006
12:06 pm
... That's certainly something worth considering - I'll make a note. I agree it would save a lot of time, if you're in the habit of using member variables. It...
2886 aiscape Send Email Apr 4, 2006
10:33 am
Hi! For me it's important to set the minimum size of sizers and controls. My question is now, how to set it in a comfortable way inside dialogblocks? Why are...
2887 Thomas Zehbe
tzehbe Send Email
Apr 5, 2006
2:18 pm
Hi Julian, It seems that the focus problem still remains in DB 2.13 GTK unicode. Sorry that I didn't test it until now. If the editor has the focus and I press...
2888 Andreas Goebel
andreas_gbl Send Email
Apr 6, 2006
1:30 pm
Hi, in DB there doesn´t seem to be a property for a minimal size. My situation: A Frame with some controls and a wxGLCanvas inside. The GLCanvas must not be...
2889 Thomas Zehbe
tzehbe Send Email
Apr 6, 2006
1:34 pm
Hi Julian, After Leaving the Dialogboxes popped up by ctrl+f, ctrl+g or ctrl+r from within the editor the keyboard input should be redirected to the editor ...
2890 Daniel Schruver
daniel123m@... Send Email
Apr 6, 2006
5:40 pm
Hello Thomas. I understand nothing. How should I propagate the pointer to the mainfrm object in the local variables of the preferencesfrm object? As a String -...
2891 Thomas Zehbe
tzehbe Send Email
Apr 7, 2006
7:49 am
Hi Daniel, ... That I don't believe. You only have some missing links and If you'll got them the whole picture will arrise ... ... "<PointerToMainFrame>" was a...
2892 Daniel Schruver
daniel123m@... Send Email
Apr 7, 2006
1:10 pm
Hello Thomas, thanks for your small lesson. It helps! Now my program runs how I want it :-) regards Daniel S. ... -- Analog-/ISDN-Nutzer sparen mit GMX...
2893 Thomas Zehbe
tzehbe Send Email
Apr 7, 2006
1:42 pm
Hi Daniel, ... It's my pleasure! Have a nice weekend and goog luck! Regards Thomas ... -- Dipl.-Ing. Thomas Zehbe INGENION GmbH Kuhweide 6 31552 Apelern Fon:...
2894 Alan F. Larimer, Jr.
lrng_lnx Send Email
Apr 7, 2006
3:00 pm
... order...) ... Was this fixed in the 2.13 release? Because this is the issue (using 2.12) that I had. :-) Thanx. --Alan...
2895 Keith McGrellis
keithmcgrellis Send Email
Apr 7, 2006
7:12 pm
Hi, I've just downloaded version 2.13 for Mac OS X. When I select "New Project" there are no options for Project Name, Author and Copyright so I can't create a...
2896 Alan F. Larimer, Jr.
lrng_lnx Send Email
Apr 7, 2006
7:38 pm
... Is the mainfrm your top-level and the preferencesfrm a child of the first? If so, use GetParent(). ...
2897 Julian Smart
felixcarswell Send Email
Apr 7, 2006
7:47 pm
... Sorry -- I just uploaded a fix, so if you can re-upload and test, it should work now. Thanks, Julian...
2898 Andreas Goebel
andreas_gbl Send Email
Apr 8, 2006
6:54 am
Hello, I have the following problem: - I include several images with the DB include-images feature - I use them as static bitmaps in a dialog - when running my...
2899 Julian Smart
felixcarswell Send Email
Apr 8, 2006
10:22 am
Hi Andreas (and Yves who asked the same question), If you specify the control size in the Width and Height properties, this should specify the minimum size. ...
2900 Julian Smart
felixcarswell Send Email
Apr 8, 2006
10:47 am
Hi Thomas, ... Curious. The fix solves the problem of focusing after Next has been pressed, but on GTK+ the focus isn't initially correct when the dialog...
2901 Julian Smart
felixcarswell Send Email
Apr 8, 2006
10:52 am
... This is working on Windows, since I do explicitly call SetFocus on the editor window when closing the dialog. Will have a look at what's going on with...
2902 Julian Smart
felixcarswell Send Email
Apr 8, 2006
11:10 am
... Sort of :-) if the code doesn't generate window->Destroy(), you need to add that after the window->Run() call. I'll fix that next time. Regards, Julian...
2903 Julian Smart
felixcarswell Send Email
Apr 8, 2006
11:11 am
Hi Andreas, ... Sorry, I wasn't sure what you meant by changing the working directory. Could you explain further, with the paths you're specifying? Thanks, ...
2904 Alec Ross
apply72000 Send Email
Apr 8, 2006
12:02 pm
Hi all. Is there a simple way to copy pages - and ideally sub-trees - between HB projects? (I'm currently using 1.16). TIA, Alec -- Alec Ross...
2905 Julian Smart
felixcarswell Send Email
Apr 8, 2006
12:21 pm
Hi Alec, Check this setting: Settings -> General -> View multiple projects. Then open 2 or more projects, right click over a page in the outline, copy, then...
2906 Andreas Goebel
andreas_gbl Send Email
Apr 8, 2006
1:32 pm
... Ok, assume the following: - in my program, there is a dialog D1 that contains static bitmaps. The bitmaps are in the program-directory, and they are...
2907 Andreas Goebel
andreas_gbl Send Email
Apr 8, 2006
1:44 pm
... Hi, it doesn´t! I have values 100 and 100 specified here, and it can beresized to nothing. I would sure like why all of my efforts didn´t work. Maybe...
2908 Julian Smart
felixcarswell Send Email
Apr 8, 2006
1:52 pm
Hi Andreas, I think the general answer is, don't use relative filenames for loading files, it's very fragile. You can create absolute filenames, or (better)...
2909 Julian Smart
felixcarswell Send Email
Apr 8, 2006
1:53 pm
... It can be confusing, I agree. But a dialog that has "Fit to content" set shouldn't be sizing smaller than allowed by specified control sizes. So I think...
2910 Andreas Goebel
andreas_gbl Send Email
Apr 8, 2006
3:27 pm
... Hi, if I use "Fit to content" (which I thought had nothing to do with it, as ... If true, the frame will fit to its contents, otherwise it will use the ...
2911 Julian Smart
felixcarswell Send Email
Apr 8, 2006
3:37 pm
Hi, ... This limit is defined by the combination of controls and sizers, so it's really only doing what you told it... ... OK! Regards, Julian...
2912 Alec Ross
apply72000 Send Email
Apr 8, 2006
6:42 pm
Hi Julian, Many Thanks, Best Regards, Alec In message <6.2.1.2.2.20060408131953.04298cb0@...>, Julian Smart <julian@...> writes ... ...
2913 Alan F. Larimer, Jr.
lrng_lnx Send Email
Apr 9, 2006
6:34 pm
... bool ToDoList::Query( StillOnList ) { return JulianResponse; } Thanx. --Alan...
2914 Thomas Zehbe
tzehbe Send Email
Apr 10, 2006
8:02 am
Thank you, Julian! Regards Thomas ... -- Dipl.-Ing. Thomas Zehbe INGENION GmbH Kuhweide 6 31552 Apelern Fon: 05043 / 40 57 904 Fax: 05043 / 40 57 907...
Messages 2885 - 2914 of 7455   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