Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
markam24
Experienced
Topic Author
Posts: 280
Joined: 10 Oct 2006, 23:05

Full Screen on Filemod click

20 Nov 2008, 18:46

I don't initially see a way to controll this in Admin.

Is this what the "parameters" field is for in the "filemod" folders? Is there a script that needs to be inserted there?

At first look...diggin' the update....
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

20 Nov 2008, 22:47

Yes, but not a script. Simply add the following parameter to the parameters field:
Code
click=togglefullscreen
The parameters field is used to set a global properties for the filemod(like 'click'), and also for sending custom parameters to the specific filemod that might be used.

The new filemod is useful, and can be used for many things ... Unfortunately, it is a little complex also because of it's flexibility.
 
User avatar
markam24
Experienced
Topic Author
Posts: 280
Joined: 10 Oct 2006, 23:05

23 Nov 2008, 16:20

Got it -:) Thanks for the quick response...