Search found 457 matches

by bbanelli
Thu Dec 26, 2013 10:26 pm
Forum: Mac OSX
Topic: Issue with WebGadget in Maverick related to cookies
Replies: 3
Views: 1580

Issue with WebGadget in Maverick related to cookies

Greetings, first of all, Merry Christmas! This is not entirely related strictly to PureBasic, but has its repercussions, so here it is - there's a small issue regarding settings of WebGadget in Maverick. Cookies are blocked by default in Safari and they need to be enabled manually, FWIW. http://i44....
by bbanelli
Wed Nov 20, 2013 8:36 am
Forum: Mac OSX
Topic: Downloading files from WebGadget
Replies: 5
Views: 1986

Re: Downloading files from WebGadget

Maybe this helps ? http://www.purebasic.fr/english/viewtopic.php?p=407705#p407705 Yes, I've came across that thread and am in process of finishing download manager (or at least the ability to easily download files from WebGadget in Mac OS X). As I've said, will be posting code once I get it to work...
by bbanelli
Tue Nov 19, 2013 11:10 pm
Forum: Mac OSX
Topic: Downloading files from WebGadget
Replies: 5
Views: 1986

Re: Downloading files from WebGadget

No one? Link is not even obtainable via GetGadgetText() function, since it seems that browser simply ignores it. I would have used some sort of navigation callback for clicked link to catch it and create my own download manager, but it works nor on OS X, neither on Linux. Is there really no way to d...
by bbanelli
Thu Nov 14, 2013 8:39 pm
Forum: Mac OSX
Topic: Downloading files from WebGadget
Replies: 5
Views: 1986

Re: Downloading files from WebGadget

The same issue is reproducible on Linux as well.
by bbanelli
Wed Nov 13, 2013 11:26 pm
Forum: Mac OSX
Topic: Downloading files from WebGadget
Replies: 5
Views: 1986

Downloading files from WebGadget

Greetings, I have a very simple issue - if I try downloading something from WebGadget (that is, page that loads within it) from Windows, I get "Save file" dialogue and am offered to do so. However, on OSX, clicking on a link that leads to a file (on the same page that works in Windows) pro...
by bbanelli
Tue Nov 05, 2013 12:29 pm
Forum: Mac OSX
Topic: OSX Icon issue
Replies: 2
Views: 1520

Re: [PB5.2] OSX Icon issue

Greetings Fred, You need to use icons in the ".icns" apple format, and it should work (you can browse the PureBasic.app and look in the Resource folder). I added a note in the documentation as it's not that obvious. edit: it's already in the OS X doc :). I will change it a bit so it will b...
by bbanelli
Mon Nov 04, 2013 7:03 pm
Forum: Mac OSX
Topic: OSX Icon issue
Replies: 2
Views: 1520

OSX Icon issue

Greetings,

I have a very simple issue - regardless if I choose .ico or .png icon for my OS X application (in compiler options), they still show like this:

http://i44.tinypic.com/2uh5l3p.jpg

Any clue why? OS X 10.8, PB 5.2LTS.

Thanks in advance!