Search found 161 matches

by dcr3
Thu Mar 14, 2024 8:49 am
Forum: Feature Requests and Wishlists
Topic: Delete PureBasic_Compilation0.exe after Run from the Temp file.
Replies: 10
Views: 551

[Resolved]Delete PureBasic_Compilation0.exe after Run from the Temp file.

BarryG wrote: Thu Mar 14, 2024 12:45 am This is what I get after I follow your steps, as expected. What do you get?

Image
I get "Button_1". :?

Thanks BarryG.

I guess there is something not quite right in my system. :(
by dcr3
Wed Mar 13, 2024 2:46 pm
Forum: Feature Requests and Wishlists
Topic: Delete PureBasic_Compilation0.exe after Run from the Temp file.
Replies: 10
Views: 551

Re: Delete PureBasic_Compilation0.exe after Run from the Temp file.

BarryG wrote: ↑Wed Mar 13, 2024 4:08 am You can't delete it while it's running (same for any file). This includes after being run from the Compiler tab. :wink: OpenWindow(0,0,0,150,60, "",#PB_Window_SystemMenu|#PB_Window_ScreenCentered) ButtonGadget(1,30,10,90,40, "Button_1") ;1...
by dcr3
Wed Mar 13, 2024 12:35 pm
Forum: Feature Requests and Wishlists
Topic: Delete PureBasic_Compilation0.exe after Run from the Temp file.
Replies: 10
Views: 551

Re: Delete PureBasic_Compilation0.exe after Run from the Temp file.

dcr3 wrote: Wed Feb 21, 2024 7:53 pm add deletion, of
the PureBasic_Compilation0.exe and of it's files, from the Temp file,
after Run on the Compiler tab
:mrgreen:
by dcr3
Wed Feb 21, 2024 7:53 pm
Forum: Feature Requests and Wishlists
Topic: Delete PureBasic_Compilation0.exe after Run from the Temp file.
Replies: 10
Views: 551

Delete PureBasic_Compilation0.exe after Run from the Temp file.

Hi.

On the next Beta Version, if there is one, can you add deletion, of
the PureBasic_Compilation0.exe and of it's files, from the Temp file,
after Run on the Compiler tab.
by dcr3
Fri Nov 24, 2023 8:59 pm
Forum: Tricks 'n' Tips
Topic: Object Theme Library (for Dark or Light Theme)
Replies: 44
Views: 4803

Re: Object Theme Library (for Dark or Light Theme)

I guess you don't need to be worried. :D I tried you module in three different laptops. Two of them the module works great, no issues. One, the laptop that has given me issues, the windows hasn't been updated for long time. that is Win10 64bit. So I replaced the hard drive,on this laptop with a clea...
by dcr3
Fri Nov 24, 2023 2:33 pm
Forum: Tricks 'n' Tips
Topic: Object Theme Library (for Dark or Light Theme)
Replies: 44
Views: 4803

Re: Object Theme Library (for Dark or Light Theme)

First time trying it, I haven't tried previous versions. So I can't comment on it.

On this version 1.3, It crashes on the 64bit, on the 32bit there is a stack overflow at line 1030.
by dcr3
Fri Nov 17, 2023 3:44 pm
Forum: Coding Questions
Topic: Underscore naming convention
Replies: 13
Views: 722

Re: Underscore naming convention

NicTheQuick wrote: Fri Nov 17, 2023 2:29 pm Everyone seems to have its own convention
:lol: :lol:
by dcr3
Sun Oct 15, 2023 10:48 pm
Forum: Coding Questions
Topic: Using 'FileSeek' and 'Inline ASM' in Memory?
Replies: 21
Views: 1305

Re: Using 'FileSeek' and 'Inline ASM' in Memory?

Best lock both post :mrgreen: .
by dcr3
Sun Oct 15, 2023 5:07 pm
Forum: Coding Questions
Topic: ; FindString #PB_String_NoCase Umlauts
Replies: 11
Views: 631

Re: ; FindString #PB_String_NoCase Umlauts

Please read the official unicode FAQs: Why does ß (U+00DF LATIN SMALL LETTER SHARP S) not uppercase to U+1E9E LATIN CAPITAL LETTER SHARP S by default? In standard German orthography, the sharp s (”ß”) used to be exclusively uppercased to a sequence of two capital S characters. This longstanding pra...
by dcr3
Sun Oct 15, 2023 4:37 pm
Forum: Coding Questions
Topic: ; FindString #PB_String_NoCase Umlauts
Replies: 11
Views: 631

Re: ; FindString #PB_String_NoCase Umlauts

The 723th "bug report" about FindString() without regard to the correct syntax. Congratulations! :mrgreen: Mistakes can happen, but still. Debug FindString("Groß","ẞ",1,#PB_String_NoCase) ; Unicode U+1E9E LATIN CAPITAL LETTER SHARP S Debug FindString("GROẞ",&...
by dcr3
Mon Oct 02, 2023 5:45 pm
Forum: Tricks 'n' Tips
Topic: SQUINT 3, Sparse Quad Union Indexed Nibble Trie
Replies: 35
Views: 3821

Re: SQUINT 3, Sparse Quad Union Indexed Nibble Trie

It is very rewarding to see you keep on tweaking, and make it compatible across the board. Excellent. :D As a side note, the example on the github, needs a small fix. [code Repeat PrintN("enter a key to search for of type quit to end") key = LCase(Input()) If key <> "quit" Or key...
by dcr3
Tue Aug 15, 2023 9:04 pm
Forum: Coding Questions
Topic: RTF not working on PureBasic 6.03 LTS beta 4?
Replies: 4
Views: 447

Re: RTF not working on PureBasic 6.03 LTS beta 4?

Axolotl wrote: Tue Aug 15, 2023 5:17 pm you have to send the TextMode before you send the text ...
Ok. Thank you. :oops:

I initially was trying to open a RTF file onto the EditorGadget, but couldn't figure out why it wasn't working.
by dcr3
Tue Aug 15, 2023 4:34 pm
Forum: Coding Questions
Topic: RTF not working on PureBasic 6.03 LTS beta 4?
Replies: 4
Views: 447

Re: RTF not working on PureBasic 6.03 LTS beta 4?

Check this ... viewtopic.php?t=81402 Ok . But it's still not working. Unless I am doing something wrong, :oops: Enumeration Window #Window_0 EndEnumeration Enumeration Gadgets #Edit_1 EndEnumeration Global AppQuit,t$ t$+"{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fc...
by dcr3
Tue Aug 15, 2023 1:26 pm
Forum: Coding Questions
Topic: RTF not working on PureBasic 6.03 LTS beta 4?
Replies: 4
Views: 447

RTF not working on PureBasic 6.03 LTS beta 4?

Hi.

RTF not working on PureBasic 6.03 LTS beta 4 on both versions.? :idea:
by dcr3
Fri Aug 11, 2023 11:55 am
Forum: Coding Questions
Topic: Is repo on the github updated with the lastest bug fixes.
Replies: 4
Views: 411

Re: Is repo on the github updated with the lastest bug fixes.

Fred wrote: Fri Aug 11, 2023 11:15 am we ship with 'onerror' activated for the beta version, that's probably why it's bigger
Ok. Thanks.