28 Posts

February 7th, 2011 20:00

Caleb,

- The correct property is "AutoReconnection".
- There is no "EnableAutoReconnect" property.

-Adam

228 Posts

February 1st, 2011 08:00

Hi Caleb,

I cannot see why your script would have a problem with the AutoReconnect option, this is a valid configuration property.

I do see one in the list above that may not be correct, I believe that 'EnableBitmapAcceleration' should be changed to 'EnableBitmapCaching'

Regards

David

1 Rookie

 • 

90 Posts

February 7th, 2011 08:00

Hi,

I've tried;

m_oClient.AutoReconnect = False

m_oClient.AutoReconnect = 0

m_oClient.EnableAutoReconnect = False

m_oClient.EnableAutoReconnect = 0

and these all error the script with:

Object doesn't support this property or method

Any thoughts?

1 Rookie

 • 

90 Posts

February 8th, 2011 08:00

Thanks Adam... seems to work a treat now.

101 Posts

February 9th, 2011 09:00

Hi David,

When scripting against PNLLM.Client, EnableBitmapAcceleration is the correct property for enabling Graphics Acceleration.

Paul

No Events found!

Top