Search found 169 matches

by emeck
Sun Sep 19, 2021 1:56 am
Forum: Hollywood bugs
Topic: Wrong value for ATTRHEIGHT
Replies: 5
Views: 3086

Re: Wrong value for ATTRHEIGHT

@PEB
Ah! Silly me, there was something odd but couldn't spot it. Guess it is bed time for me.

Thanks for the tip.

@Andreas
Shouldn't that throw some error or warning? Where are those values coming from? Seems always to be the width value from the several retries I did.
by emeck
Sun Sep 19, 2021 12:41 am
Forum: Hollywood bugs
Topic: Wrong value for ATTRHEIGHT
Replies: 5
Views: 3086

Wrong value for ATTRHEIGHT

ATTRHEIGHT for #DISPLAY seems to return the ATTRWIDTH value. In this example @DISPLAY 1, {Mode = "Windowed", Width = 800, Height = 600, FillStyle = #FILLCOLOR, Color = #GRAY, NoModeSwitch = TRUE, Layers = TRUE} DebugPrint(GetAttribute(#DISPLAY, 1, ATTRWIDTH)) DebugPrint(GetAttribute(#DISPL...
by emeck
Sun Jun 27, 2021 9:11 am
Forum: Showcase
Topic: Balloons
Replies: 5
Views: 4070

Re: Balloons

Nice!
by emeck
Sun May 30, 2021 8:39 pm
Forum: General programming
Topic: Running from cron
Replies: 4
Views: 3041

Re: Running from cron

airsoftsoftwair wrote: Sun May 30, 2021 5:42 pm Does using Execute() make a difference?
No, same behavior with Execute(), works double clicking the program, doesn't work from cron.
by emeck
Thu May 27, 2021 8:56 pm
Forum: Tutorials
Topic: Balloons - a Scratch tutorial written in Hollywood
Replies: 15
Views: 26202

Re: Balloons - a Scratch tutorial written in Hollywood

Hello my friend, I have noticed your game Balloons and I decided to work and expand a little bit on that code. Hope that will be fine to you. If game is ready it will be free to all Amiga Users. Greetings Achim Looks nice! Of course, you can improve it as you wish. Thank you for sharing, looking fo...
by emeck
Mon May 24, 2021 9:39 pm
Forum: General programming
Topic: Running from cron
Replies: 4
Views: 3041

Running from cron

Hello, I have created a simple GUI for use in my RPi. When it opens, a countdown from 10 begins and when reaching 0 it should run the shutdown command: Run("/usr/sbin/shutdown", "-h now") If I launch it from the desktop double clicking on it, everything works fine. But if I lauch...
by emeck
Sat May 22, 2021 1:58 pm
Forum: RapaGUI
Topic: Get MUI version
Replies: 11
Views: 5132

Re: Get MUI version

Thanks, guys. This is how I'll do it. As a side-question: Is there a way to circumwent the creation of a temp file in ram: and to directly receive the return string of the version command? Maybe something like this is what you are looking for: Function p_getOutput(msg) Switch(msg.action) Case "...
by emeck
Mon Mar 22, 2021 2:12 pm
Forum: Announcements
Topic: Hollywood 9.0: Sugarcane released!
Replies: 43
Views: 58438

Re: Hollywood 9.0: Sugarcane released!

Order placed!
by emeck
Sun Feb 14, 2021 10:15 am
Forum: Newbie questions
Topic: SVG Brush scaling
Replies: 1
Views: 1611

SVG Brush scaling

Hello,

if I load a SVG image, is it treated as a vector or bitmap graphics, for example, when changing from windowed to fullscreen?
by emeck
Sat Feb 13, 2021 8:50 am
Forum: Newbie questions
Topic: Problem with PNG with alpha channel
Replies: 7
Views: 4172

Re: Problem with PNG with alpha channel

Hello

Try with

Code: Select all

@BRUSH 1, "terminal_hilight.png", {LoadAlpha = True}