making cards look like native mac screens

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
jalz
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 340
Joined: Fri Sep 12, 2008 11:04 pm

making cards look like native mac screens

Post by jalz » Sun Apr 22, 2012 8:34 pm

Hi Guys,

I'm developing my database solution and trying out lots of code samples which Im hopefully going to implement in the final version of my app. One of the things I want to do, is make my app look as native as possible for the Mac (nice grey gradient with a search bar on the right in a rounded field). Is there a tutorial or some graphics I can use to achieve this. I'm guessing it might be the skinning approach I need to be looking at?

Thanks
Jalz

shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: making cards look like native mac screens

Post by shaosean » Sun Apr 22, 2012 8:59 pm

I do not usually like to toot my own horn, but take a look here for the toolbar you are asking about (sorry, no rounded search field yet)..

One of the biggest things that I do to help make an app look a little more Mac OS X native is to set the textSize of the mainStack to 13 (the textFont will default to the system font).. Just this simple step really seems to help a bunch.. Use textSize 11 for smaller text as required by the Mac OS X HIG.

jalz
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 340
Joined: Fri Sep 12, 2008 11:04 pm

Re: making cards look like native mac screens

Post by jalz » Sun Apr 22, 2012 9:16 pm

Thanks,

That looks interesting, I've bookmarked your thread ;)

Post Reply