Search found 347 matches

by sinisrus
Tue Nov 02, 2021 11:57 am
Forum: General programming
Topic: Remberposition
Replies: 2
Views: 1420

Re: Remberposition

Ho yes !!!

Thank you
by sinisrus
Fri Oct 29, 2021 10:45 am
Forum: General programming
Topic: Remberposition
Replies: 2
Views: 1420

Remberposition

Hello,

why RememberPosition in a display doesn't work?

Code: Select all

@DISPLAY 1, {X=50, Y=50, Width=100, Height=100, RememberPosition=true}
by sinisrus
Mon Oct 25, 2021 9:07 am
Forum: MUI Royale
Topic: Toolbarbutton.Exclude
Replies: 4
Views: 6766

Re: Toolbarbutton.Exclude

perfect thanks !
It would be nice to add this example in the documentation
by sinisrus
Thu Oct 21, 2021 8:30 am
Forum: MUI Royale
Topic: Toolbarbutton.Exclude
Replies: 4
Views: 6766

Re: Toolbarbutton.Exclude

The mask must be specified as a bit operation of the type 1<<x where x = 0,...,23 is the ID of the button it the mutual exclude mask.

who could give me an example I don't understand?

Thank you
by sinisrus
Tue Oct 19, 2021 11:40 am
Forum: Showcase
Topic: Pixy - Pixel editor new generation
Replies: 11
Views: 6568

Re: Pixy - Pixel editor new generation

@JPV

I'll see what I can do to fix this
by sinisrus
Tue Oct 19, 2021 11:39 am
Forum: Hollywood bugs
Topic: Multi CreateBrush() with NIL no release brush
Replies: 6
Views: 2607

Re: Multi CreateBrush() with NIL no release brush

@JVP

Pixy uses a lot of brushes and the project also uses a lot of brushes so using static IDs would be unmanageable
by sinisrus
Fri Oct 15, 2021 8:10 am
Forum: Hollywood bugs
Topic: Multi CreateBrush() with NIL no release brush
Replies: 6
Views: 2607

Re: Multi CreateBrush() with NIL no release brush

@JPV

Thank you

In my Pixy project, I often need to change a brush that always the same ID so I have to do freebrush() each time it's not practical
by sinisrus
Thu Oct 14, 2021 4:45 pm
Forum: Hollywood bugs
Topic: Multi CreateBrush() with NIL no release brush
Replies: 6
Views: 2607

Multi CreateBrush() with NIL no release brush

Hello, OpenResourceMonitor() If i use CreateBrush(ID) With FOR => Good Work 1 brush maked FOR local i=1 TO 50 DO CreateBrush(1,200,200,#BLUE) If i use CreateBrush(NIL) With FOR => No good Work 50 brush maked FOR local i=1 TO 50 DO Test$=CreateBrush(NIL,200,200,#BLUE) Is this normal? If that's yes wh...
by sinisrus
Thu Oct 14, 2021 10:50 am
Forum: Showcase
Topic: Pixy - Pixel editor new generation
Replies: 11
Views: 6568

Re: Pixy - Pixel editor new generation

@JPV I have to redraw each time the mouse is moved because it has a drawing brush in the image ... @all Thank you I may have found a bug with the localization: (Os4 and WinUAE Os3.9) French catalog file : (pixy.catalog) => the last StringsCats one still has a writing problem ; StringsCat$[0] Non enr...
by sinisrus
Wed Oct 06, 2021 12:16 am
Forum: Wishlist
Topic: Option for TrimBrush()
Replies: 1
Views: 1669

Option for TrimBrush()

Hello,

Is it possible to add option at TrimBrush() for return Left and Top value only without remove all border ?

Thank you