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 ...
Search found 7 matches
- Thu Sep 28, 2017 8:34 pm
- Forum: General Discussion
- Topic: Some Questions to Fred
- Replies: 11
- Views: 13856
- 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.
It works. I use "_blank" instead of "_self" to open in another tab.
- 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.
- 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..."
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..."
- 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 ...
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 ...