Search found 63 matches

by Random Terrain
Thu Sep 02, 2021 5:41 am
Forum: Coding Questions
Topic: Is a pulsating outlined box possible?
Replies: 6
Views: 2104

Re: Is a pulsating outlined box possible?

Just wanted to let you know that I'm pretty busy currently and since it's pretty difficult for me to read your code I can't do everything immediately. Thanks. Whenever you have time is fine with me. It will never get done if I try to do it since pretty much all of it is over my head. You explained ...
by Random Terrain
Wed Aug 18, 2021 3:10 pm
Forum: Coding Questions
Topic: Can #PB_2DDrawing_Outlined make all black lines?
Replies: 6
Views: 1702

Re: Can #PB_2DDrawing_Outlined make all black lines?

munfraid wrote: Wed Aug 18, 2021 10:47 am Thanks for the screenshot, I can confirm this behaviour here. Looks like a bug to me. Wrote a bug report here.
Thanks.
by Random Terrain
Wed Aug 18, 2021 12:51 am
Forum: Coding Questions
Topic: Can #PB_2DDrawing_Outlined make all black lines?
Replies: 6
Views: 1702

Re: Can #PB_2DDrawing_Outlined make all black lines?

I can't explain this effect, but it works when you don't put the drawing partly in the gadget event procedure: Thanks. When I run your DrawingMode(#PB_2DDrawing_Outlined) example and take a screenshot and zoom in, those thick gray lines are there on the right and bottom instead of thin black lines....
by Random Terrain
Tue Aug 17, 2021 9:16 am
Forum: Coding Questions
Topic: Can #PB_2DDrawing_Outlined make all black lines?
Replies: 6
Views: 1702

Re: Can #PB_2DDrawing_Outlined make all black lines?

Please provide us with a small working code that demonstrates the behaviour. I cropped down the code the best I could, but when it's cropped, the only thing that is wrong is that the bottom line is thicker and right line is thicker. And for some strange reason the box only appears if you move the m...
by Random Terrain
Tue Aug 17, 2021 3:09 am
Forum: Coding Questions
Topic: Can #PB_2DDrawing_Outlined make all black lines?
Replies: 6
Views: 1702

Can #PB_2DDrawing_Outlined make all black lines?

If I use DrawingMode(#PB_2DDrawing_Outlined) and draw a black outline box on a canvas, the left line is black, the top line is black, but the right line is gray and the bottom line is gray. Is there a way to have nothing but black lines on all four sides of a box when using PB_2DDrawing_Outlined? Th...
by Random Terrain
Fri Aug 13, 2021 4:29 am
Forum: Coding Questions
Topic: Is a pulsating outlined box possible?
Replies: 6
Views: 2104

Re: Is a pulsating outlined box possible?

Just wanted to let you know that I'm pretty busy currently and since it's pretty difficult for me to read your code I can't do everything immediately. Thanks. Whenever you have time is fine with me. It will never get done if I try to do it since pretty much all of it is over my head. You explained ...
by Random Terrain
Tue Aug 10, 2021 4:43 pm
Forum: Coding Questions
Topic: Is a pulsating outlined box possible?
Replies: 6
Views: 2104

Re: Is a pulsating outlined box possible?

https://www.randomterrain.com/bb-playfield-editor.html [The SpiderBasic code is near the bottom of the page.] Unfortunatly this code doesn't compile here. It gives a syntax error in line 1102. Can you please check this? With a working code I can show you how to do what you plan about the user selec...
by Random Terrain
Tue Aug 10, 2021 3:08 am
Forum: Coding Questions
Topic: Is a pulsating outlined box possible?
Replies: 6
Views: 2104

Is a pulsating outlined box possible?

I now have that canvas editor I've been posting about on a page in an iframe: https://www.randomterrain.com/bb-playfield-editor.html [The SpiderBasic code is near the bottom of the page.] I'd like to add a pulsating outlined box or "cursor" that changes size depending on what the user sele...
by Random Terrain
Wed Aug 04, 2021 4:03 pm
Forum: Coding Questions
Topic: Would an ellipse, line, and box be possible?
Replies: 4
Views: 1159

Re: Would an ellipse, line, and box be possible?

That tool is more advanced. It can do all kinds of things that may not be possible with SpiderBasic. Everything in that tool can be done with SpiderBasic. In the end, both use the same web technologies. Some things are easier to achieve than others, of course. I'd be interested in adding ellipse, l...
by Random Terrain
Wed Aug 04, 2021 6:11 am
Forum: Coding Questions
Topic: Would an ellipse, line, and box be possible?
Replies: 4
Views: 1159

Re: Would an ellipse, line, and box be possible?

Here's part 2: ;*********************************************************************** ;*********************************************************************** ; ;- NTSC COLOR TABLE ; ; (The .s stands for STRING.) ; Procedure.s Get_NTSC_ColorTable() Protected Table.s Protected Title.s, Color.s Prot...