Search found 7 matches

by CONVERT
Thu Sep 28, 2017 8:34 pm
Forum: General Discussion
Topic: Some Questions to Fred
Replies: 11
Views: 13856

Re: Some Questions to Fred

I confirm.

First, my app fired correctly the mouse click on a PC, but not on a Androïd Phone 7.1.1 with Chrome (always updated).

I added #PB_Window_BorderLess to openwindow and I added SetActiveWindow after all the FlipBuffers().

Then, it works on the mobile phone.

https://www.ctjean.com/sb ...
by CONVERT
Thu Sep 28, 2017 6:08 pm
Forum: Showcase
Topic: Anagram.
Replies: 1
Views: 4531

Re: Anagram.

by CONVERT
Sun Sep 24, 2017 8:36 pm
Forum: Coding Questions
Topic: how can i redirect to another page ?
Replies: 3
Views: 5061

Re: how can i redirect to another page ?

Thank you so much, Falsam!

It works. I use "_blank" instead of "_self" to open in another tab.
by CONVERT
Sun Sep 17, 2017 2:06 pm
Forum: Showcase
Topic: Anagram.
Replies: 1
Views: 4531

Anagram.

by CONVERT
Wed Sep 06, 2017 8:33 pm
Forum: Coding Questions
Topic: InitSprite useful?
Replies: 4
Views: 4112

Re: InitSprite useful?

OK, thanks. I'll try.
by CONVERT
Wed Sep 06, 2017 10:37 am
Forum: Coding Questions
Topic: InitSprite useful?
Replies: 4
Views: 4112

Re: InitSprite useful?

Thanks for reply, MrTATouad.

If I understand you, without InitSprite, there is no anti-aliasing. But, it's not visible...

"All InitSprite done in SpiderBasic is set anti-aliasing to nearest pixel mode..."
by CONVERT
Mon Sep 04, 2017 7:12 pm
Forum: Coding Questions
Topic: InitSprite useful?
Replies: 4
Views: 4112

InitSprite useful?

Hello,

Its curious, the example code Sprite.sb found in the help file of SB 2.10 x86 works with or without InitSprite, and the help says it's needed.



;
; ------------------------------------------------------------
;
; SpiderBasic - Sprite example file
;
; (c) Fantaisie Software ...