... 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...
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...
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...
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...
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@...
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 -...
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@...
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...
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:...
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...
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...
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. ...
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...
... 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...
... 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...
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, ...
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...
... 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...
... 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...
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)...
... 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...
... 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 ...