Search found 598 matches

by falsam
Wed Dec 10, 2025 11:41 am
Forum: Bugs - Windows
Topic: 6.30 Beta 5 - ScreenEventType() undefined value
Replies: 2
Views: 167

Re: 6.30 Beta 5 - ScreenEventType() undefined value

The information was in the Beta 5 documentation. That's why I pointed out this omission 😉


ScreenEventType()

Syntax

Result = ScreenEventType()
Description

After a ScreenWindowEvent() function, use this function to determine of which type the event is.

Parameters

None.

Return value ...
by falsam
Wed Dec 10, 2025 11:30 am
Forum: Feature Requests and Wishlists
Topic: PB 6.30 - SetScreenActiveGadget(#Gadget)
Replies: 2
Views: 166

Re: PB 6.30 - SetScreenActiveGadget(#Gadget)

pf shadoko wrote: Wed Dec 10, 2025 10:55 am it will be add for pb6.31
That's great! Thank you very much 👍
by falsam
Tue Dec 09, 2025 2:14 pm
Forum: Bugs - Windows
Topic: 6.30 Beta 5 - ScreenEventType() undefined value
Replies: 2
Views: 167

6.30 Beta 5 - ScreenEventType() undefined value

#PB_ScreenEventType_Focus , #PB_ScreenEventType_LostFocus and #PB_ScreenEventType_Change undefined 😉
by falsam
Tue Dec 09, 2025 2:06 pm
Forum: Feature Requests and Wishlists
Topic: PB 6.30 - SetScreenActiveGadget(#Gadget)
Replies: 2
Views: 166

PB 6.30 - SetScreenActiveGadget(#Gadget)

Hello. Thank you for this new Beta 5 version of PureBasic 6.30.

Would it be possible to have a SetScreenActiveGadget(#Gadget) function to activate (place the keyboard focus on) the gadget specified by the given gadget number ?

Thank you in advance for this new feature (if possible).
by falsam
Thu Dec 04, 2025 3:17 pm
Forum: General Discussion
Topic: PB Discord Link
Replies: 12
Views: 744

Re: PB Discord Link

The current English, German, and French forums are indeed essential. Discord is a complement for dynamic conversations on topics related to PureBasic, but also on other topics that have no place in the PureBasic forums. We also get to know each other better on Discord 😉


Discord is noisy.
I prefer ...
by falsam
Wed Dec 03, 2025 3:33 pm
Forum: Coding Questions
Topic: Simple PB code editor
Replies: 28
Views: 1423

Re: Simple PB code editor

Coucou KCC 😉

The project is 9 years old, but the code works with PB 6.30 Beta3.

The goal is to create a step-by-step text editor.
Indentation, line numbering, autocompletion, folding, and syntax highlighting.

Copy and paste and text saving are missing.

■ Download : https://github.com/pbcodex ...
by falsam
Wed Jun 11, 2025 8:18 am
Forum: Game Programming
Topic: Pure2048
Replies: 31
Views: 6777

Re: Pure2048

Here's a nice version of the famous 2048 game. Thanks for sharing. I really like it 💕
by falsam
Tue Apr 29, 2025 2:18 pm
Forum: Announcement
Topic: [GAME] ONET Monsters
Replies: 22
Views: 7781

Re: [GAME] ONET Monsters

Hello. Thanks for this stimulating game when I have a moment to procrastinate 🤪
by falsam
Thu Mar 09, 2023 4:36 pm
Forum: Coding Questions
Topic: Recover duration mp3 file
Replies: 19
Views: 3081

Re: Recover duration mp3 file

Tested with PB 6.0 - Another solution with FMODEX.
Download the include and the 32 and 64 bits dll hosted on the GitHub collaborative platform.

:arrow: GitHub https://github.com/pbcodex/FMODEX-MIN-UNICODE

:arrow: LienDirect https://github.com/pbcodex/FMODEX-MIN-UNICODE/archive/refs/heads/master ...
by falsam
Mon Aug 01, 2022 12:52 am
Forum: 3D Programming
Topic: PB 6.00 - Shader test
Replies: 18
Views: 5590

Re: PB 6.00 - Shader test

I get the same result as DK_PETER.

Image
by falsam
Fri Jan 22, 2021 12:57 pm
Forum: Game Programming
Topic: Red frame
Replies: 16
Views: 11099

Re: Red frame

yes
by falsam
Tue Dec 29, 2020 3:44 pm
Forum: Coding Questions
Topic: OpenGLGadget + txt = impossible [ok]
Replies: 16
Views: 5832

Re: OpenGLGadget + txt = impossible

I was offered different solutions which are more than 100 lines of code and which do not satisfy me. Strange. It seemed to me that this request was resolved. You had a simple solution on December 11th ;)

< 100 Lines ; Texte affiché sur une image RGBA
Procedure glDrawtext(x.f, y.f, Text.s, Font ...
by falsam
Tue Dec 22, 2020 6:32 pm
Forum: 3D Programming
Topic: Volume 3D correction test
Replies: 1
Views: 3233

Volume 3D correction test

■ PB 5.73 (x64)

Hello. This code is a 3D perspective correction test.

I wanted to use the CameraProjectionMode() function but it doesn't work, so I used the ResizeCamera() function to correct the 3D perspective. Enumeration window
#mf
EndEnumeration


; Window
Global Event, ww = 1024, wh = 768 ...
by falsam
Thu Dec 17, 2020 2:20 pm
Forum: Off Topic
Topic: ad-free file hosting reccomendations
Replies: 11
Views: 6006

Re: ad-free file hosting reccomendations

■ You can use PCloud.10 GB for free without advertising.
Example download of the excellent PBedit.pb
https://u.pcloud.link/publink/show?code=XZWN74XZIm2rljXMQnhUrfCqWeytH4P7WmDy


■ You can also create your own hosting in 5 minutes on a shared server with OwnCloud.

Example download of the ...