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 1 - 30 of 7461   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1 Julian Smart
julianacsmart Send Email
Aug 7, 2003
1:50 pm
Welcome to the new Anthemion Developer Tools mailing list. The latest DialogBlocks release is 1.21 for Windows and Linux containing several bug fixes, but most...
2 Marco Cavallini
koansoft Send Email
Aug 7, 2003
2:46 pm
DialogBlocks is a great product: graphically very accurate, simple, almost intuitive, easy to use and small, definitely a -must have- for each wxWindows...
3 Julian Smart
julianacsmart Send Email
Aug 8, 2003
8:46 am
DialogBlocks 1.22 corrects a preview bug in 1.21 -- apologies! Regards, Julian ========================================================================= Julian...
4 Julian Smart
julianacsmart Send Email
Aug 18, 2003
4:18 pm
This release allows you to switch off code generation for specified panels (useful if you're using an external class or using the same panel several times),...
5 Roger Binns
grotgrot Send Email
Aug 27, 2003
6:07 am
Here are some comments I have about helpblocks, mainly improvements that would be nice to have. I am using helpblocks on Windows XP (was Win98 until last...
6 tempmichel Send Email Aug 27, 2003
11:12 am
Hi, I'm always trying dialogblocks (I have reach the 30 objects limit :-D so wo= uld buy your product soon). Thanks a lot for your quick anwser and the...
7 tempmichel Send Email Aug 27, 2003
2:23 pm
NB my investigation advance, by default the acme project doesn't work even without xrc ... all the static object have the same id name and id value ... If I...
8 Julian Smart
julianacsmart Send Email
Aug 27, 2003
4:31 pm
... Jolly good! ... All IMPLEMENT_APP does is to do a consistency check on build options, and return a new MyApp object. But I guess gdb should reveal exactly...
9 Julian Smart
julianacsmart Send Email
Aug 27, 2003
5:00 pm
Hi Roger, Many thanks for the feedback. ... Yes; the problem is, how would you format this list? You're likely to want different styles, such as a list, or a...
10 tempmichel Send Email Aug 28, 2003
8:01 am
the problem is with wxwindows 2.4.0 and unicode and with wxwindows 2.4.1 with glcanvas. with the standard version of wxwindows 2.4.1 I don't have any...
11 Roger Binns
grotgrot Send Email
Aug 28, 2003
6:46 pm
How do I do a URL link in the help file that will open in a browser? Standard a/href links show up in the help fine, but when clicked on, the contents are...
12 Julian Smart
julianacsmart Send Email
Aug 28, 2003
8:20 pm
... True. Unfortunately so far as I know, wxHTML help doesn't support opening in a separate browser, but it's definitely worth discussing it on wx-dev or...
13 koansoft Send Email Sep 15, 2003
6:57 am
I want to suggest you to post a message to the anthemion customers whenever a new product version is released. Thank you MCK...
14 Julian Smart
julianacsmart Send Email
Sep 15, 2003
8:34 am
... Yes indeed, that's what I mean to do, but got distracted this weekend. Anyhow, DialogBlocks 1.26 is now available and it fixes a few bugs: Fixed a drag and...
15 jesus_peco Send Email Sep 22, 2003
1:39 pm
I tried the following in DialogBlocks, but it looks as it doesn't work in c++ (not all widgets are created in the c++ file, although it seems to work in 'xrc')...
16 Julian Smart
julianacsmart Send Email
Sep 22, 2003
3:44 pm
Hi, I've just tried this hierarchy, and the two wxPanels are created in the C++ code, but the children of the second panel aren't. A workaround: after changing...
17 jesus_peco Send Email Sep 23, 2003
3:28 pm
Is there a way to handle events with the GUI created by DialogBlocks in such a way that: a) it is not necessary to specify all "widgets ID". (setting them to...
18 Julian Smart
julianacsmart Send Email
Sep 23, 2003
4:55 pm
... You could the id to -1, but then DialogBlocks wouldn't generate event table entries for the control. ... It's an idea; DialogBlocks doesn't support this at...
19 sbrt Send Email Sep 24, 2003
12:19 am
Hi, We're trying to make a wizard with Dialog Blocks 1.26. Here are the troubles we've encountered: 1) some parts of the generated code do not compile. In the ...
20 Julian Smart
julianacsmart Send Email
Sep 24, 2003
9:15 am
... Good point; in XRC mode there is no opportunity for the classes for each page to be loaded separately since the wizard is all loaded at once. I'll need to...
21 Thomas Lochmatter
sourceforge@... Send Email
Sep 30, 2003
7:39 am
I created several dialogs in Dialogblocks 1.25 and now 1.26, stored in different pjd-Files. When I include the generated header files in the same application,...
22 Julian Smart
julianacsmart Send Email
Sep 30, 2003
8:59 am
Hi Thomas, It's a good point, DialogBlocks can't cope with redefined ids at present, and the enum method could be a good way to work around it. As you say, the...
23 Marco Cavallini
koansoft Send Email
Sep 30, 2003
9:06 am
I solved this problem defining the IS with the dialog name ID_DLGTEST_BUTTONOK ID_DLGNEW_BUTTONOK and so on. Marco ... From: "Julian Smart"...
24 johanavz2002 Send Email Oct 4, 2003
6:46 am
Hi I've got a problem in the event message table that dialogblocks generate for my dialog containing wxGrid. For example the EVT_GRID_CELL_RIGHT_CLICK event...
25 Julian Smart
julianacsmart Send Email
Oct 8, 2003
3:42 pm
Hi Johan, Sorry about the bug in DialogBlocks -- the wxWindows documentation was correct, and there is no id argument (although it would perhaps make more...
26 Julian Smart
julianacsmart Send Email
Oct 15, 2003
8:09 am
Hi, I've uploaded DialogBlocks 1.27 for Windows. Sorry I can't do new Linux releases before the end of the month but I need to get ADSL back following my move...
27 jesus_peco Send Email Oct 20, 2003
10:17 am
Hi all, I have been trying to insert several wxGrids in a wxScrolledWindow on DialogBlocks, but I can not "paste as child" any control in a wxScrolledWindow. ...
28 jesus_peco Send Email Oct 20, 2003
11:15 am
I've made a mistake in the last message. I can insert controls on a wxScrolledWindow, but they are not "inserted in the c++ code". I am using DialogBlocks...
29 Julian Smart
julianacsmart Send Email
Oct 20, 2003
12:15 pm
Hi, ... This is not currently possible in DialogBlocks, since the way children of wxScrolledWindows are managed tends to be application-defined. A workaround...
30 Julian Smart
julianacsmart Send Email
Oct 20, 2003
12:55 pm
... Ah, you mean wxSplitterWindow judging from your hierarchy below... ... Right, I'll try to figure out why not. Regards, Julian ... ...
Messages 1 - 30 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