Search the Community
Showing results for tags 'within'.
-
;This is the Frame hierarchy I'm dealing with ;I want the last frame on the end with the asterisks ;Frame ; Frameset ; Frame ; Frame ; Frame ; Frameset ; Frameset ; Frame* $oFrame = _IEFrameGetCollection($oIE) $oFrameset = _IEFrameGetCollection($oFrame, 0) $oFrameset2 = _IEFrameGetCollection($oFrameset, 3) $oFrame2 = _IEFrameGetCollection($oFrameset2, 1)I'm after $oFrame2 because that's where the Input tags are that I need to set the values. But when I do an: _IEIsFrameset($oFrameset) _IEIsFrameset($oFrameset2)The first one is true and the second one is false. Where would $oFrameset2 be? What's the proper way to get to $oFrame2?
- 3 replies
-
- _ieframegetcollection
- frameset
-
(and 3 more)
Tagged with:
-
Hello once again! What I have is: A groupcontrol created by GuiCtrlCreateGroup and inside it I have a few icons from GuiCtrlCreateIcon. What I want to do is when I click within the group or on the icons I'll get a notification, or a message retrieveable by GuiGetMsg(). Any suggestions? Best regards, zvvyt
- 1 reply
-
- GuiCtrlCreateGroup
- MouseClick
-
(and 3 more)
Tagged with: