Search found 14 matches

by EaxVal
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.💕
by EaxVal
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 ...
by EaxVal
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.
by EaxVal
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!
by EaxVal
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$
by EaxVal
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 ...
by EaxVal
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!
by EaxVal
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 ...
by EaxVal
Tue Apr 15, 2025 4:49 pm
Forum: Coding Questions
Topic: Can we change the Checkbox Background Color?
Replies: 5
Views: 462

Re: Can we change the Checkbox Background Color?

RASHAD wrote: Tue Apr 15, 2025 3:48 pm Hi
....
......
........

Thank you, RASHAD!
by EaxVal
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 ...
by EaxVal
Fri Apr 11, 2025 9:51 pm
Forum: The PureBasic Editor
Topic: Previous & Next buttons
Replies: 3
Views: 2397

Previous & Next buttons

Hi,
My eyes are getting old ...
I wish there was a shortcut or anyway to add 2 buttons to the IDE, which can take you to the Previous Edited Code & Last one, same as in many IDs.
Regards.

Image
by EaxVal
Wed Apr 02, 2025 10:51 am
Forum: Coding Questions
Topic: Marquee Scrolling Text
Replies: 4
Views: 381

Re: Marquee Scrolling Text

Many thanks! :)
by EaxVal
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 ...
by EaxVal
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!