Search found 1362 matches

by Kiffi
Wed Aug 13, 2025 12:46 pm
Forum: Bugs - IDE
Topic: numeric string constants change type
Replies: 8
Views: 172

Re: numeric string constants change type

Confirmed. Mac Mini M4 (Sequoia)
by Kiffi
Wed Aug 13, 2025 12:56 am
Forum: Coding Questions
Topic: on Mac freezes clicks if his frequency is too high
Replies: 4
Views: 158

Re: on Mac freezes clicks if their frequency is too high

mk-soft wrote: Mon Aug 11, 2025 8:18 pm It's not freezing for me
not here either

@det_uio: Please do not rush to post in the bug forum, but first ensure that your own code is running without errors.
by Kiffi
Wed Aug 13, 2025 12:49 am
Forum: Bugs - Mac OSX
Topic: PB v6.xx - Wrong StatusBar Position with use ToolBar
Replies: 1
Views: 78

Re: PB v6.xx - Wrong StatusBar Position with use ToolBar

Confirmed (Mac Mini M4, Sequoia)

Ugly workaround until the bug is fixed:

Code: Select all

    ; Bind Events
    [...]
    
    ResizeWindow(0, #PB_Ignore, #PB_Ignore, WindowWidth(0) + 1, WindowHeight(0) + 1)
    
    ; Main Loop
    [...]
by Kiffi
Mon Aug 11, 2025 12:52 am
Forum: Feature Requests and Wishlists
Topic: Week number in a Year
Replies: 9
Views: 1807

Re: Week number in a Year

the.weavster wrote: Sun Aug 10, 2025 6:20 pm Don't forget SQLite date functions are available to you:

Code: Select all

SELECT strftime('%V', '2025-08-10') AS weekno
👍
by Kiffi
Thu Aug 07, 2025 8:41 pm
Forum: Coding Questions
Topic: [SOLVED] confusion with ReplaceString()
Replies: 9
Views: 320

Re: confusion with ReplaceString()

Code: Select all

Define string.s = "ABC time DEF GHIJK LM mtime NOP"
string = ReplaceString(string, "mtime", "082316")
Debug string
string = ReplaceString(string, "time", "2316")
Debug string
?
by Kiffi
Sun Aug 03, 2025 7:31 pm
Forum: Off Topic
Topic: Illustrating BASIC: A Book from 1977
Replies: 19
Views: 719

Re: Illustrating BASIC: A Book from 1977

Image

My edition is older :wink:
by Kiffi
Fri Aug 01, 2025 12:18 pm
Forum: Mac OSX
Topic: Console application just 'bounces' when run on Mac OSX 15.5
Replies: 2
Views: 97

Re: Console application just 'bounces' when run on Mac OSX 15.5

In "Compiler Options" set the "Executable format" to "Console":

Image
by Kiffi
Mon Jul 14, 2025 10:51 pm
Forum: Linux
Topic: Wrong Path? (was Bug? Not sure)
Replies: 5
Views: 249

Re: Wrong Path? (was Bug? Not sure)

<OT>

Two more hints (not only for you, RSrole):

1.: If you are not sure whether it is a bug or not, do not post it in the bug forum. If it turns out to be a bug, the moderators will promptly move it to the appropriate forum.

2.: Please use meaningful subjects in future.

Thank you

</OT>
by Kiffi
Wed Jul 09, 2025 9:16 am
Forum: Coding Questions
Topic: Webview and Javascript
Replies: 17
Views: 2377

Re: Webview and Javascript

JHPJHP wrote: Tue Jul 08, 2025 6:14 pmNote: [...]
Good idea! I have adapted my code accordingly.
by Kiffi
Tue Jul 08, 2025 4:49 pm
Forum: Coding Questions
Topic: Webview and Javascript
Replies: 17
Views: 2377

Re: Webview and Javascript

@vertexview:

Maybe you can do something with this code:
EnableExplicit

Enumeration
#Window
#WebViewGadget
#ButtonGadgetParis
#ButtonGadgetLondon
EndEnumeration

Define HTML.s= ~"<!DOCTYPE html> \n"+
~"<html lang='en'> \n"+
~"<head> \n"+
~"<meta charset='UTF-8'> \n"+
~"<title>Leaflet ...
by Kiffi
Wed Jul 02, 2025 2:13 pm
Forum: Bugs - IDE
Topic: V6.20 has several missing multilingual support
Replies: 4
Views: 2235

Re: V6.20 has several missing multilingual support

spikey wrote: Wed Jul 02, 2025 1:43 pm This is fixed in 6.21 but hasn't been marked complete.
i don't think so.

Here is a screenshot in German:

Image
by Kiffi
Fri Jun 13, 2025 7:20 am
Forum: Mac OSX
Topic: Console do not open on Mac OSX
Replies: 6
Views: 373

Re: Console do not open on Mac OSX

no problem here (Mac Mini M4 / Sequoia 15.5)

From the PB-Documentation:

OpenConsole()
PrintN("Waiting 5 secs before quit...")
Delay(5000)

If your program is intended to be a pure console application (i.e. not a GUI application which sometimes opens a console) then you must remember to set ...
by Kiffi
Mon Jun 09, 2025 12:04 am
Forum: Off Topic
Topic: Tsoding did a PB stream...
Replies: 46
Views: 10376

Re: Tsoding did a PB stream...

jacdelad wrote: Sun Jun 08, 2025 11:10 pmJust another video of someone talking about something he doesn't know anything about.
+1
by Kiffi
Mon Jun 09, 2025 12:02 am
Forum: General Discussion
Topic: canvas keycode weirdness
Replies: 8
Views: 771

Re: canvas keycode weirdness

On my system, MacOS 14.7.5, I get 44 for both of them which is ",".

same on my Mac Mini M4 Sequoia 15.5

This is strange and should be investigated. Until then, you can do the following:

To get text input for the gadget, it is better to watch for #PB_EventType_Input events and use the #PB ...
by Kiffi
Sat Jun 07, 2025 11:16 pm
Forum: General Discussion
Topic: IDE crashes when quitting with ⌘Q
Replies: 2
Views: 522

Re: IDE crashes when quitting with ⌘Q

no problem here

macos 15.5
PB 6.21 b 10
Mac Mini M4