Search found 204 matches

by Ajm
Mon Dec 10, 2018 9:49 pm
Forum: The PureBasic Editor
Topic: Purebasic 5.70 Beta 4 on Windows 10 Pro, Surface Book HDPI
Replies: 3
Views: 3400

Purebasic 5.70 Beta 4 on Windows 10 Pro, Surface Book HDPI

Hi, With the latest beta version of 5.70 and the DPI aware setting, all toolbars are still displaying small icons in built apps. This also happens in the Purebasic IDE. My screen resolution is 3000 x 2000 at 200% scaling and the IDE looks like this:- https://www.dbunix.co.uk/PbIDE.png Currently I ha...
by Ajm
Sun Dec 09, 2018 7:28 pm
Forum: Coding Questions
Topic: RE: New UseMySQLDatabase() in 5.70
Replies: 6
Views: 1132

Re: RE: New UseMySQLDatabase() in 5.70

Mysql is not a file based database like SQLite. You will need to issue a create database statement in the same way you issue create table statements. e. g CREATE DATABASE test

Regards

Andy
by Ajm
Fri Dec 07, 2018 9:31 am
Forum: Mac OSX
Topic: How to use external tool?
Replies: 5
Views: 1940

Re: How to use external tool?

You need the command line to point to the executable within the .app bundle.

Regards

Andy
by Ajm
Wed Nov 21, 2018 8:18 pm
Forum: General Discussion
Topic: chilkat library users?
Replies: 8
Views: 3214

Re: chilkat library users?

I have used it to write a small imap utility that I needed for some work I was doing. It worked really well and the author is very responsive with any questions and bug fixes.

For me the cost paid for itself in the ease of use and the time I saved.

Regards

Andy
by Ajm
Wed Oct 10, 2018 10:16 pm
Forum: Feature Requests and Wishlists
Topic: Full path in Recent Projects
Replies: 7
Views: 2313

Re: Full path in Recent Projects

+1 for me too. Gets hard to distinguish between my real source and my backups.

Regards

Andy
by Ajm
Sat Jun 02, 2018 6:23 am
Forum: Announcement
Topic: PureBasic 5.70 LTS is out !
Replies: 252
Views: 134285

Re: PureBasic 5.70 LTS beta 1 is out !

Here is some more info regarding the Qt subsystem: We have introduced this subsystem because there are a number of problems with the Gtk3 subsystem which are rooted in deep differences between the PB and Gtk philosophy and therefore cannot be fixed easily. Qt is much more "PB friendly" as...
by Ajm
Mon Feb 19, 2018 6:35 pm
Forum: General Discussion
Topic: PureBasic and the Future
Replies: 20
Views: 6871

Re: PureBasic and the Future

+1

Sent from my SM-G935F using Tapatalk
by Ajm
Wed Feb 07, 2018 1:30 pm
Forum: Feature Requests and Wishlists
Topic: Would be good if PureBasic change is name?
Replies: 93
Views: 17632

Re: Does Purebasic should change its name ?

There is a stigma associated with using Purebasic in the business world, purely because of the word basic. I have written a handful of different tools for clients in both Purebasic and Xojo as I have a license for both. It's not until they have seen the difference in the file size produced and the s...
by Ajm
Fri Jan 19, 2018 3:16 pm
Forum: Coding Questions
Topic: [Done] COMMate: a method requires a method as parameter
Replies: 3
Views: 840

Re: COMMate problem: a method requires a method as parameter

Hi Infratec,

Just a guess but do you need to pass in the oAdresseTable COMateObject to the InitDB.

So possibly something like:-

Code: Select all

oDokument\Invoke("InitDB(" + Str(oAddressTable) + "As COMateObject )")
by Ajm
Fri Jan 19, 2018 3:06 pm
Forum: Off Topic
Topic: Addiction Video
Replies: 4
Views: 1723

Re: Addiction Video

Wow very impressive. :shock:
by Ajm
Wed Jan 10, 2018 4:27 pm
Forum: Announcement
Topic: Happy new year !
Replies: 60
Views: 76690

Re: Happy new year !

Happy New Year to everyone here.
by Ajm
Mon Aug 14, 2017 11:43 am
Forum: Announcement
Topic: PureBasic 5.45 LTS final is out !
Replies: 37
Views: 16123

Re: PureBasic 5.45 LTS final is out !

Thanks Fred & PB Team.
by Ajm
Wed Jul 12, 2017 9:40 am
Forum: Tricks 'n' Tips
Topic: MS-Word from PB with COM Interface
Replies: 46
Views: 29956

Re: MS-Word from PB with COM Interface

Sorry I should have posted back to say I've now got a copy curtesy of mk-soft.

Thanks anyway.
by Ajm
Tue Jul 11, 2017 3:50 pm
Forum: Bugs - IDE
Topic: [IDE] 'Find previous' sends Editor into an infinite loop
Replies: 5
Views: 2606

Re: [IDE] 'Find previous' sends Editor into an infinite loop

I'm also unable to reproduce this error on Windows 10 Pro V 1703 using both 64 and 32bit IDE.