Try adding "focus(iGMap)" as the last command in the startup script. If clicking the map once fixes the problem, then that command should do the exact same thing.
I think it will be able to be done sometime in the future. Basically what will need to happen is to put a procedure in the main Sb form that captures the keys and transmits them to the window that's currently visible and ontop.Originally Posted by liquid_smoke
Try adding "focus(iGMap)" as the last command in the startup script. If clicking the map once fixes the problem, then that command should do the exact same thing.
that only temp fixes the issue. If you unfocus the map, you have to refocus it again by clicking on it. RR even has commands to focus the map before the keys are sent, but even that isnt full proof. Sometimes they work sometimes you have to click the button 2-3 times for IG to recognize it.Originally Posted by RPM_VR4
01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
01101101 01101111 01101011 01100101
beer replenishment fund
http://www.mp3car.com/vbulletin/rr-faq/
mp3car live search
i have joost invites, just hit me up for one.
In RR's command, you should tell it to focus "SKINbedder - iGuidance, and then focus "iGuicance" after that.
If you can't do that for some reason, I guess I could add an OnFocus script to SKINbedder that you could set to "focus(iGMap)". That would probably solve it right?
focus of the window isnt an issue, i can send commands before and after in RR to focus the window (they dont allways work 110%). I honestly think wont 100% all the time, unless the keys are being sent directly to iGuidance.exe I have some auto it scripts that work perfectly outside of SB but allways fail if SB is being used. I just wish i could send the keys directly and not have to do focus tricks.
01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
01101101 01101111 01101011 01100101
beer replenishment fund
http://www.mp3car.com/vbulletin/forumdisplay.php?f=93
mp3car live search
i have joost invites, just hit me up for one.
That's what I don't understand... why can't you? You should be able to send keys to iGuidance with no issues. The only issue is that iGuidance won't accept the keys unless it has focus. If the SKINbedder container window has focus instead of the iGuidance window inside of SKINbedder, the iGuidance will ignore the keys. To fix that, you just have to make sure iGuidance has focus. This is why all of your RR keys work if you click anywhere on the iG map before you use them.
I think the focus script gives the actual handle of Sb the focus. And as we know, the actual handle of Sb means nothing, as it has many other handles ontop. Keys end up being sent to the original Sb form.Originally Posted by RPM_VR4
Exactly, but it you make the "focus script" focus Sb and then focus iG, everything should work right?
Yeh, but that means making a correct focus script that finds the embedded windowOriginally Posted by RPM_VR4
I think it would be a good idea to relay the keys that the original form receives. So for instance if it receives a focus key, say F12... that would focus the main window of iG.
Yes, I wanted to add hot keys...
SKINbedder.ini:
[HotKeys]
F12=Focus(iGMap)
Up=Focus(iGMap),Type(Up)
Down=Focus(iGMap),Type(Down)
etc, etc, etc.
You want to help me with the code for that Ol33l?
Bookmarks