Search found 4 matches

by Javaca
Thu Nov 17, 2011 4:03 pm
Forum: Linux
Topic: example GnomeMDI ?
Replies: 1
Views: 1280

example GnomeMDI ?

Hello!
Please, anybody can show me an GnomeMDI example code for PureBasic? I am using PB 4.51. I am newbie.
Thank you.
by Javaca
Sun Oct 30, 2011 8:25 am
Forum: Applications - Feedback and Discussion
Topic: wxMDIParentFrame ?
Replies: 4
Views: 2934

Re: wxMDIParentFrame ?

This is my example MDI code. The wxMDIChildFrame_Create did not work. Why ?

XIncludeFile ( #PB_Compiler_Home + "include/inc.wx.pbi")

EnableExplicit

Global APP.i

Procedure OnInit()
Protected frame
Protected mdiparent
Protected mdichild

frame = wxFrame()
mdiparent = wxMDIParentFrame ...
by Javaca
Sat Oct 29, 2011 5:55 pm
Forum: Applications - Feedback and Discussion
Topic: wxMDIParentFrame ?
Replies: 4
Views: 2934

Re: wxMDIParentFrame ?

The package don't have MDI examples.
by Javaca
Fri Oct 28, 2011 11:52 am
Forum: Applications - Feedback and Discussion
Topic: wxMDIParentFrame ?
Replies: 4
Views: 2934

wxMDIParentFrame ?

Hello mans!
I am newbie. Anybody can show me an wxMDIParentFrame example code + wxMDIChildFrame example code for PureBasic? I am using PB 4.51 and wxWidget Port for PB.

Thank you.