Search found 347 matches

by sinisrus
Thu Jan 21, 2016 8:02 am
Forum: Hollywood bugs
Topic: Display BackFill{} and color
Replies: 2
Views: 3616

Re: Display BackFill{} and color

Yes work nice

Thank you :-)
by sinisrus
Tue Jan 19, 2016 5:32 pm
Forum: Hollywood bugs
Topic: Display BackFill{} and color
Replies: 2
Views: 3616

Display BackFill{} and color

It is a bug?

---

@DISPLAY 1,
{

Backfill={
Type="Color",
Color=#GRAY
}

;Color=#GRAY ;<= if i use this with backfill = no work

}


EscapeQuit(True)

/* Loops */
Repeat
WaitEvent
Forever
by sinisrus
Tue Dec 29, 2015 5:40 pm
Forum: Newbie questions
Topic: run Hollywood app and change prefs/screenmode
Replies: 4
Views: 5455

Re: run Hollywood app and change prefs/screenmode

Change display sise ???

I find solution type -> lockpubscreen unlockpubscreen
by sinisrus
Tue Dec 29, 2015 9:36 am
Forum: Newbie questions
Topic: run Hollywood app and change prefs/screenmode
Replies: 4
Views: 5455

run Hollywood app and change prefs/screenmode

Hello,

I have problem if i run a app Hollywood and change prefs/screenmode the screenmode not change.

The app Hollywood lock for change the screenmode is it possible to run app Hollywood and change screenmode.

M'y app is magiceyes

Thann you
by sinisrus
Fri Dec 11, 2015 11:59 am
Forum: French forum
Topic: Bien vide
Replies: 4
Views: 11929

Re: Bien vide

pas de problème pour les idées de BuildOther éclate toi bien :-)
by sinisrus
Thu Dec 10, 2015 5:02 pm
Forum: French forum
Topic: Bien vide
Replies: 4
Views: 11929

Re: Bien vide

T'inquiète pas je bosse presque tous les jours sur hollywood (j'apprend)
quand j'aurai des questions sur hollywood je posterai ici

Et quand je serais au top on attaquera les choses serieuses :-)
by sinisrus
Fri Nov 20, 2015 9:19 am
Forum: MUI Royale
Topic: Run external program
Replies: 3
Views: 4609

Re: Run external program

Or
Run("sys:Utilities/calculator")
by sinisrus
Fri Nov 20, 2015 8:15 am
Forum: MUI Royale
Topic: Run external program
Replies: 3
Views: 4609

Re: Run external program

use "execute ()" function

---

Execute("sys:Utilities/calculator")
by sinisrus
Tue Nov 17, 2015 11:46 am
Forum: Hollywood bugs
Topic: 2 problem with brush gradient
Replies: 2
Views: 4189

2 problem with brush gradient

Hello, I have 2 problem with brsuh gradient : 1) I have make "Brush 1" with multicolor gradient and the "Brush 2" with gradient "#BLACK" and "#WHITE". The Brush 2 Display the multicolor gradient of the Brush 1 is it a Bug? 2) BOX(0,0,180,20) ; <- Small height ...
by sinisrus
Mon Nov 02, 2015 12:04 pm
Forum: Newbie questions
Topic: new screen with more windows
Replies: 3
Views: 4521

Re: new screen with more windows

@Lazi => I am sorry, yes is true The first display is used for the full screen mode @DISPLAY 1,{X=0, Y=0, Width=1, Height=1, Mode="FullScreen", ScrWidth=1440, ScrHeight=900, ScrDepth=32, Backfill={Type="Gradient", StartColor=#WHITE, EndColor=#BLUE, HideTitleBar=0}} @DISPLAY 2, {X...