Hello and thanks all
I need a GUI programmer to drag-n-drop components onto forms, set
their properties (like in MS Visual Studio) and then when the program
will run, I want the controls show/hide/disable, respond to events/not
to respond to events, respond to events in certain ways and all this
depending on the current user's permissions.
Certainly, it is possible to hardcode security checks in each set/get,
event and method.
My question is: is there some generic way to draw a GUI and then have
it behave based on a user's permissions without hardcoding the
security checks in each method?
Thomas Weidenfeller - 17 Nov 2004 15:49 GMT
> My question is: is there some generic way to draw a GUI and then have
> it behave based on a user's permissions without hardcoding the
> security checks in each method?
Guessing from the very sparse information you provide I would guess that
you want to have a look at Actions to control the state of GUI elements.
For checking permissions you will have to write your own code.
/Thomas