Nice! This is embedding the window nicely in place, and removing all the extra stuff.
I am still having a problem with the labels though, they appear populated 5 seconds after the skin loads (Shows connection name, speed, and so forth), then after another 5 second or so all the labels then change to "NOT CONNECTED/DETERMINED".
I am not sure where to look to see what's causing the labels to lose the values that were correctly populated when it was first ran.
EDIT:
Ok found a small error when looking at the code:
Code:
$wifiAdapter =IniRead(@scriptdir&'\wifi_man.ini', 'SETTINGS', 'adapter', '')
$pause=IniRead(@scriptdir&'\wifi_man.ini', 'SETTINGS', 'puase', '5000')
In the 2nd line "pause" is spelled "pUAse" and not getting the value from the .ini, and not sure what the extra '5000' is there on the end of the line is for.
RR also seems to have a hard time grabbing the window. Most of the time the wireless window appears behind RR. I have to click the window name in the Task Bar, to make it appear. This has it "out of focus" or something, as the buttons on the skin do not send the commands to the wireless window.
Also, for some reason removing the handles for some of the items do not work consistently, as you can see from the screen cap.
Here is a screen cap of what I mean about the fields losing their populated value's after the screen is open for a few seconds.
Notice the "Connection Type", and Connection Speed" do not lose their information. This at least shows that it is getting the information.
By the way, this is all just stuff I have found, and hopefully is helping you. I am NOT trying to pick on the work you have put into this in any way! This is a fantastic addition to any skin, and am grateful for your work on it!
Bookmarks