Search found 855 matches

by USCode
Sun Dec 17, 2023 12:08 am
Forum: Mac OSX
Topic: Movie library demo doesn't work on Mac?
Replies: 14
Views: 4522

Re: Movie library demo doesn't work on Mac?

Thanks dseven. At least it is moving in the right direction, albeit slowly, which is too bad given the Mac is a great platform but maybe just not enough Mac PB users to justify the effort.
by USCode
Sat Dec 02, 2023 12:17 am
Forum: Mac OSX
Topic: Movie library demo doesn't work on Mac?
Replies: 14
Views: 4522

Re: Movie library demo doesn't work on Mac?

I pop in here occasionally to see how things are going -- How's the overall Mac OS integration support from PureBasic these days?
by USCode
Thu May 12, 2022 9:29 pm
Forum: Mac OSX
Topic: Movie library demo doesn't work on Mac?
Replies: 14
Views: 4522

Re: Movie library demo doesn't work on Mac?

Upgraded the Movie library on OS X to support modern OS X version
https://www.purebasic.fr/english/viewto ... 10#p583910

Haven't tried it yet, but maybe this change in version 6.0 will better address the Movie Library issues on OSX ... :?:
by USCode
Sat Feb 05, 2022 10:04 pm
Forum: Feature Requests and Wishlists
Topic: Implement a full SSL/TLS library
Replies: 65
Views: 9515

Re: Implement a full SSL/TLS library

Maybe a fundraiser to sponsor Fred to do the development work and add it to PB?
Maybe he's too busy? :mrgreen:
by USCode
Fri Feb 04, 2022 10:53 pm
Forum: Mac OSX
Topic: Movie library demo doesn't work on Mac?
Replies: 14
Views: 4522

Re: Movie library demo doesn't work on Mac?

Does the new upcoming PB version 6.0 address any of these issues with PB on macOS?
by USCode
Fri Nov 12, 2021 5:37 am
Forum: Mac OSX
Topic: Movie library demo doesn't work on Mac?
Replies: 14
Views: 4522

Re: Movie library demo doesn't work on Mac?

Thanks deseven,
I’ve been away from PB for quite some time, but had an idea I wanted to implement in PB.
Unfortunately I guess the state of PB on the Mac precludes that. :(
by USCode
Wed Nov 10, 2021 5:43 pm
Forum: Mac OSX
Topic: Movie library demo doesn't work on Mac?
Replies: 14
Views: 4522

Re: Movie library demo doesn't work on Mac?

Just so I understand correctly, for up-to-date systems, the Movie library hasn't worked on the Mac since 2019??
If so, should the documentation be updated from "All" to "Windows, Linux" until it is fixed?

Are there other PB libraries in a similar predicament? :?:
by USCode
Tue Nov 09, 2021 7:17 pm
Forum: Mac OSX
Topic: Movie library demo doesn't work on Mac?
Replies: 14
Views: 4522

Movie library demo doesn't work on Mac?

Does the Movie library demo code work for anyone on their Mac? I have mp4 movies (made with iMovie) that run fine with QuickTime on my Mac, but this code fails at LoadMovie: If InitMovie() = 0 MessageRequester("Error", "Can't initialize movie playback !", 0) End EndIf MovieName$ ...
by USCode
Fri Nov 05, 2021 1:41 am
Forum: General Discussion
Topic: New PB for 2021?
Replies: 3
Views: 1972

Re: New PB for 2021?

Thanks Tenaja! Looks interesting!
https://www.purebasic.fr/blog/

I see in my user account that a PB 6.0 Alpha for Windows is available ... nice! :mrgreen:
by USCode
Fri Nov 05, 2021 12:38 am
Forum: General Discussion
Topic: New PB for 2021?
Replies: 3
Views: 1972

New PB for 2021?

Just curious if a new PB version is planned for 2021?
Thanks!
by USCode
Thu Aug 29, 2019 12:29 am
Forum: Announcement
Topic: PureBasic 5.71 LTS is out !
Replies: 86
Views: 60792

Re: PureBasic 5.71 LTS is out !

Fred wrote:Final version is out, thank you a lot for testing !
Does the News page need to be updated with this version? https://www.purebasic.com/news.php
:)
by USCode
Tue Feb 06, 2018 2:45 am
Forum: Announcement
Topic: PureBasic 5.62 released !
Replies: 59
Views: 35066

Re: PureBasic 5.62 released !

Code: Select all

- Changed DatabaseColumIndex() to be case insensitive
Typo? Should of course be "DatabaseColumnIndex()". :D
by USCode
Fri Nov 17, 2017 11:32 pm
Forum: General Discussion
Topic: CreateToolBar Bug on macOS
Replies: 4
Views: 1998

Re: CreateToolBar Bug on macOS

Seems to compile and run OK on my Mini running High Sierra 10.13.1. What's the bug?
by USCode
Fri Nov 10, 2017 7:08 pm
Forum: Tricks 'n' Tips
Topic: [Module] GridExModule.pbi
Replies: 71
Views: 31836

Re: [Module] GridExModule.pbi

Is this expected to work on the Mac?
Using PB 5.61 x64, getting an "Invalid memory access" error on line 5603:

Code: Select all

Grid(gid$)\Rows(r)\Height = Size\Rows(r)
by USCode
Tue Nov 07, 2017 12:09 am
Forum: Coding Questions
Topic: Hierarchical Tree/Organization Chart recommendations
Replies: 6
Views: 2444

Re: Hierarchical Tree/Organization Chart recommendations

Thanks Olliv, I was actually asking about building something generally like this: https://d2slcw3kip6qmk.cloudfront.net/marketing/blogs/chart/4-online-tools-planning-family-reunion/family_reunion_sample_chart-720x487.png I think a canvas gadget with other gadgets as the nodes seems to be the way to ...