Message 1 of 6
use Form for mutiple drawings (setfocus)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i have a form that calls 2 iRules: sheetsize+ and sheetsize-
obviously to make sheet size bigger/smaller.
iRules and Form are stored in the drawing file itself for several reasons.
problem:
1. the Form opens when creating or opening drawing one. it works.
2. when creating or opening another drawing, the Form stays focussed on drawing one.
result:
the iRule does not seem to work when in drawing 2, but it runned the iRule still on drawing one.
question:
if and how can you set the focus of the Form to the drawing at hand? (without closing the form and reopen it, as I need to do now)