Page 1 of 1

I would like to change the main image to another image !

Posted: Fri Aug 07, 2009 12:10 pm
by ConvertFromOldNGs
by hanisoft >> Fri, 26 Jul 2002 10:19:42 GMT

I created some systems for services.
However, when the systems are running at first time,
Defaut image of jade is displayed.

I would like to change this default image into my predefined another image.

How can I change this ?

I added two image files.
jade-main.bmp => default image
program-main.bmp => any image to replace it.

Re: I would like to change the main image to another image !

Posted: Fri Aug 07, 2009 12:10 pm
by ConvertFromOldNGs
by encos_dev >> Sun, 28 Jul 2002 20:45:07 GMT

I guess your talking about the splash screen when Jade is loading.

You need to modify your .ini file:

[Jade]
Server=MultiUser
ShowUserInterrupt=true
OpeningForm=true
BitmapFile=Jade.bmp <--- program-main.bmp
AviFile=Jade.avi <--- Set this to 'No' if you don't want to see the .avi

Set the following to 'No' if you don't want to see them, or change the coordinates appropriately.

AviPos=90, 70
StatusPos=320, 70
ApplicationPos=60, 190, 175, 190
SchemaPos=60, 210, 175, 210
ServerPos=60, 230, 175, 230
PathPos=60, 250, 175, 250
VersionPos=60, 270, 175, 270


Glen