Search found 5446 matches

by airsoftsoftwair
Tue Mar 20, 2018 7:36 pm
Forum: Hollywood bugs
Topic: EndsWith and StartsWith
Replies: 1
Views: 2818

Re: EndsWith and StartsWith

Huh? It says the "function can be used to check if s$ ends on the substring specified by substr$" so s$ is the haystack and substr$ is the needle. So where is the problem?
by airsoftsoftwair
Tue Mar 20, 2018 7:34 pm
Forum: General programming
Topic: String interpolation
Replies: 2
Views: 3287

Re: String interpolation

I don't see how this is related to string interpolation but you probably just have to pass the function as a reference, not as a string, to solve this problem, i.e.

Code: Select all

base:FuncOnField(msg.id,"contents",LowerStr)
by airsoftsoftwair
Tue Mar 20, 2018 7:31 pm
Forum: Wishlist
Topic: New Function for erase with all alpha at the same time
Replies: 8
Views: 6344

Re: New Function for erase with all alpha at the same time

Yes, I see what it does but the question is if that is something that is of general interest or just for your project. If it is only good for your particular project, it doesn't make sense to add it as a Hollywood feature. That's why I'd need some plausible reasons as to why this is a feature that i...
by airsoftsoftwair
Sat Mar 17, 2018 4:01 pm
Forum: Wishlist
Topic: New Function for erase with all alpha at the same time
Replies: 8
Views: 6344

Re: New Function for erase with all alpha at the same time

What does this do? Is such a function of general interest or is it only useful for your specific project?
by airsoftsoftwair
Sat Mar 17, 2018 3:56 pm
Forum: MUI Royale
Topic: Icons in Menus
Replies: 10
Views: 13266

Re: Icons in Menus

@djrikki: Icons in menus aren't currently supported by MUI Royale but it's planned.
by airsoftsoftwair
Sat Mar 17, 2018 3:56 pm
Forum: MUI Royale
Topic: Area.ContextMenu (none)
Replies: 3
Views: 3611

Re: Area.ContextMenu (none)

I don't know if that's possible with MUI. Ask tboeckel for clarification, he should know.
by airsoftsoftwair
Sat Mar 17, 2018 3:54 pm
Forum: General programming
Topic: How to prevent running multiple instances?
Replies: 10
Views: 8516

Re: How to prevent running multiple instances?

Maybe set the "LSMultipleInstancesProhibited" switch to FALSE in the Info.plist of the app bundle?
by airsoftsoftwair
Fri Mar 16, 2018 11:43 pm
Forum: MUI Royale
Topic: Area.ContextMenu (none)
Replies: 3
Views: 3611

Re: Area.ContextMenu (none)

Why would you want to specify "(none)" at initialization time? If you don't want a context menu, just leave out the context menu attribute in the XML entirely.
by airsoftsoftwair
Fri Mar 16, 2018 11:41 pm
Forum: MUI Royale
Topic: System console output
Replies: 10
Views: 11567

Re: System console output

If you set "EnableDebug" to TRUE in @OPTIONS, everything should be as before.
by airsoftsoftwair
Fri Mar 16, 2018 11:41 pm
Forum: General programming
Topic: How to prevent running multiple instances?
Replies: 10
Views: 8516

Re: How to prevent running multiple instances?

Are you on Mac OS or Linux? CreatePort() currently only works on Amiga and Windows.