Thank you FRED. Your Team Work is Amazing.
Search found 14 matches
- Thu Jun 12, 2025 8:06 am
- Forum: Announcement
- Topic: PureBasic 6.21 is out !
- Replies: 169
- Views: 35807
Re: PureBasic 6.21 is out !
I wish I live another 100 years to see future PB releases!
Thank you FRED. Your Team Work is Amazing.
Thank you FRED. Your Team Work is Amazing.
- Mon May 05, 2025 7:02 pm
- Forum: General Discussion
- Topic: Notepad++ Support for PureBasic?
- Replies: 4
- Views: 1287
Re: Notepad++ Support for PureBasic?
Hello again,
I would like to share with you my own xml file which works fine with Notepad++
https://i.postimg.cc/505bHq9j/npp-pb.jpg
<NotepadPlus>
<UserLang name="PureBasic" ext="pb pbi pbf" udlVersion="2.1">
<Settings>
<Global caseIgnored="yes" allowFoldOfComments="no" foldCompact="no ...
I would like to share with you my own xml file which works fine with Notepad++
https://i.postimg.cc/505bHq9j/npp-pb.jpg
<NotepadPlus>
<UserLang name="PureBasic" ext="pb pbi pbf" udlVersion="2.1">
<Settings>
<Global caseIgnored="yes" allowFoldOfComments="no" foldCompact="no ...
- Mon May 05, 2025 12:56 pm
- Forum: General Discussion
- Topic: Notepad++ Support for PureBasic?
- Replies: 4
- Views: 1287
Re: Notepad++ Support for PureBasic?
Unfortunately, PB is listed in NP++ as a language, but it's not working at all.
- Mon May 05, 2025 10:39 am
- Forum: General Discussion
- Topic: Notepad++ Support for PureBasic?
- Replies: 4
- Views: 1287
Notepad++ Support for PureBasic?
Hello,
Is there a PureBasic plugin available for Notepad++?
I was reviewing some PureBasic tips related to Notepad++ here (mostly from Mr. Azjio), but I couldn't understand it!
Is there a PureBasic plugin available for Notepad++?
I was reviewing some PureBasic tips related to Notepad++ here (mostly from Mr. Azjio), but I couldn't understand it!
- Fri May 02, 2025 6:23 pm
- Forum: Coding Questions
- Topic: Counting Items in the DataSection?
- Replies: 30
- Views: 3103
Re: Counting Items in the DataSection?
Thank you Addict, but i want my DataSection stay clean without any additives like #ETX$
- Fri May 02, 2025 5:42 pm
- Forum: Coding Questions
- Topic: Counting Items in the DataSection?
- Replies: 30
- Views: 3103
Counting Items in the DataSection?
Hello,
Is there a function can count the Fruits in the "DataSection"?
Thank you in advance.
Procedure CountFruits()
Count = 0 ; Count the number of "Data.s" in the DataSection
While NextData() ; Read until end of data section (I know, NextData is not exist in PB)
Count + 1
NextData()
Wend ...
Is there a function can count the Fruits in the "DataSection"?
Thank you in advance.
Procedure CountFruits()
Count = 0 ; Count the number of "Data.s" in the DataSection
While NextData() ; Read until end of data section (I know, NextData is not exist in PB)
Count + 1
NextData()
Wend ...
- Fri Apr 18, 2025 5:29 am
- Forum: Coding Questions
- Topic: Why the Animated Window starts empty?
- Replies: 2
- Views: 207
Re: Why the Animated Window starts empty?
UpdateWindow_(WindowID(0))
Much Appreciated Mr. RASHAD!
Much Appreciated Mr. RASHAD!
- Fri Apr 18, 2025 1:38 am
- Forum: Coding Questions
- Topic: Why the Animated Window starts empty?
- Replies: 2
- Views: 207
Why the Animated Window starts empty?
This is the code for a small animated window with text in the center. The issue is that the text stays invisible when the window first appears and only becomes visible once it reaches the center of the screen!
Any suggestions will be greatly appreciated.
Global.i WinWidth = 420
Global.i ...
Any suggestions will be greatly appreciated.
Global.i WinWidth = 420
Global.i ...
- Tue Apr 15, 2025 4:49 pm
- Forum: Coding Questions
- Topic: Can we change the Checkbox Background Color?
- Replies: 5
- Views: 462
- Tue Apr 15, 2025 7:43 am
- Forum: Coding Questions
- Topic: Can we change the Checkbox Background Color?
- Replies: 5
- Views: 462
Can we change the Checkbox Background Color?
Hello,
My goal is to create window and a checkbox share the same color. However, I am unable to modify the checkbox's background color in the following code. Any idea?
If OpenWindow(0, 100, 100, 300, 200, "Checkbox Coloring Example", #PB_Window_SystemMenu | #PB_Window_ScreenCentered ...
My goal is to create window and a checkbox share the same color. However, I am unable to modify the checkbox's background color in the following code. Any idea?
If OpenWindow(0, 100, 100, 300, 200, "Checkbox Coloring Example", #PB_Window_SystemMenu | #PB_Window_ScreenCentered ...
- Fri Apr 11, 2025 9:51 pm
- Forum: The PureBasic Editor
- Topic: Previous & Next buttons
- Replies: 3
- Views: 2397
- Wed Apr 02, 2025 10:51 am
- Forum: Coding Questions
- Topic: Marquee Scrolling Text
- Replies: 4
- Views: 381
Re: Marquee Scrolling Text
Many thanks! 

- Tue Apr 01, 2025 6:38 pm
- Forum: Coding Questions
- Topic: Marquee Scrolling Text
- Replies: 4
- Views: 381
Marquee Scrolling Text
Hello PB Team,
I've created a window that includes a String Text, Button and a Marquee text.
The issue with the marquee starting and ending points.
How can I make this marquee starts from the right window edge and ends at the left edge (better to have 10 pixels margines from each edge)?
; Marquee ...
I've created a window that includes a String Text, Button and a Marquee text.
The issue with the marquee starting and ending points.
How can I make this marquee starts from the right window edge and ends at the left edge (better to have 10 pixels margines from each edge)?
; Marquee ...
- Thu Sep 12, 2024 2:16 pm
- Forum: Coding Questions
- Topic: Drag & Drop Issue
- Replies: 4
- Views: 966
Re: Drag & Drop Issue
Hi,
I tested this on both environments and can tell that this issue appears in the x86 structure only!
I tested this on both environments and can tell that this issue appears in the x86 structure only!