For Windows

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
TonyL
Posts: 24
Joined: Mon Aug 07, 2006 1:15 am

For Windows

Post by TonyL » Tue Aug 26, 2008 10:33 pm

Since I develop my applications for windows, I would like a native Windows Font Dialog Box to be available for my apps.

And also for fields I would like to see on mouse click right, a Windows edit menu. Undo/Redo, cut, copy, paste, etc.

I scripted one myself using pop-stack. What a pain in the butt it was. I lot of scripting for something that seems so simple.

Tony

Janschenkel
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 977
Joined: Sat Apr 08, 2006 7:47 am
Contact:

Post by Janschenkel » Wed Aug 27, 2008 5:50 am

Ah, but there is the crux: you are asking for a Windows-specific feature and Revolution aims to be cross-platform without the worries if feature X will work on another platform or not.

Granted, there are a few exceptions, such as the Windows-specific 'registry' command and functions - but overall the goal is to find the common ground between platforms.

In this particular case, Windows has a standard 'font' dialog box and MacOSX has one as well, but they may not share the same features. If there is such a standard dialog box on Linux, it may be GNOME-specific and they need to compensate for it not being there under KDE or an older GNOME version.

And then there's the fact that Revolution's cross-platform text engine may not support all the styles and options that are available in these dialogs. Which would in turn baffle the user if what he selects is not reflected on-screen.

But there's nothing stopping you from writing an external in C/C++ (or commissioning one) - and you may earn some extra cash by offering it to the rest of the developer community if they need such an animal.

Just my two cents,

Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com

keyless
Posts: 211
Joined: Wed Dec 12, 2007 11:21 pm

Re: For Windows

Post by keyless » Wed Aug 27, 2008 8:30 am

look in Revonline I know someone has made a pretty good Font Dialog box.


TonyL wrote:Since I develop my applications for windows, I would like a native Windows Font Dialog Box to be available for my apps.

And also for fields I would like to see on mouse click right, a Windows edit menu. Undo/Redo, cut, copy, paste, etc.

I scripted one myself using pop-stack. What a pain in the butt it was. I lot of scripting for something that seems so simple.

Tony

Garrett
Posts: 386
Joined: Sat Apr 08, 2006 8:15 am
Contact:

Post by Garrett » Wed Aug 27, 2008 6:13 pm

And not the one by me! It's not so good. Someone made a better one than the one I did, but I can't remember who it was at the moment.

Post Reply