From: Rogers, J. <rog...@oc...> - 2002-07-15 13:09:53
|
Scott, It dosnt seem like anyone has answered you yet, so here goes, 1) define Textfield, or label colour. -foreground =3D>[ 0, 0, 255] , -background =3D>[0,255,0], 0 to 255 red,green,blue 2) you can get the handle with -handle eg $handle=3D$winMain->lblname()->{-handle}); JohnR From: Scott Wildenberg <wilden@vo...>=20 textfield prompt color =20 2002-07-10 07:14 =20 =20 =20 How would I set the background color for a textfield prompt label or = in a checkbox label? I can see how I might be able to set it if I could get = the handle for that label, but I can't figure out how I would do that = either. Is there a way to get the handle for a control that you have a name = for but that you don't have a reference for? ##############################################################=20 Disclaimer=20 If this e-mail has been sent to you in error, please notify=20 Oc=E9-Australia Limited immediately and delete this e-mail from=20 your system.=20 Any views expressed in this e-mail are those of the individual=20 sender and may not necessarily reflect the views of=20 Oc=E9-Australia Limited.=20 ############################################################## |