Search found 8 matches

by RolfT
Wed Feb 01, 2023 4:58 pm
Forum: Coding Questions
Topic: Mouse RAW INPUT since PB 6.0 has different behavior
Replies: 9
Views: 1452

Re: Mouse RAW INPUT since PB 6.0 has different behavior

Hello to all the Helpers! Partely SOLVED for me!

Repeat
ExamineMouse()
mausLeftG=MouseButton( #PB_MouseButton_Left)
;----------------------
8) 8) FlipBuffers() ; ==> whithout FlipBuffers() here it does not work under PB 6.00. But it works under 5.71 8) 8)
;----------------------
Until ...
by RolfT
Sat Jan 28, 2023 6:31 pm
Forum: Coding Questions
Topic: Mouse RAW INPUT since PB 6.0 has different behavior
Replies: 9
Views: 1452

Re: Mouse RAW INPUT since PB 6.0 has different behavior

Hello Fred!
Your example works fine! :D
My big program (16000 Lines) not under 6.0. :(

Maybe I have programmed something unclean :? that works under 5.71 but not under 6.0.
I will have a look insinde my code once more.
If I found a hint I will tell it here!

Thanks for your support so far!

A ...
by RolfT
Tue Dec 06, 2022 10:41 am
Forum: Coding Questions
Topic: Mouse RAW INPUT since PB 6.0 has different behavior
Replies: 9
Views: 1452

Re: Mouse RAW INPUT since PB 6.0 has different behavior

Fred wrote: Mon Dec 05, 2022 9:58 am You need an event loop (While WindowEvent() : Wend) .
Hi Fred! Thanks for your answer and this great basic I am using long long time :-).

In my program I NEVER used a WINDOWED Screen, so WindowEvent() does not work for me :-(

I use only a SCREEN without a Window...

Greetings Rolf
by RolfT
Sat Dec 03, 2022 5:33 pm
Forum: Coding Questions
Topic: Mouse RAW INPUT since PB 6.0 has different behavior
Replies: 9
Views: 1452

Re: Mouse RAW INPUT since PB 6.0 has different behavior

Hi Mijikai!
Thank for your Answer!
Your Program is runng fine at my PC. :D
Maybe it is a Problem because I ONLY youse a SCREEN not a windowed Screen.
Maybe there is an Update sometimes which enables the old 5.73 MOUSE behavior at SCREEN :D

Greetings
Rofl
by RolfT
Sun Nov 27, 2022 1:43 pm
Forum: Coding Questions
Topic: Mouse RAW INPUT since PB 6.0 has different behavior
Replies: 9
Views: 1452

Mouse RAW INPUT since PB 6.0 has different behavior

Hello and thanks for any help! :-)

THIS PROGRAM works fine inclusive 5.71! :D
It does not work under 6.00 (it loops without ending) !


Repeat
ExamineMouse()
mausLeftG=MouseButton( #PB_MouseButton_Left)
do_something_like_drawing_on_a_SCREEN()
FlipBuffers()
Delay(10)
Until mausLeftG=0 ...
by RolfT
Fri May 25, 2012 6:50 pm
Forum: Feature Requests and Wishlists
Topic: PB for Handys and Tablets (Android, I-Phone, WindowsPhone8)
Replies: 9
Views: 2612

Re: PB for Handys and Tablets (Android, I-Phone, WindowsPhon

Hi USCode!

Thanks for Infos! Ah.. PD is programmed in FSAM.
Let´s hoping.... :)

Bye

Rolf
by RolfT
Thu May 24, 2012 4:24 pm
Forum: Feature Requests and Wishlists
Topic: PB for Handys and Tablets (Android, I-Phone, WindowsPhone8)
Replies: 9
Views: 2612

Re: PB for Handys and Tablets (Android, I-Phone, WindowsPhon

Hello Shield!

Thanks for your informations. I try Mosync with C++ now. :? But I hoped on PB....
Maybe sometimes... :)

Greetings
Rolf T.
by RolfT
Thu May 24, 2012 8:57 am
Forum: Feature Requests and Wishlists
Topic: PB for Handys and Tablets (Android, I-Phone, WindowsPhone8)
Replies: 9
Views: 2612

PB for Handys and Tablets (Android, I-Phone, WindowsPhone8)

Hello!

First: A big thanks for the past years you have createt PureBasic! And for the comming years!
Is there a chance or is it planed that

PB will be running on Tablets or Phones like (Android,I-Phones, Windows8 Phones)

I would pay the price of 79,- € again for that feature becaurse I think ...