Search found 28 matches

by P_B
Sat Feb 08, 2025 11:40 am
Forum: Wishlist
Topic: Double clicks on words with '_' are not fully selected [Windows IDE]
Replies: 3
Views: 6361

Double clicks on words with '_' are not fully selected [Windows IDE]

Hi,

Selecting a word with underscore Symbol (_) is not fully selected with a double click, in the [Windows IDE].

Code: Select all

ABC_DEF_123
Could you remedy this, please ?

Thank you in advance.
by P_B
Sun Aug 11, 2024 3:11 pm
Forum: Newbie questions
Topic: 10 seconds wifi network slowdown latency with SendData win 11
Replies: 3
Views: 2144

[Solved]10 seconds wifi network slowdown latency with SendData win 11

Thank you Flinx for your help. Now everything works perfectly and at the right speed. Without your expert advice 8-) , I would not have found the real cause of the problem. Thanks again for everything. @DISPLAY {title="Server"} SetFont(#SANS, 16) SetFontStyle(#ANTIALIAS) Function p_MyFunc(...
by P_B
Sun Aug 11, 2024 6:59 am
Forum: Newbie questions
Topic: 10 seconds wifi network slowdown latency with SendData win 11
Replies: 3
Views: 2144

Re: 10 seconds wifi network slowdown latency with SendData win 11

Sorry, in the client program, I forgot to delete the CreateServer lines, delete them for the tests In programme client. :oops: NPrint("+1+") CreateServer(1,2550) NPrint(GetLocalPort(1,#NETWORKSERVER)) @DISPLAY {title="Client"} SetFont(#SANS, 24) SetFontStyle(#ANTIALIAS) Function ...
by P_B
Sat Aug 10, 2024 9:20 pm
Forum: Newbie questions
Topic: 10 seconds wifi network slowdown latency with SendData win 11
Replies: 3
Views: 2144

10 seconds wifi network slowdown latency with SendData win 11

Hello, On Windows 11, I am never connected via wifi to the internet, but via wire. I wanted to test the wifi connection, but only locally, without any internet connection. I have wifi enabled, as well as a wireless mobile hotspot. https://youtu.be/rQq87isfLHo Here is a server program and another cli...
by P_B
Sun Jul 28, 2024 8:14 pm
Forum: Wishlist
Topic: Reverse transition effects FX
Replies: 3
Views: 10818

Re: Reverse transition effects FX

Thank you Bugala for your help.

RemoveLayer() works fine, but it's unfortunate that it deletes the layer.
It will take the same function, which does not delete the layer.
by P_B
Fri Jul 26, 2024 8:05 pm
Forum: Wishlist
Topic: Try Catch Endcatch
Replies: 2
Views: 9485

Re: Try Catch Endcatch

Thank you Flinx for your help.
by P_B
Fri Jul 26, 2024 4:53 pm
Forum: Wishlist
Topic: Reverse transition effects FX
Replies: 3
Views: 10818

Reverse transition effects FX

Transition effects achieve very good effects by being efficient, however it lacks the reverse operation.

The example at the end of the documentation with AsyncDrawFrame demonstrates it, at least with the simplest effects.

Thank you in advance
by P_B
Fri Jul 26, 2024 4:51 pm
Forum: Wishlist
Topic: Try Catch Endcatch
Replies: 2
Views: 9485

Try Catch Endcatch

Hello,

To prevent a running program from stopping, it would be good if the developer could manage his own error messages, but also if the program did not stop.

Code: Select all

Try

  lines that can cause errors

Catch

  lines to execute on error

EndCatch
Thank you in advance
by P_B
Fri Jul 26, 2024 4:48 pm
Forum: Hollywood bugs
Topic: GetDisplayModes() dont work in APK Compiler 4.4 Pro
Replies: 4
Views: 17803

Re: GetDisplayModes() dont work in APK Compiler 4.4 Pro

It was to test the portability of the programs in Hollywood.

Thank you for your help.
by P_B
Fri Jul 26, 2024 4:47 pm
Forum: Hollywood bugs
Topic: Hollywood 10 : GetProgramDirectory() returns a non-compliant line on mac OSX x64 intel
Replies: 4
Views: 17383

Re: Hollywood 10 : GetProgramDirectory() returns a non-compliant line on mac OSX x64 intel

Thank you for your help.

I will use this.

Code: Select all

@IF #HW_AMIGA
    
@ELSEIF #HW_MACOS

@ELSEIF #HW_LINUX

@ELSEIF #HW_WINDOWS

@ELSE

@ENDIF