Search found 1203 matches

by Paul
Thu Aug 28, 2025 8:39 pm
Forum: Coding Questions
Topic: Bug WebViewGadget With FrameGadget [resolved]
Replies: 8
Views: 783

Re: Bug WebViewGadget With FrameGadget [resolved]

I have to disagree with this one.
The FrameGadget only overlaps if you put another Gadget over the outside frame that is drawn.
The center of the FrameGadget is hollow (so to speak) so nothing overlaps in the center.

What makes no sense is why the WebViewGadget seems to be the only Gadget that acts ...
by Paul
Thu Aug 28, 2025 6:57 pm
Forum: Coding Questions
Topic: Bug WebViewGadget With FrameGadget [resolved]
Replies: 8
Views: 783

Re: Bug WebViewGadget With FrameGadget [resolved]

Or just draw the FrameGadget last...
OpenWindow(0, 100, 100, 400, 400, "Hello", #PB_Window_SystemMenu)
WebViewGadget(1, 30, 40, 345, 100)
FrameGadget(0,15,15,370,200,"Bug with Frame gadget")
SetGadgetText(1, "file://" + #PB_Compiler_Home + "examples/sources/Data/WebView/webview.html")

Repeat ...
by Paul
Mon Aug 25, 2025 10:07 pm
Forum: Coding Questions
Topic: Window goes to maximum after monitor turned off and on again
Replies: 10
Views: 949

Re: Window goes to maximum after monitor turned off and on again

Ya, pretty sure it's not suppose to do that since no other apps that are open "auto maximize" when monitor is power cycled.

Just a note... depending on the compiler version I use, older versions will cause the window to get smaller and smaller (instead of maximizing) every time the monitor is power ...
by Paul
Wed Apr 23, 2025 10:46 pm
Forum: Coding Questions
Topic: MessageRequester Positioning
Replies: 8
Views: 958

Re: MessageRequester Positioning

So what is the purpose of ...

March 27, 2024 : Version 6.10 LTS
Added - Parent window support to all requesters

I would have assumed if Parent ID flag is used the MessageRequester would appear centered with the Parent instead of the Screen.
by Paul
Thu Mar 27, 2025 12:55 am
Forum: Coding Questions
Topic: Image not showing in window with ImageGadget
Replies: 5
Views: 283

Re: Image not showing in window with ImageGadget

UsePNGImageDecoder() ??
by Paul
Thu Mar 06, 2025 1:23 am
Forum: Coding Questions
Topic: Typing Menu Letter into StringGadget.
Replies: 8
Views: 682

Re: Typing Menu Letter into StringGadget.

When Space is pressed a menu event is triggered
When W is press a menu event is triggered

If you are typing in the StringGadget you don't want a menu event to trigger, you want Space or W to display in the StringGadget which is why you would remove the keyboard shortcut for Space and W when the ...
by Paul
Thu Mar 06, 2025 12:42 am
Forum: Coding Questions
Topic: Typing Menu Letter into StringGadget.
Replies: 8
Views: 682

Re: Typing Menu Letter into StringGadget.

BarryG wrote: Tue Mar 04, 2025 10:08 pm Rashad, I can still type "w" into the StringGadget with your code (but not Space).
You would have to add/remove "space" as well if you want "space" to work :wink:
by Paul
Wed Feb 12, 2025 11:58 pm
Forum: General Discussion
Topic: Website incredibly slow?
Replies: 78
Views: 19317

Re: Website incredibly slow?

Yes... INCREDIBLY ... slow :cry:

It's also forgetting who I am and making me log in again every few sessions.
by Paul
Wed Feb 12, 2025 12:19 am
Forum: The PureBasic Editor
Topic: Please insert hardcopy in the PB IDE
Replies: 13
Views: 3328

Re: Please insert hardcopy in the PB IDE

Skipper wrote: Tue Feb 11, 2025 11:35 pm Trying to get it to work on Win11 with PB6.2b4 failed. Nothing happens when pressing CTRL-P, the same when running it as administrator.
Works fine here using that Windows/PureBasic setup.
Sounds like you didn't view the ReadMe.txt file and set things up correctly under Configure Tools?
by Paul
Fri Feb 07, 2025 8:19 pm
Forum: The PureBasic Editor
Topic: Please insert hardcopy in the PB IDE
Replies: 13
Views: 3328

Re: Please insert hardcopy in the PB IDE

This was made about 16 years ago as an "add-on" tool for the PureBasic IDE and I still use it today.
A simple CTRL-P in the IDE and source is sent to the Printer or a PDF.

https://www.reelmedia.org/pureproject/a ... rdcopy.zip
by Paul
Fri Jan 31, 2025 6:30 pm
Forum: General Discussion
Topic: PB6.20B4 - Windows - How to use self signed cert with HTTPRequest?
Replies: 2
Views: 2447

Re: PB6.20B4 - Windows - How to use self signed cert with HTTPRequest?

Did you look at the optional flags for HTTPRequest() command?
by Paul
Thu Jan 30, 2025 11:21 pm
Forum: Feature Requests and Wishlists
Topic: Implement #Embed to speed up C compilation when including binaries.
Replies: 11
Views: 6586

Re: Implement #Embed to speed up C compilation when including binaries.


I don't see any issue on windows 11 with c backend, it's almost instantaneous, could it be that you have limited ram and it's thrashing the the page file?


Doesn't matter what PC I use here or how powerful, the C backend compile time is slow.
The ASM backend is almost instant and always has ...
by Paul
Mon Jan 27, 2025 10:04 pm
Forum: Coding Questions
Topic: Why is this code now broken in v6.12?
Replies: 24
Views: 5325

Re: Why is this code now broken in v6.12?

Randy Walker wrote: Mon Jan 27, 2025 9:17 pm
idle wrote: Mon Jan 27, 2025 6:25 am use sizeof(integer)
Tried it and got Line 2: syntax error:

Code: Select all

a.i = 42
Debug SizeOf(a.i)
If you formatted like this you would get the result of 8 when compiled as 64bit or 4 as 32bit

Code: Select all

a.i=42
Debug SizeOf(a)
by Paul
Fri Jan 24, 2025 8:35 pm
Forum: Coding Questions
Topic: Is it currently possible to add ssl to tcp socket connections?
Replies: 19
Views: 6621

Re: Is it currently possible to add ssl to tcp socket connections?

You are not creating the key/cert string in the format Fred shows in his example.
( #LF$ missing in the appropriate places)
by Paul
Wed Jan 22, 2025 5:13 am
Forum: Tricks 'n' Tips
Topic: Abstract rotation with color
Replies: 11
Views: 2659

Re: Abstract rotation with color

Kinda cool. Still has some that are to dark to see or don't do to much.

Here's a video for guys like SPH that don't seem to have a very good graphic card :lol:
https://youtu.be/wQf9_EGDzuk