Globalsettings Defenitions   

Here you post everything that is not related to other forum areas.
stuff like how you like this forum for example ;)

Globalsettings Defenitions

Postby josetrate » Wed Dec 14, 2011 12:43 pm

Im using the Igo Primo v1.2



GLOBALSETTINGS
QuitOnDoubleClick = yes
X = 0
Y = 0
Width = 800
Height = 480
Arrange = No
BackgroundBitmap = ..\fondos\inicial.bmp
StartUpAnimation = FlyDown
ShutDownAnimation = FlyUp
Accelerated = yes
TopMost = no


Its possible after inicial.bmp show up, it automatically shutdown?
josetrate offline


Junior Member



 
Joined: Thu Jun 23, 2011 10:33 am
Posts: 5
Has thanked: 0 time
Been thanked: 0 time

Postby nabi » Wed Dec 14, 2011 12:45 pm

What are you talking about? Some Gps? Which one? What do you want to do ?
I do not understand your question at all.
________________________________________________________________________
When I do good, no one remembers, when I do wrong, no one forgets
.
I am in a permanent state of inactivity
I won't answer to any PM, so don't send me any
nabi offline


Ex Super Mod



 
Joined: Mon Dec 28, 2009 5:22 pm
Posts: 2429
Location: somewhere unknown
Has thanked: 39 times
Been thanked: 229 times

Postby Fatboyfun » Wed Dec 14, 2011 7:17 pm

This is the System Information utility that powers a lot of device unlocks.

I'm guessing you want the screen to close down after a set time. It is possible to do this but you need to use mortscript.
Fatboyfun offline


User avatar Ex Moderator



 
Joined: Mon May 17, 2010 5:34 pm
Posts: 5782
Has thanked: 2 times
Been thanked: 403 times

Postby josetrate » Thu Dec 22, 2011 8:00 pm

Fatboyfun wrote:This is the System Information utility that powers a lot of device unlocks.

I'm guessing you want the screen to close down after a set time. It is possible to do this but you need to use mortscript.



I've changed the first post...

Thats it... So the best way to close down is take off the line Backgound...

But I'm wondering in this line ShutDownAnimation = (can I set time here?)
josetrate offline


Junior Member



 
Joined: Thu Jun 23, 2011 10:33 am
Posts: 5
Has thanked: 0 time
Been thanked: 0 time

Postby Fatboyfun » Thu Dec 22, 2011 8:12 pm

There is no facility in SystemInformation to close by itself...

But by using Mortscript you can start SystemInformation and,(1) Wait a specified time and either close and exit SystemInformation, Or (2) simulate a mouse click to move onto a different screen, (Like i do in EasyShell!)

Set the device to run the script and use either...
1,
Run ("\{Path to}\SystemInformation.exe")
Sleep (5000) # Five seconds
Kill ("SystemInformation.exe")

Or
2,
Run ("\{Path to}\SystemInformation.exe")
Sleep (5000)
MouseClick (1,1)

The second script will require you to set up a 2x2 pixel button in the top left of the screen with a newini command.
Currently sleeping...
Fatboyfun offline


User avatar Ex Moderator



 
Joined: Mon May 17, 2010 5:34 pm
Posts: 5782
Has thanked: 2 times
Been thanked: 403 times

Postby josetrate » Thu Dec 22, 2011 10:13 pm

ok i will try that...

thanks...
josetrate offline


Junior Member



 
Joined: Thu Jun 23, 2011 10:33 am
Posts: 5
Has thanked: 0 time
Been thanked: 0 time

Postby Fatboyfun » Thu Dec 22, 2011 10:24 pm

I use method two in EasyShell
Currently sleeping...
Fatboyfun offline


User avatar Ex Moderator



 
Joined: Mon May 17, 2010 5:34 pm
Posts: 5782
Has thanked: 2 times
Been thanked: 403 times


Return to Chit-Chat

Who is online

Users browsing this forum: No registered users and 6 guests