[dabo-users] Mini-mac and my code

2011-01-22 Thread John Fabiani
Hi, I broke down an purchased a mini Mac. The first problem was trying to understand what was needed to get my Dabo code running. Called Ed and his advise was to stay away from MacPorts so I did. Installing wxPython and the modules I needed required that I set my environment to "export VERSI

Re: [dabo-users] Mini-mac and my code

2011-01-22 Thread Henning Hraban Ramm
Am 2011-01-22 um 20:31 schrieb John Fabiani: > The tabs are not tabs. dPageFrame with appended pages looks like a > bar across > the top with push buttons. Completely normal Mac UI, like it or not. > dButtons with with background colors do not > display the background color and strangely the

Re: [dabo-users] Mini-mac and my code

2011-01-22 Thread John Fabiani
On Saturday, January 22, 2011 11:48:47 am Henning Hraban Ramm wrote: > Am 2011-01-22 um 20:31 schrieb John Fabiani: > > The tabs are not tabs. dPageFrame with appended pages looks like a > > bar across > > the top with push buttons. > > Completely normal Mac UI, like it or not. > > > dButtons wi

Re: [dabo-users] Mini-mac and my code

2011-01-22 Thread Ed Leafe
On Jan 22, 2011, at 3:34 PM, John Fabiani wrote: > I understand the argument but I see many apps where the buttons have a > background color (even the OS dialogs). So as far as the buttons not > displaying the background colors correctly was a surprise. Can you name one such exampl

Re: [dabo-users] Mini-mac and my code

2011-01-22 Thread John Fabiani
On Saturday, January 22, 2011 01:34:36 pm Ed Leafe wrote: > On Jan 22, 2011, at 3:34 PM, John Fabiani wrote: > > I understand the argument but I see many apps where the buttons have a > > background color (even the OS dialogs). So as far as the buttons not > > displaying the background colors cor

Re: [dabo-users] Mini-mac and my code

2011-01-22 Thread John Fabiani
On Saturday, January 22, 2011 09:06:01 pm John Fabiani wrote: > On Saturday, January 22, 2011 01:34:36 pm Ed Leafe wrote: > > On Jan 22, 2011, at 3:34 PM, John Fabiani wrote: > > > I understand the argument but I see many apps where the buttons have a > > > background color (even the OS dialogs).

Re: [dabo-users] Mini-mac and my code

2011-01-23 Thread Ed Leafe
On Jan 23, 2011, at 12:06 AM, John Fabiani wrote: > Yes xTuple - has them and I assume the dialogs that appear are the ones from > the OS. I looked at one of their Mac videos, and all I saw were standard Mac buttons. > Also when I open a terminal and then use the control-Q (windows ke

Re: [dabo-users] Mini-mac and my code

2011-01-23 Thread John Fabiani
On Sunday, January 23, 2011 03:53:35 am Ed Leafe wrote: > On Jan 23, 2011, at 12:06 AM, John Fabiani wrote: > > Yes xTuple - has them and I assume the dialogs that appear are the ones > > from the OS. > > I looked at one of their Mac videos, and all I saw were standard Mac > buttons. > > >

Re: [dabo-users] Mini-mac and my code

2011-01-23 Thread John Fabiani
On Sunday, January 23, 2011 04:38:05 pm John Fabiani wrote: > On Sunday, January 23, 2011 03:53:35 am Ed Leafe wrote: > > On Jan 23, 2011, at 12:06 AM, John Fabiani wrote: > > > Yes xTuple - has them and I assume the dialogs that appear are the ones > > > from the OS. > > > > I looked at o

Re: [dabo-users] Mini-mac and my code

2011-01-23 Thread John Fabiani
On Sunday, January 23, 2011 04:59:44 pm John Fabiani wrote: > On Sunday, January 23, 2011 04:38:05 pm John Fabiani wrote: > > On Sunday, January 23, 2011 03:53:35 am Ed Leafe wrote: > > > On Jan 23, 2011, at 12:06 AM, John Fabiani wrote: > > > > Yes xTuple - has them and I assume the dialogs that a

Re: [dabo-users] Mini-mac and my code

2011-01-23 Thread Paul McNett
On 1/23/11 4:59 PM, John Fabiani wrote: > The above links is how it's done with Coca and OSx 10.4 or>. xTuple is using > QT and is using stylesheets: > button->setStyleSheet("* { background-color: rgb(255,125,100) }"); > > Of course that doesn't help us - it only provides proof that it works. Qt