Search found 7 matches

by jph
Sun Jul 24, 2022 11:49 am
Forum: Coding Questions
Topic: Different event results on Linux and Windows.
Replies: 3
Views: 494

Re: Different event results on Linux and Windows.

I'm going to study your code and trying to understand it. Thank you very much.
by jph
Sun Jul 24, 2022 6:58 am
Forum: Coding Questions
Topic: Different event results on Linux and Windows.
Replies: 3
Views: 494

Different event results on Linux and Windows.

Hello,

I'm trying to understand why, under Linux, when I click on an item in a ListView I get two results. One when I press the left mouse button and another when I release it. It doesn't on Windows where I only get one result. Can anyone tell me where it comes from?

Here is my code:

Procedure ...
by jph
Tue Jul 19, 2022 6:21 pm
Forum: The PureBasic Form Designer
Topic: Generate Event loop missing in preferences
Replies: 6
Views: 8820

Re: Generate Event loop missing in preferences

mk-soft wrote: Tue Jul 19, 2022 6:16 pm Oops:
Event Designer v3.15.4 is right ;)

Form Options:
- #PB_Any OFF
- Event Procedures OFF
Thank you. It should help.
by jph
Tue Jul 19, 2022 11:56 am
Forum: The PureBasic Form Designer
Topic: Generate Event loop missing in preferences
Replies: 6
Views: 8820

Re: Generate Event loop missing in preferences

Thank you. I won't search no more.
by jph
Tue Jul 19, 2022 11:01 am
Forum: The PureBasic Form Designer
Topic: Generate Event loop missing in preferences
Replies: 6
Views: 8820

Re: Generate Event loop missing in preferences



Or have a look at my EventDesignerV4 (Signatur).



All right. I am going to take a look at your work. And I will try to understand it. But it is the 3.15.5 in your one drive. There is no V4.

But I don't know why I haven't the Generate event loop checkbox in my preferences?

Thank you for your ...
by jph
Tue Jul 19, 2022 5:27 am
Forum: Bugs - Documentation
Topic: Form Designer chapter not found in documentation.
Replies: 2
Views: 930

Form Designer chapter not found in documentation.

I have seached and not found the Form Designer chapter in both french and english versions of the Purebasic.pdf documentation. It is mentioned see Form Designer chapter at the page 92 (english document) and page 100 (french document). Is it a bug in documentation?
by jph
Tue Jul 19, 2022 4:15 am
Forum: The PureBasic Form Designer
Topic: Generate Event loop missing in preferences
Replies: 6
Views: 8820

Generate Event loop missing in preferences

Hello,

I have only 4 checkbox in preferences -> Form.
The "Generate event loop" checkbox is missing but I have the "Generate event procedure" one.
How can I have the 5 checkbox like we can see in the Purebasic.pdf page 112 of the english version?
Thanks.