Search found 584 matches

by gurj
Sat May 17, 2025 5:27 pm
Forum: Bugs - Documentation
Topic: hope PB-chm:when Character>127 To "&#"+Str(Character)+";"
Replies: 6
Views: 2433

Re: hope PB-chm:when Character>127 To "&#"+Str(Character)+";"

remarks:
purebasic.chm,*.html use ansi[1250] to open is ok,but chr.html and asc.html use utf8 is ok.
========other:
in string/chr.html:
Chr(8364)=€=€
Chr($BC)=1/4=¼
Chr(8364)=1/2=½

in string/asc.html,i changed $2630 to $2640:
Chr($2640)=;cannot use &#*;
Chr($25BC)=;cannot use &#*;
by gurj
Thu May 01, 2025 8:49 pm
Forum: Bugs - IDE
Topic: V6.20 has several missing multilingual support
Replies: 4
Views: 2648

V6.20 has several missing multilingual support

V6.20 has 3 missing multilingual support
win7x86:
Preferences/Compiler/Defaults:

Enable DLL preloading protection (Windows)

Use shared UCRT (Windows 10 and above)

Enable Wayland support
by gurj
Wed Apr 30, 2025 10:48 pm
Forum: Announcement
Topic: PureBasic 6.21 is out !
Replies: 169
Views: 35835

Re: PureBasic 6.21 beta 7 is out !

It is recommended that PB will no longer post the beta version. For example, full version 6.20, 6.30, indicating that the official ourselves have a bigger more rigorous improvement.
full version 6.3 * represents small improvements. When users have small requirements and expectations, you can choose ...
by gurj
Mon Apr 14, 2025 12:38 pm
Forum: 3D Programming
Topic: why is [b]Screen3DRequester.pb[/b] no longer present in current versions of PB?
Replies: 4
Views: 4952

Re: why is [b]Screen3DRequester.pb[/b] no longer present in current versions of PB?

Don't use .pb.html in CHM, too old, too lag. Use the same name. PB file in the example folder, they don't need Screen3DRequester.pb.
by gurj
Thu Apr 10, 2025 9:51 pm
Forum: Bugs - Documentation
Topic: hope PB-chm:when Character>127 To "&#"+Str(Character)+";"
Replies: 6
Views: 2433

Re: hope PB-chm:when Character>127 To "&#"+Str(Character)+";"

topic code,time is 2017,from my old file.
but
The original author of Listfiles () forgets who is. Sorry and thanks!
by gurj
Thu Apr 10, 2025 3:36 am
Forum: Bugs - Documentation
Topic: hope PB-chm:when Character>127 To "&#"+Str(Character)+";"
Replies: 6
Views: 2433

Re: hope PB-chm:when Character>127 To "&#"+Str(Character)+";"

PB's ASCII listing 256 characters, actually ASCII extension, should be called Eascii.
by gurj
Wed Apr 09, 2025 1:22 pm
Forum: Bugs - Documentation
Topic: hope PB-chm:when Character>127 To "&#"+Str(Character)+";"
Replies: 6
Views: 2433

hope PB-chm:when Character>127 To "&#"+Str(Character)+";"

When the PBCHM is opened on Chinese X86WIN7, there will be garbled if the character value is> 127. If it is changed to the real character set, it will be correct and general. Below is my processing code:
first,chm to html to director:chm-html\

Global n,m
Procedure ListFiles(directory.s,directoryid ...
by gurj
Tue Feb 25, 2025 9:43 pm
Forum: Tricks 'n' Tips
Topic: MS Speech SAPI Text to speech COM (Windows only)
Replies: 45
Views: 13069

Re: MS Speech SAPI Text to speech COM (Windows only)

How:fast forward to a given word ?
by gurj
Sun Feb 23, 2025 8:16 am
Forum: Tricks 'n' Tips
Topic: "OOP" - TinyObj
Replies: 8
Views: 1187

Re: "OOP" - TinyObj

x86win7,Formal edition pb6.20
should Procedure change to Gosub ?
by gurj
Mon Feb 17, 2025 2:31 am
Forum: Tricks 'n' Tips
Topic: "OOP" - TinyObj
Replies: 8
Views: 1187

Re: "OOP" - TinyObj

[ERROR]
Line:48 ;EndProcedure
Invalid memory access.(write error at address 0)
by gurj
Mon Jan 20, 2025 11:19 am
Forum: Coding Questions
Topic: scroll bar of EditorGadget cannot reach the bottom
Replies: 12
Views: 1789

Re: scroll bar of EditorGadget cannot reach the bottom

Now PB-V6.12, #TM_RICHTEXT and #TM_PLAINTEXT are all the same bug.
by gurj
Sun Jan 19, 2025 9:05 pm
Forum: Tricks 'n' Tips
Topic: MS Speech SAPI Text to speech COM (Windows only)
Replies: 45
Views: 13069

Re: MS Speech SAPI Text to speech COM (Windows only)

ButtonGadget(...,"Say text") should acquiesce start from Current CursorPos.
by gurj
Sun Jan 19, 2025 3:46 pm
Forum: Tricks 'n' Tips
Topic: MS Speech SAPI Text to speech COM (Windows only)
Replies: 45
Views: 13069

Re: MS Speech SAPI Text to speech COM (Windows only)

thanks!
Can you increase the function: Automatically select the word being read.
by gurj
Wed Oct 30, 2024 1:04 am
Forum: The PureBasic Editor
Topic: Building PureBasic OpenSource Projects on Windows: A Quick Tutorial
Replies: 4
Views: 3502

Re: Building PureBasic OpenSource Projects on Windows: A Quick Tutorial

but i have:
from
https://www.123pan.com/s/3bN8Vv-ovu0A
to add install "Microsoft Visual" :
C Redistributable Old Version=22.5 MB
C++ Redistributable Package 2005 SP1=14.7 MB
C++ Redistributable Package 2008 SP1=29.5 MB
C++ Redistributable Package 2010 SP1=11.4 MB
C++ Redistributable Package 2012 UP4 ...