Hey Dave,

Was curious to know if you got this issue resolved?

The reason I asked -I'm working on a Multi-Select Grid thing, using code posted 
to Foxite - and I was just looking at the following set of code where the guy 
sets colors Different based upon the OS in use:
DO CASE       && Set colours according to OS
        CASE UPPER(OS(1)) = [WINDOWS 5.00] && Win 2K
                .SETALL([DynamicBackColor],;
                        "IIF(&lcSelected, RGB(10,36,106), RGB(255,255,255))",;
                        [Column])
        CASE UPPER(OS(1)) = [WINDOWS 5.01] && Win XP
                .SETALL([DynamicBackColor],;
                        "IIF(&lcSelected, RGB(49,106,197), RGB(255,255,255))",;
                        [Column])
        CASE UPPER(OS(1)) = [WINDOWS 6.00] && Vista
                .SETALL([DynamicBackColor],;
                        "IIF(&lcSelected, RGB(51,153,255), RGB(255,255,255))",;
                        [Column])
                CASE UPPER(OS(1)) = [WINDOWS 6.01] && Windows 7
                .SETALL([DynamicBackColor],;
                        "IIF(&lcSelected, RGB(51,153,255), RGB(255,255,255))",;
                        [Column])
ENDCASE
.SETALL([DynamicForeColor],; && All OS
        "IIF(&lcSelected, RGB(255,255,255), RGB(0,0,0))",;
        [Column])


Not sure if this helps w/your issue - but, thought I would post this follow-up.

Regards,
Kurt


-----Original Message-----
From: ProfoxTech [mailto:[email protected]] On Behalf Of Dave Crozier
Sent: Friday, January 29, 2016 9:41 AM
To: [email protected]
Subject: RE: VFP Colours in Development mode..

Yes,
Dev mode in the picture has run all the pre login setup stuff and the user 
specific stuff so I am beginning to look at the Themes as suggested as being 
the culprit.

Dave

-----Original Message-----
From: ProFox [mailto:[email protected]] On Behalf Of Stephen Russell
Sent: 29 January 2016 14:11
To: ProFox Email List <[email protected]>
Subject: Re: VFP Colours in Development mode..

In Dev mode are you just going to a specific application within a much larger 
system?  If so have you started in dev mode from the beginning?

On Fri, Jan 29, 2016 at 7:52 AM, Dave Crozier <[email protected]> wrote:

> Focus doesn't matter here as highlighting is set with visual 
> persistence and selecting the light blue row does nothing so it isn't that.
>
> Config.fpw is the same in dev as it is in the .exe - checked so not that!
>
> Runtime version same as dev version - checked so isn't that
>
> Themes - don't use themes and have them set off - but will check that 
> as a possible problem. Well spotted heads up Ted!
>
> Dave
>
> -----Original Message-----
> From: ProFox [mailto:[email protected]] On Behalf Of Tracy 
> Pearson
> Sent: 28 January 2016 16:06
> To: [email protected]
> Subject: RE: VFP Colours in Development mode..
>
> Dave Crozier wrote on 2016-01-28:
> >  Here is an example:
> >
> >  http://tinypic.com/r/2lu7t74/9
> >
> >  top of the screen in Dev mode and the bottom is the same program in
> compiled exe.
> >
> >  Dave
> >
>
> Dave,
>
> The focus isn't in the same place in that picture. Could that have 
> something to do with it?
>
> Are theme's enabled in one but not the other?
>
>
>
> Tracy Pearson
> PowerChurch Software
>
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/80838f1ca795b14ea1af48659f35166f272...@drexch02.corp.globetax.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to