Black Screen within grids

Black Screen within grids

Postby byron.hopp » Fri Aug 24, 2018 8:01 pm

I asked often about this problem, and as I have found in the past, if I don't get many answers it must pretty unique.
I found a solution to the black screen problem on some workstations, and it was the way we handled bitmaps.

// Declare
LOCAL bTagOn := LoadBitMap( GetResources(),"CHECK4" ) // single red check mark
LOCAL bTagOff := LoadBitMap( GetResources(),"CHECK5" ) // blank grey screen

// TC Browse Columns

ADD COLUMN TO oBRW2 DATA if( lLogicalVar,bTagOn,bTagOff ) HEADER "Include" BITMAP SIZE 50 ALIGN CENTER

We run into the problem with the black screen on a Dell OPTEPLEX 7050 when we did the following.

ADD COLUMN TO oBRW2 DATA if( lLogicalVar,bTagOn,"" ) HEADER "Include" BITMAP SIZE 50 ALIGN CENTER

Having the empty string passed to the browse column for a bitmap did not work well on the Dell, worked everywhere else.

Thanks,

Byron ...
Thanks,
Byron Hopp
Matrix Computer Services
byron.hopp
 
Posts: 372
Joined: Sun Nov 06, 2005 3:55 pm
Location: Southern California, USA

Re: Black Screen within grids

Postby Antonio Linares » Mon Aug 27, 2018 8:10 am

Byron,

thanks for sharing it
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41858
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 65 guests