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 7084 - 7114 of 7452   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
7114 Julian Smart
felixcarswell Send Email
Apr 26, 2012
7:02 am
Hi, I think you'll need to add the import library e.g. -lmylibrary, perhaps along with -L/usr/local/lib if that's not already on the library path, by appending...
7113 wrekow Send Email Apr 26, 2012
6:45 am
After a project build "Undefind Symbols" and "symbol(s) not found" errors are reported for a function associated with a binary .dylib dynamic library. The...
7112 wrekow Send Email Apr 25, 2012
4:02 am
Yes, that's it, and the little test app works. DB seems much easier and quicker than manual coding! Thanks....
7111 Julian Smart
felixcarswell Send Email
Apr 24, 2012
4:13 pm
Hi, You need to ignore that control in the top toolbar for the time being - the correct setting is in your configuration(s). Show Preferences, click on...
7110 wrekow Send Email Apr 24, 2012
4:11 pm
Julian, the 4 available Mac-related settings within the top toolbar are: __WXMAC__, __WXMAC_OSX__, WXMAC_CLASSIC__, and __WXCOCOA__. Selecting __WXMAC_OSX__...
7109 Julian Smart
felixcarswell Send Email
Apr 24, 2012
6:44 am
Hi, ... Yes, you need to select one of the above - and not wxCocoa. Regards, Julian ... -- Julian Smart, Anthemion Software Ltd. www.anthemion.co.uk | +44...
7108 wrekow Send Email Apr 24, 2012
5:33 am
First-time DB user here. Created a simple app and tried to build it but no go. The error message says... Toolkit Problem. The wxMac target is no longer...
7107 Julian Smart
felixcarswell Send Email
Apr 21, 2012
3:47 pm
Hi Malcolm, I can't remember off-hand if the samples have data transfer - I think not - but basically: 1. In the Data tab in the property editor (right-most...
7106 M Nealon
wxwidgetninja Send Email
Apr 21, 2012
9:38 am
Hello All/Julian, I find that I am having trouble understanding the way to use DB to take care of the data transfer between my main frame and a dialog. Does...
7105 tde51k Send Email Apr 19, 2012
4:57 pm
Problem solved - thank you, Julian After more work and reading again your reply to one of my other questions, I found the problem. The style given in the ctor...
7104 tde51k Send Email Apr 19, 2012
4:41 pm
... Since I could not find any other way, I tried a last ditch effort - just in case :-) ... OK, I have done that now and it does look better, but ... ... The...
7103 Julian Smart
felixcarswell Send Email
Apr 19, 2012
8:11 am
P.S. check the default style argument to the ctor and Create function in the .h file - it's probably out of sync with the actuall properties. This could...
7102 Julian Smart
felixcarswell Send Email
Apr 19, 2012
8:06 am
... Ah, I've found it. You seem to have added a treebook. Don't add a treebook :-) unless you want to roll your own dialog that's not a wxPropertySheetDialog. ...
7101 Julian Smart
felixcarswell Send Email
Apr 19, 2012
8:01 am
... I'm not sure why you expect an empty tab label should tell DB/wxWidgets to use an empty tab? I don't know what you hierarchy is but obviously you should be...
7100 Julian Smart
felixcarswell Send Email
Apr 19, 2012
7:55 am
... Thanks, noted. ... That should work there may be cases where DB can't work out where the source is. Regards, Julian ... -- Julian Smart, Anthemion Software...
7099 Julian Smart
felixcarswell Send Email
Apr 19, 2012
7:53 am
DialogBlocks takes a conservative approach to deleting files, since it doesn't know how many hours of work might still be there. Regards, Julian ... -- Julian...
7098 tde51k Send Email Apr 19, 2012
1:47 am
The screenshot of the wxPropertyDialog show in my other post which I uploaded (DB-propSheet.jpg) also pretty well shows how it appears in the final compiled...
7097 tde51k Send Email Apr 18, 2012
6:05 pm
... I've uploaded the file DB-propSheet.jpg to show the issue. Also, when I call up the dialog I get an assert dialog: ..\..src&#92;msw\notebook.cpp(771): assert...
7095 tde51k Send Email Apr 18, 2012
5:56 pm
After adding a wxPropertySheetDialog with a wxTreeBook to my app, I get an unwanted tab showing at the top in the dialog, even if I make the tab label an empty...
7094 tde51k Send Email Apr 18, 2012
5:42 pm
Making it possible to copy and paste error messages from the feed back tabs at the bottom is definite WIBNI (Wouldn't It Be Nice, If...) for me As would if...
7093 tde51k Send Email Apr 18, 2012
5:34 pm
Running DB 4.43 (Unicode) under Vista 64-bit, I run into a problem when I add a managed window, say a wizard to a project with file names test.cpp/h. After...
7092 Julian Smart
felixcarswell Send Email
Apr 11, 2012
11:33 am
Hi, I'm not sure if you mean application-specific or wxWidgets defines, but wxWidgets components are specified in each configuration in the "Components&quot; group...
7091 Julian Smart
felixcarswell Send Email
Apr 11, 2012
11:33 am
Hi, Many thanks for the information, I'll look into generating this in DB. Regards, Julian ... -- Julian Smart, Anthemion Software Ltd. www.anthemion.co.uk |...
7090 tde51k Send Email Apr 11, 2012
2:52 am
After spending some time looking through the help system, I have been unable to figure out where I would define project wide #defines for optional components...
7089 tde51k Send Email Apr 11, 2012
12:28 am
... In fact only the first <ItemGroup> block as shown above seems to be needed for MSVC to segregate the files. This code ought to be able to be auto-generated...
7088 tde51k Send Email Apr 10, 2012
5:49 pm
... projectname.vcxproj.filters is a file which is part of the MSVC 2010 IDE and determines the layout of the files in the IDE file explorer. It seems to...
7087 tde51k Send Email Apr 10, 2012
5:27 pm
... Thank you Julian. I will give it a try and see how it works out for me. Arnold...
7086 Julian Smart
felixcarswell Send Email
Apr 10, 2012
8:26 am
... I don't know what that is, but DB can't generate it. Presumably you could create it yourself in VS though. Regards, Julian ... -- Julian Smart, Anthemion...
7085 Julian Smart
felixcarswell Send Email
Apr 10, 2012
8:26 am
Hi, It's best to add them under the Sources folder in DB, otherwise when DB regenerates the project file, they will disappear (i.e. overwrite changes you made...
7084 tde51k Send Email Apr 10, 2012
3:01 am
Is there a way to have DB generate or use an existing MSVC 2010 vcxproj.filters file?...
Messages 7084 - 7114 of 7452   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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