Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 18,561 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
WINSTART PICTURE Error #85609
08/11/06 20:02
08/11/06 20:02
Joined: Jun 2006
Posts: 18
A
anam Offline OP
Newbie
anam  Offline OP
Newbie
A

Joined: Jun 2006
Posts: 18
I am placing a winstart in my code below. It works perfectly as long as I comment the PICTURE line. Else it gives a 288.289 error. The BMP file I am using is a 8bit BMP just as the manual says it should be. What is wrong?

WINDOW WINSTART{
TITLE "B&H Race for GOLD";
SIZE 480,360;
MODE IMAGE; //STANDARD;
BG_COLOR RGB(240,240,240);
FRAME FTYP1,0,0,480,360;
PICTURE "loader.bmp", opaque, 0, 0;
//BUTTON BUTTON_START,SYS_DEFAULT,"Start",400,288,72,24;
//BUTTON BUTTON_QUIT,SYS_DEFAULT,"Abort",400,288,72,24;
TEXT_STDOUT "Arial",RGB(0,0,0),10,10,460,280;
PROGRESS RGB(221, 187, 82), 10, 0, 300, 400, 20;
}

Re: WINSTART PICTURE Error [Re: anam] #85610
08/12/06 06:38
08/12/06 06:38
Joined: Nov 2004
Posts: 862
Australia
DavidLancaster Offline
User
DavidLancaster  Offline
User

Joined: Nov 2004
Posts: 862
Australia
This may not work but try changing "loader.bmp" to <loader.bmp>.

Re: WINSTART PICTURE Error [Re: DavidLancaster] #85611
08/12/06 21:15
08/12/06 21:15
Joined: Jun 2006
Posts: 18
A
anam Offline OP
Newbie
anam  Offline OP
Newbie
A

Joined: Jun 2006
Posts: 18
damn! That actually worked!! Thanks a lot DavidLancaster.


Moderated by  old_bill, Tobias 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1