Search found 1128 matches

by HeX0R
Tue Mar 10, 2026 5:47 pm
Forum: Tricks 'n' Tips
Topic: Create Full Path Procedure
Replies: 19
Views: 476

Re: Create Full Path Procedure

better use

Code: Select all

If FileSize(Path$) <> -2
you might have files looking like directories
by HeX0R
Mon Mar 09, 2026 6:07 pm
Forum: Bugs - IDE
Topic: PB6.21 - Win11 - Library viewer crashes the IDE
Replies: 2
Views: 4881

Re: PB6.21 - Win11 - Library viewer crashes the IDE

ouch, this is a nasty one!
It crashed the IDE and started creating uncountable pbcompiler.exe processes, better be careful before considering to try that snippet :mrgreen:
by HeX0R
Sat Mar 07, 2026 7:36 pm
Forum: Applications - Feedback and Discussion
Topic: DialogDesign0R V1.88
Replies: 269
Views: 271143

Re: DialogDesign0R V1.88

I didn't even dare to compile it with PB6.40 yet :lol:
Thanks for the fix!
Anything else worked "normal"?
by HeX0R
Thu Mar 05, 2026 10:32 am
Forum: Applications - Feedback and Discussion
Topic: [IDE Tool] History Viewer 2.20 [Win & LINUX]
Replies: 85
Views: 63850

Re: [IDE Tool] History Viewer 2.20 [Win & LINUX]

In fact, my own version which is in a daily use, is also V2.30.051.
I know, trust in tools which seem to be no longer updated is low these days, but it could also mean that it is perfect as is :lol:

O.k., joking aside, the truth is somewhere in between.
The functionality it was meant to offer ...
by HeX0R
Fri Feb 27, 2026 7:46 pm
Forum: Feature Requests and Wishlists
Topic: Feature Request - mark/select procedure by doubleclick in procedures
Replies: 5
Views: 320

Re: Feature Request - mark/select procedure by doubleclick in procedures

Don't you find it suspicious that a brand new user starts with a feature request?
by HeX0R
Mon Feb 23, 2026 9:21 pm
Forum: The PureBasic Editor
Topic: Change IDE history for multiple versions?
Replies: 4
Views: 247

Re: Change IDE history for multiple versions?

I don't think he really meant the history, to me it sounds more as if he was talking about source files which are open at start.

When you want your different IDEs to share your tools, templates and session history, you can also do it like this:
/PORTABLE /T "%APPDATA%\PureBasic\Templates.prefs" /A ...
by HeX0R
Mon Feb 23, 2026 9:06 pm
Forum: The PureBasic Editor
Topic: Change IDE history for multiple versions?
Replies: 4
Views: 247

Re: Change IDE history for multiple versions?

Start your IDEs with parameter /PORTABLE
by HeX0R
Fri Feb 20, 2026 2:56 pm
Forum: Tricks 'n' Tips
Topic: atomic web server threads
Replies: 175
Views: 75567

Re: atomic web server threads

not via 127.0.0.1 of course.
You need to call the network ip
by HeX0R
Thu Feb 19, 2026 9:16 am
Forum: Applications - Feedback and Discussion
Topic: DialogDesign0R V1.88
Replies: 269
Views: 271143

Re: DialogDesign0R V1.87


You're right, it works now whereas it wouldn't work yesterday. So it's OK now.

M.

That part of the code is untouched since several months.
If it really didn't work for you two days ago, you maybe really found something.
But the existing construct equals more or less your fix and I have no idea ...
by HeX0R
Wed Feb 18, 2026 2:00 pm
Forum: Applications - Feedback and Discussion
Topic: 2D Modular Sprite Engine (Spriter Pro)
Replies: 28
Views: 5603

Re: 2D Modular Sprite Engine (Spriter Pro)

is that AI created?
That looks like pure nonsense:

Code: Select all

  Protected JXID.i = #PB_Any
  If Not ParseJSON(JXID, JSON)
    ProcedureReturn #False
  EndIf
  
  Protected *Root = JSONValue(JXID)
  If Not *Root
    FreeJSON(JXID)
    ProcedureReturn #False
  EndIf
by HeX0R
Tue Feb 17, 2026 3:55 pm
Forum: Applications - Feedback and Discussion
Topic: DialogDesign0R V1.88
Replies: 269
Views: 271143

Re: DialogDesign0R V1.87

toolbutton tooltips are handled from line 913 on, that doesn't work for you?

If FindMapElement(DID(), a$) ;<- to make sure this is no unsupported attribute
If a$ = "text" And Name = "text"
b$ = ReplaceString(b$, #CRLF$, "\n")
EndIf
SetGadgetText(DID(a$), b$)
EndIf

And it doesn't matter ...
by HeX0R
Mon Feb 16, 2026 6:12 pm
Forum: Applications - Feedback and Discussion
Topic: DialogDesign0R V1.88
Replies: 269
Views: 271143

Re: DialogDesign0R V1.88

good catch!
I've tested it now down up to PB5.60 and added some more PB version fixes.
PB5.40 made some more trouble, therefore I decided to change min. PB version for compiling DD to 5.60

I've added some more compiler directives, but ignored the #PB_Menu_NativeImageSize for now, since menus are ...
by HeX0R
Sun Feb 15, 2026 7:10 pm
Forum: Applications - Feedback and Discussion
Topic: DialogDesign0R V1.88
Replies: 269
Views: 271143

Re: DialogDesign0R V1.88

Thanks for the kind words!
Just remember that statusbars, menus and toolbars are not natively supported in PB.
You can add all of them in DD, but you need a " hack " to show them in you app.

I've uploaded the new sources now, including the missing new flags and an updated french translation from ...
by HeX0R
Sat Feb 07, 2026 10:07 pm
Forum: Announcement
Topic: PureBasic 6.21 is out !
Replies: 170
Views: 82222

Re: PureBasic 6.21 is out !

PB 6.21 is missing in the museum
by HeX0R
Sat Feb 07, 2026 8:06 pm
Forum: Applications - Feedback and Discussion
Topic: DialogDesign0R V1.88
Replies: 269
Views: 271143

Re: DialogDesign0R V1.87

Damn, I seem to have missed them, thanks, I'll add them into V1.88

[Edit]
I was wondering when onresize might be useful for a dialog gadget and tested all of them.
Only those three seem to support this event:
canvas
container
panel