Basic4ppc - Windows Mobile Development  

Go Back   Basic4ppc - Windows Mobile Development > Main Category > Questions & Help Needed
Home Register FAQ Members List Search Today's Posts Mark Forums Read

Questions & Help Needed Post any question regarding Basic4ppc.


Form Image in FullScreen


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-08-2008, 08:52 PM
Newbie
 
Join Date: Apr 2008
Posts: 8
Default Form Image in FullScreen

Hi,

I have problems with Form Background Image in fullscreen mode in PPC.

Currently I'm using:

flb.New1("Main",B4PObject(1))
flb.FullScreen2(CPPC,true) 'On the device it will remove the title bar too

Main.Image = ImageList1.Item(0)

It works fine without fullscreen mode.

Thanks
Reply With Quote
  #2 (permalink)  
Old 05-09-2008, 06:14 AM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 3,199
Default

What is the problem?
It seems to work fine.
Reply With Quote
  #3 (permalink)  
Old 05-09-2008, 10:02 AM
Newbie
 
Join Date: Apr 2008
Posts: 8
Default

It works fine on desktop, but on PocketPC it does not display the background image.
Please see attached file.
Attached Files
File Type: zip Background.zip (95.6 KB, 20 views)
Reply With Quote
  #4 (permalink)  
Old 05-09-2008, 11:44 AM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 3,199
Default

Move RetrieveImage after changing to full screen:
Code:
Sub App_Start
    flb.New1("Form1",B4PObject(1))
    flb.FullScreen2(CPPC,true) 'On the device it will remove the title bar too
    RetrieveImages("Images.dat")
    Form1.Show
End Sub
Reply With Quote
  #5 (permalink)  
Old 05-09-2008, 11:56 AM
Newbie
 
Join Date: Apr 2008
Posts: 8
Default

Thanks a lot!
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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem mit Fullscreen Iceman72 German Forum 4 08-07-2008 12:51 PM
fullscreen problem cpc6128 Questions & Help Needed 5 03-05-2008 02:52 PM
Form.Height in Fullscreen berndgoedecke Questions & Help Needed 2 01-24-2008 08:10 PM
MP3 reading, fullscreen form, PDA buttons control, Sound statement, PDA Radio, etc UTISS.DEV01 Questions & Help Needed 2 01-03-2008 04:08 PM
Move an image inside an image control Cableguy Questions & Help Needed 5 05-14-2007 08:40 PM


All times are GMT. The time now is 01:45 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0