Search found 4 matches

by Momiji
Sat Jun 05, 2004 7:45 am
Forum: Coding Questions
Topic: Windowed screen and Ogre
Replies: 7
Views: 2762

Thank you fweil and comtois for your code and hints, very precious for me.
I am a real beginner in PB (started yesterday to look at it) and I am not aware of all the possibility it gives to programmers...

Thank you very much for your help and hints :D

Momiji
by Momiji
Fri Jun 04, 2004 12:07 pm
Forum: Coding Questions
Topic: Windowed screen and Ogre
Replies: 7
Views: 2762

So here you are what I meant, here there is an example of "cut & paste" from example PB code and yours and it works!!!
Thank you again a lot :D
Momiji


Enumeration
#Window_Main
EndEnumeration

#Background = $602020

;********************* Start added code ...
by Momiji
Fri Jun 04, 2004 11:37 am
Forum: Coding Questions
Topic: Windowed screen and Ogre
Replies: 7
Views: 2762

:D Thank you very much! I will handle some "cut and paste" code from example and see if it can fit my needs...
by Momiji
Fri Jun 04, 2004 9:17 am
Forum: Coding Questions
Topic: Windowed screen and Ogre
Replies: 7
Views: 2762

Windowed screen and Ogre

Hi all! :D
May be this is a silly question for you experts in Pure Basic (i am more than a beginner in PB), but it's very important to me, so please help if you can!

This is the question: I need to open a window and put in some buttons (Gadgets in PB) and in the same window, i need to open a ...