Search found 5 matches

by Brogue
Wed Dec 06, 2006 9:39 pm
Forum: Announcements and Discoveries
Topic: My new wxWidgets Tutorial Site
Replies: 4
Views: 1924

I welcome your tutorials - keep it up.
by Brogue
Tue Nov 07, 2006 8:55 am
Forum: C++ Development
Topic: Displaying SWF files
Replies: 2
Views: 1072

Hi, There is an open feture request on this https://sourceforge.net/tracker/index.php?func=detail&aid=1486198&group_id=9863&atid=359863 There might be enough info there for you to "get going" but it looks like a fair bit of work. Another thought is that you could use Active-X o...
by Brogue
Sat Sep 16, 2006 9:40 pm
Forum: Platform Related Issues
Topic: Mac: How do you plot an IconRef in wx
Replies: 2
Views: 1187

Hi Ryan,

Thanks - this was pretty much what I came up with. I'm new to wx and thought that there might be some way that I had missed.

Thanks!

Alan
by Brogue
Sat Sep 16, 2006 4:18 pm
Forum: Platform Related Issues
Topic: Mac: How do you plot an IconRef in wx
Replies: 2
Views: 1187

Mac: How do you plot an IconRef in wx

Hi, I am trying to draw some of the standard Mac icons using wx but can't find out how to do it. I want to do something like // Get the Icon GetIconRef(kOnSystemDisk,kSystemIconsCreator, kGenericDocumentIcon, &iconRef) // Draw it Is there a way that I can do this - for example create a 'wxIcon' ...
by Brogue
Wed Sep 13, 2006 9:25 pm
Forum: C++ Development
Topic: Tracking an area in wxTreeCtrl
Replies: 1
Views: 502

Tracking an area in wxTreeCtrl

Hi, I am looking at the wxTreeCtrl on the Mac and would like to make a change to the behavior on my copy (or within my subclass). On the Mac disclosure triangles track - that is when you click on them they draw in a different darker state and then after you release the mouse the disclosure then the ...