>>>>>So in the open application handler I check the card version and make the
changes approprietly. But when I change the maximum with
MSG_GEN_VALUE_SET_MAXIMUM it effectively disables the slider. It doesn't grey
it out or anything, it just refuses to allow me to change the value.<<<<<
I have a little slider test applet and I tried changing the max value with
the SET_MAX message. On my first try I used _MakeWWFixed(31)_ as the
arguement and it worked fine. Then I tried it with just the 31 as the
arguement and it wouldn't work correctly. Could that be your problem?
GenValues generally take and return WWFixedAsDWord types for their various
arguements.
Hope this helps...
John ;-)