Search found 26 matches

by dwmcqueen
Fri Oct 29, 2004 1:13 am
Forum: wx.NET
Topic: Error with wxEvent_EVT_COMMAND_TAB_SEL_CHANGED CVS
Replies: 7
Views: 4429

Here's the error with verbose level increased in Mono: Method (wrapper managed-to-native) System.Object:__icall_wrapper_mono_thread_get _pending_exception () emitted at 0x123030 to 0x123114 [controls.exe] Method (wrapper managed-to-native) System.Object:__icall_wrapper_mono_thread_int erruption_chec...
by dwmcqueen
Fri Oct 29, 2004 12:27 am
Forum: wx.NET
Topic: Text in ToolBarTool
Replies: 7
Views: 4165

Yep

That's it - except I would like it to the right of the icon. But you pointed me in the correct direction...
by dwmcqueen
Fri Oct 29, 2004 12:10 am
Forum: wx.NET
Topic: Error with wxEvent_EVT_COMMAND_TAB_SEL_CHANGED CVS
Replies: 7
Views: 4429

Error with wxEvent_EVT_COMMAND_TAB_SEL_CHANGED CVS

I am getting the following error when using the CVS version of wxNet on OSX trying to run an application that has a TabControl: Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for wx.Event ---> System.EntryPointNotFoundException: wxEvent_EVT_C...
by dwmcqueen
Thu Oct 28, 2004 9:51 pm
Forum: C++ Development
Topic: Outlook Style Toolbar in wxWidgets
Replies: 3
Views: 1872

That's it!

Perfect!
by dwmcqueen
Thu Oct 28, 2004 9:50 pm
Forum: wx.NET
Topic: setting Window icon to application icon
Replies: 6
Views: 4147

"you mean the application Icon compiled via the resource and the title/taskbar icon" Yes. I think it is a wxNet quetion since specifying the title/taskbar icon is a property in the wx.Frame class, correct? And the samples seem to load the icon from a file (Icon = new wx.Icon( "../Samp...
by dwmcqueen
Thu Oct 28, 2004 8:45 pm
Forum: C++ Development
Topic: Outlook Style Toolbar in wxWidgets
Replies: 3
Views: 1872

Outlook Style Toolbar in wxWidgets

Has anyone created an outlook style toolbar in wxWidgets?
by dwmcqueen
Thu Oct 28, 2004 8:37 pm
Forum: wx.NET
Topic: setting Window icon to application icon
Replies: 6
Views: 4147

setting Window icon to application icon

Is there a way to extract the icon during runtime from the Application itself (the icon that appears on the application - it is specified during compilation) and using that icon as the Window's titlebar icon (instead of loading an icon from a file at runtime)?
by dwmcqueen
Thu Oct 28, 2004 7:20 pm
Forum: wx.NET
Topic: retrieve the frame's widget collection
Replies: 6
Views: 4433

I haven't been able to find one - and I could really use it also.

I don't think the wxnet developers look here - have you tried the mailing list?
by dwmcqueen
Thu Oct 28, 2004 4:07 pm
Forum: wx.NET
Topic: Text in ToolBarTool
Replies: 7
Views: 4165

Text in ToolBarTool

Is there a way to add text to a ToolBarTool so it appears right next to the Bitmap loaded? Specifically, I am trying to duplicate the SWF functionality of the System.Windows.Forms.ToolBarButton.Text property (which displays text next to the bitmap)
by dwmcqueen
Thu Oct 28, 2004 11:45 am
Forum: wx.NET
Topic: Error in CVS compilation
Replies: 1
Views: 1976

Error in CVS compilation

I am getting the following error: accel.cxx: In function `void wxAcceleratorTable_Add(wxAcceleratorTable*, wxAcceleratorEntry*)': accel.cxx:99: error: `Add' undeclared (first use this function) accel.cxx:99: error: (Each undeclared identifier is reported only once for each function it appears in.) a...
by dwmcqueen
Thu Oct 28, 2004 11:05 am
Forum: wx.NET
Topic: Compilation with wxWidgets 2.5.3
Replies: 2
Views: 2420

Compilation with wxWidgets 2.5.3

I am trying to get a working version with wxWidgets 2.5.3. From what I understand, the binary release will not function with 2.5.3, correct? And CVS (at least for me) does not compile. Has anyone created a binary wxNet distributable for wxWidgets 2.5.3 or has a snapshot of CVS code that actually com...