Search found 6 matches

by RyanAlt
Tue May 17, 2005 4:47 pm
Forum: The Code Dump
Topic: Copying a Directory
Replies: 15
Views: 36337

Re: Copying a Directory

// set up our proper directory slash character. If running on // windows, __WXMSW__ should be defined in the preprocessor definitions! // this is just how i handle slashes. anyone know a more efficient way? #ifdef __WXMSW__ wxString SLASH = ""; #else wxString SLASH = "/"; #endif...
by RyanAlt
Thu May 12, 2005 10:44 pm
Forum: C++ Development
Topic: wxMediaCtrl !
Replies: 9
Views: 2934

i already checked that and it's ok, i can read every avi files on WM9 or bs player. could someone end me a working exemple of a wxmediactrl code ? thx Ug - wxMediaCtrl sizing without sizers was evidently messed up a bit by a sizer/refresh change sometime very shortly before 2.6. At any rate, if you...
by RyanAlt
Sun May 08, 2005 10:27 pm
Forum: Compiler / Linking / IDE Related
Topic: Visual Studio 2003 Monolithic Build?
Replies: 8
Views: 3412

Well, ABX, I did that. I went to command prompt (after changing my config.bkl like you said) and ran the following command: bakefile_gen -f msvc It ran, and for some reason it wrote the following when it ended: 1 files modified Well, as you can imagine, project files are still at non-monolithic sta...
by RyanAlt
Sun May 08, 2005 9:16 pm
Forum: General Development
Topic: wxString leaks memory? :O (wxWidgets 2.6.0)
Replies: 26
Views: 7817

I wonder why nobody has commented your code findings yet. Well, I'll go ahead... don't worry, I'll try not to bash you :) Heh heh. The reason for this is that few people have an intamite knowledge of wxString I suppose. Vadim and I were the unofficial maintainers, with me booted now Vadim is. Anywa...
by RyanAlt
Sun May 08, 2005 8:54 pm
Forum: C++ Development
Topic: wxMediaCtrl !
Replies: 9
Views: 2934

Hi abaddon, first, i would like to resize my avi file in order to play it in a mediactrl. i explain, my panel have a size of 450x270 and my avi 640x480, is there a possible to resize avi dimension ? or i must create a panel with the correct size ? It does this automatically - the sample uses sizers ...
by RyanAlt
Tue May 03, 2005 9:20 am
Forum: Announcements and Discoveries
Topic: Off for a while
Replies: 14
Views: 4046

There's waay too much stuff going on as is, so I'll try to be concise :). Ryan's change in CVS access was not due to any one "beef" nor was it personal pay-back (one person does not say who has and who does not have access). It was also not due to a lack of communication among the wxWidget...