Search found 63 matches
- Thu Sep 02, 2021 5:41 am
- Forum: Coding Questions
- Topic: Is a pulsating outlined box possible?
- Replies: 6
- Views: 1587
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 ...
- Wed Aug 18, 2021 3:10 pm
- Forum: Coding Questions
- Topic: Can #PB_2DDrawing_Outlined make all black lines?
- Replies: 6
- Views: 1141
- Wed Aug 18, 2021 12:51 am
- Forum: Coding Questions
- Topic: Can #PB_2DDrawing_Outlined make all black lines?
- Replies: 6
- Views: 1141
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....
- Tue Aug 17, 2021 9:16 am
- Forum: Coding Questions
- Topic: Can #PB_2DDrawing_Outlined make all black lines?
- Replies: 6
- Views: 1141
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...
- Tue Aug 17, 2021 3:09 am
- Forum: Coding Questions
- Topic: Can #PB_2DDrawing_Outlined make all black lines?
- Replies: 6
- Views: 1141
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...
- Fri Aug 13, 2021 4:29 am
- Forum: Coding Questions
- Topic: Is a pulsating outlined box possible?
- Replies: 6
- Views: 1587
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 ...
- Tue Aug 10, 2021 4:43 pm
- Forum: Coding Questions
- Topic: Is a pulsating outlined box possible?
- Replies: 6
- Views: 1587
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...
- Tue Aug 10, 2021 3:08 am
- Forum: Coding Questions
- Topic: Is a pulsating outlined box possible?
- Replies: 6
- Views: 1587
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...
- Wed Aug 04, 2021 4:03 pm
- Forum: Coding Questions
- Topic: Would an ellipse, line, and box be possible?
- Replies: 4
- Views: 884
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...
- Wed Aug 04, 2021 6:11 am
- Forum: Coding Questions
- Topic: Would an ellipse, line, and box be possible?
- Replies: 4
- Views: 884
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...