Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Questions (Windows Mobile)
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Questions (Windows Mobile) Post any question regarding Basic4ppc.

Sprite library

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-05-2009, 05:17 PM
Newbie
 
Join Date: Mar 2009
Posts: 5
Default Sprite library

Is it possible to hide or move the Sprite library GameWindow?

Sincerely,
Max Tillberg
Reply With Quote
  #2 (permalink)  
Old 04-06-2009, 07:57 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 13,162
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

Yes, with the help of the Door library.
Main.gamewindow should match the name of your GameWindow object.
obj is an Object object.
Code:
    obj.New1(False)
obj.FromLibrary(
"Main.gamewindow""_gw", B4PObject(2))

obj.SetProperty(
"Left"20)
obj.SetProperty(
"Top"100)
obj.SetProperty(
"Height"50)
obj.SetProperty(
"Width"77)
obj.SetProperty(
"Visible","false")
__________________
Basic4android documentation
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Walking character using the Sprite library Erel Code Samples & Tips 5 05-14-2010 05:22 AM
Sprite Library question Leginus Questions (Windows Mobile) 2 03-13-2008 11:15 AM
Sprite library - V1.1 Erel Official Updates 0 02-28-2008 04:45 PM
New Sprite library Erel Official Updates 4 02-22-2008 04:00 PM
New Sprite library Erel Announcements 2 01-24-2008 08:38 PM


All times are GMT. The time now is 10:17 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0