Search found 18 matches

by Ferin
Fri Feb 09, 2018 9:37 pm
Forum: Newbie questions
Topic: Transparent app's background
Replies: 17
Views: 14490

Re: Transparent app's background

PathToBrush() can convert multiple paths to a brush so you need to provide a table of tables. Like this: PathToBrush(1, {{ID=1, COLOR=#YELLOW}}) There's also an example in the doc ;) OMG... Because there is only one path i assumed, that only one pair of brackets is required but i was wrong... Thank...
by Ferin
Thu Feb 08, 2018 10:00 pm
Forum: Newbie questions
Topic: Transparent app's background
Replies: 17
Views: 14490

Re: Transparent app's background

Concerning the vector path stuff, please post the code that doesn't work as text because I can't be bothered to type text from screenshots. I need to be able to copy & paste :) Hmmm, i can't reproduce problem with drawing single straight line, it works. Really weird, until you've asked for code...
by Ferin
Tue Feb 06, 2018 1:21 am
Forum: Newbie questions
Topic: Transparent app's background
Replies: 17
Views: 14490

Re: Transparent app's background

Unfortunately i failed to achieve my goals with SelectAlphaChannel and SelectBrush functions. To illustrate what i try to get i've prepared an image: https://www.czernik.me/plikiAMI/Mask_Holly.jpg Basicaly i want to make green brush called "MASK" to make orange brush with ID=1 invisible ev...
by Ferin
Tue Jan 23, 2018 11:11 pm
Forum: Newbie questions
Topic: Transparent app's background
Replies: 17
Views: 14490

Re: Transparent app's background

jPV wrote: I think SelectAlphaChannel or SelectBrush do all you need?
Thanks jPV, i have to try if they would do the job.
by Ferin
Sun Jan 21, 2018 11:11 am
Forum: Newbie questions
Topic: Transparent app's background
Replies: 17
Views: 14490

Re: Transparent app's background

Firstly i want to express my admiration for your RNOWidgets, wow, looks amazing :shock: . Secondly thanks for your help, it's nice to get advice from someone experienced, you answers are simple and easy to understand. But there we go again, more questions ; ). I was wondering if there is a function ...
by Ferin
Tue Jan 09, 2018 11:21 pm
Forum: Newbie questions
Topic: Transparent app's background
Replies: 17
Views: 14490

Re: Transparent app's background

My apologies for long delay and not being more specific in asking questions. Generally speaking, I was wondering if i can make background of my app 100% transparent when running it on WB's screen. jPV answered already, and it works well, thanks a lot, but i have more questions. Here we go: Example w...
by Ferin
Fri Jan 05, 2018 1:41 am
Forum: Newbie questions
Topic: Transparent app's background
Replies: 17
Views: 14490

Transparent app's background

Hi chaps and dames, Is it possible to make window of an app's fully transparent? Lets say i want to make clock app that shape isn't rectangular, if i make my clock's dial circular i'll get nastily looking corners. Any chance there is a proper Hollywood's way of doing it, i even don't mind using some...
by Ferin
Fri May 26, 2017 10:47 pm
Forum: Designer bugs
Topic: Setting gradient type bug(?)
Replies: 3
Views: 16568

Setting gradient type bug(?)

Hi there. It's my first post in here, so first i say hello to everyone. Now let's get to less pleasent things. I've been told that it's probably not Designer's bug, but as I use only Designer (can't do any programming so far) so i post it here. To reproduce bug i found, you have to: - Create a page ...