Search found 7 matches

by reddon
Fri Sep 12, 2014 11:41 pm
Forum: Feature Requests and Wishlists
Topic: WebGadget very old with IE 4.0 ActiveX
Replies: 6
Views: 4371

Re: WebGadget very old with IE 4.0 ActiveX

I've been looking on different threads (incl. the given http://www.purebasic.fr/english/viewtopic.php?f=13&t=51964&hilit=Feature_Browser_Emulation) in this forum with great posts about how to use the latest IE version. Best post was to change the registry key. But I've found a better way. Just ...
by reddon
Wed Jul 23, 2014 1:36 pm
Forum: Mac OSX
Topic: WebGadget will not display image
Replies: 1
Views: 1720

Re: WebGadget will not display image

Had to save the Html I in a file and then set the URL for the webgadget :-/
by reddon
Mon Jul 21, 2014 10:41 am
Forum: Mac OSX
Topic: RunProgram will not open a file
Replies: 2
Views: 1681

Re: RunProgram will not open a file

Thank you very much :D
by reddon
Mon Jul 21, 2014 12:03 am
Forum: Mac OSX
Topic: WebGadget will not display image
Replies: 1
Views: 1720

WebGadget will not display image

Hi all,

I can't get the WebGadget to display image. The image(s) will only get displayed if the HTML code is saved as a file and I load the code as an url, like:
OpenWindow(0, 5, 5, 500, 500, "")
WebGadget(0, 5, 5, 490, 490, "file:///Users/Mac/Desktop/file.html")


And file.html contains:
<img ...
by reddon
Sun Jul 20, 2014 11:54 pm
Forum: Mac OSX
Topic: RunProgram will not open a file
Replies: 2
Views: 1681

RunProgram will not open a file

Hi all,

The RunProgram function will not open a file. The functions returns zero.

Please see the code:

Code: Select all

Debug RunProgram("/Users/Mac/MyApp/Folder/TestPic.bmp")
I've tried just to open the file through finder which worked!
by reddon
Mon Mar 24, 2014 8:08 pm
Forum: Coding Questions
Topic: Changing window flags
Replies: 4
Views: 925

Re: Changing window flags

Thank you so much.

I will use WindowBounds(W, WindowWidth(W), WindowHeight(W), WindowWidth(W), WindowHeight(W)) in Mac. I don't have a Mac next to me. But do you think it might work?
by reddon
Mon Mar 24, 2014 4:54 pm
Forum: Coding Questions
Topic: Changing window flags
Replies: 4
Views: 925

Changing window flags

Hi all,

Is it possible to change the window's flags? Actually I want to inhibit/disable #PB_Window_SizeGadget and #PB_Window_MaximizeGadget.

Thanks in advance.