Search found 19 matches

by devulder
Thu Oct 16, 2025 8:51 am
Forum: Announcement
Topic: mxLib new gui library [macOS silicon]
Replies: 4
Views: 1324

Re: mxLib new gui library [macOS silicon]

Hi,
Thanks for the precision
by devulder
Thu Oct 16, 2025 7:24 am
Forum: Announcement
Topic: mxLib new gui library [macOS silicon]
Replies: 4
Views: 1324

Re: mxLib new gui library [macOS silicon]

Hi,

Strange,

I have check the mlx.lib and are correctly codesigned

Open Terminal, "codesign -dv --verbose=4 mx.lib"

I wait for see the problem is just for you or for all :)

Thanks,
by devulder
Wed Oct 15, 2025 8:39 pm
Forum: Announcement
Topic: mxLib new gui library [macOS silicon]
Replies: 4
Views: 1324

mxLib new gui library [macOS silicon]

Hi All,

I'm develop mx lib, it's a alternative gui library for PureBasic macOS [Apple silicon]

Why ?

She add more controls (map, token, search, token, popover)

More notifications and customisation of standard controls, better menu

You can test the demo

Read the readme file for information of ...
by devulder
Thu Sep 25, 2025 7:21 am
Forum: Bugs - IDE
Topic: Bug IDE [call the menu item "Compiler / Syntax Check]
Replies: 3
Views: 1160

Re: Bug IDE

Hi,
Sorry for my error!
Use better information text in future.
by devulder
Wed Sep 24, 2025 9:10 am
Forum: Applications - Feedback and Discussion
Topic: [Module] ButtonEx (all OS)
Replies: 43
Views: 37649

Re: [Module] ButtonEx (all OS)

Hi,
on MacOS a bug in DropDown button
The popup menu doesn't display in correct location
by devulder
Tue Sep 23, 2025 9:51 am
Forum: Bugs - IDE
Topic: Bug IDE [call the menu item "Compiler / Syntax Check]
Replies: 3
Views: 1160

Bug IDE [call the menu item "Compiler / Syntax Check]

on MacOS
When you call the menu item "Compiler / Syntax Check"
The main window lost the focus
Need to click to reactivate
by devulder
Tue Sep 09, 2025 12:38 pm
Forum: Bugs - IDE
Topic: Bug Editor in MacOS ?
Replies: 2
Views: 1504

Re: Bug Editor in MacOS ?

Hi Piero,
Thanks for your reply, i look this!
by devulder
Sat Sep 06, 2025 9:05 am
Forum: Bugs - IDE
Topic: Bug Editor in MacOS ?
Replies: 2
Views: 1504

Bug Editor in MacOS ?

Hi All,
I can't hit the character "|" in editor
French keyboard, shortcut are [shift + option + L]
Bug or limitation ?
Thanks,
by devulder
Sun Aug 03, 2025 7:02 pm
Forum: Mac OSX
Topic: Objective-C method not found by pb
Replies: 2
Views: 1450

Re: Objective-C method not found by pb

Hi,
Thanks, i look this
by devulder
Sun Aug 03, 2025 7:18 am
Forum: Mac OSX
Topic: Objective-C method not found by pb
Replies: 2
Views: 1450

Objective-C method not found by pb

Hi All,
I try to create with Xcode a dynamic library (objective-c .mm file) for use with pb.

extern "C" {

void openRequester(void);

}

void
openRequester(void)
{
}

Compilation are ok,

When i use ImportC, loading lib are OK but
pb fails always for find correct method signature for method ...
by devulder
Sat Jan 11, 2014 11:15 am
Forum: Mac OSX
Topic: [PB Cocoa] Cocoa companion library
Replies: 93
Views: 44789

Re: [PB Cocoa] Cocoa companion library

thanks,
by devulder
Sat Jan 11, 2014 1:18 am
Forum: Mac OSX
Topic: [PB Cocoa] Cocoa companion library
Replies: 93
Views: 44789

Re: [PB Cocoa] Cocoa companion library

A lib to work with the Cocoa version of PureBasic.
The lib supports both x86 and x64. PPC is not supported.

x86 / x64 static library archive : http://www.waterlijn.info/pb/cocoa/libPBCocoa.zip
help file : http://www.waterlijn.info/pb/cocoa/help.zip
source : http://www.waterlijn.info/pb/cocoa ...
by devulder
Thu Apr 25, 2013 11:50 pm
Forum: Off Topic
Topic: Which is the most popular BASIC dialect now.?
Replies: 28
Views: 8557

Re: Which is the most popular BASIC dialect now.?

skywalk wrote:
the.weavster wrote:
RealBasic was renamed Real Studio back in 2010.
Thoroughly scientifically significantly corrected :mrgreen:
RealStudio change the name to Xojo Inc (the 4 june 2013)

http://www.xojo.com/
by devulder
Sun Aug 26, 2012 11:51 pm
Forum: Coding Questions
Topic: ImportC bug
Replies: 1
Views: 1292

ImportC bug

Hi,

ImportC search library only on "/usr/local/lib" directory

if you set a absolute path, the program crash !
by devulder
Wed Feb 02, 2011 10:53 pm
Forum: Mac OSX
Topic: mouse events for cocoa event handling guide
Replies: 9
Views: 6409

Re: mouse events for cocoa event handling guide

Thanks for all testers,

I have many many bugs :wink:

I contact in private for next version.