Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Graphics appear poorly via published app

Status
Not open for further replies.

Luvsql

Technical User
Apr 3, 2003
1,179
CA
We have published Great Plains via citrix (are now on FR3 with latest client). The opening windows are bitmaps, but the application itself has many buttons that appear as blobs when viewed via published app (when I connect to the desktop published app, the app appears fine and graphics are much better). I looked at the published app settings and they appear to be the same and am using the same local ICA client, so those settings would be used for both of them.

Anyone of increasing the quality of graphics within a published app without completely slowing them down?
 
It is setup as High Colour (16bit) as are all the other applications.
 
What is the "DesiredColor" setting set to in your ICA file (when opened via any text edior)?

-- Jason
"It's Just Ones and Zeros
 
DesiredColor=0x0002

It seems that if I play around with the data compression setting on the local client, plays a part in how the graphics show. If I have this option turned off, won't it slow the application down emensely?
 
You're DesiredColor setting is a hex value???(0x0002)

Can you change it to "4" (without the quotes) and give it a shot?

SAMPLE ONLY

DesiredHRES=1024
DesiredVRES=768
DesiredColor=4

-- Jason
"It's Just Ones and Zeros
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top