|
 |
|
01-23-2008, 01:32 PM
|
#61
|
|
FLAC
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
|
can you give some details about your setup?, skin, RR version, wifi card.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
01-30-2008, 07:40 PM
|
#62
|
|
Variable Bitrate
Join Date: Nov 2005
Posts: 239
|
using latest road runner with mc2.0 skin. card in .ini settings says
[SETTINGS]
adapter=D-Link DWA-140 RangeBooster N USB Adapter
dev=USB\VID_07D1&PID_3C09\6&57F755&0&1
thank you
|
|
|
04-06-2008, 12:12 AM
|
#63
|
|
Constant Bitrate
Join Date: Dec 2007
Location: Vancouver, Wa.
Posts: 161
|
Greets,
Having trouble with the wireless skin.
Specs:
WinXP Tablet Edition
RR Version: 2007/12/13
DFX3 Skin
wifi_man.ini:
[SETTINGS]
adapter=Hawking HWC54GR Hi-Speed Wireless-G CardBus Card #2
pause=600
dev=
AutoDetect=true
Stock DFX3 ExecTBL.ini "Button" and "Wireless Network Info by Elcamino" settings
Stock Wireless.skin
Here is some screencaps of my issue.
You will see that the wifi information screen is not resizable
Takes too long to load and kicks out to menu a couple of times before sometimes loading into clipped area
Also there is no info updated for the skin
I can enable and disable the connection
Any ideas?
JJG
As a side note, I have been into this about two weeks and have found everything very easy to figure out and setup, going as far as setting 3 menu screens, embedding my not yet finished OBD app, and changing things to my liking. You just have to read, read, read....I have just ordered a Visteon HD Zoom HDZ300 Radio and the Cable from mitchj.
Absolutely Awesome RR Front End And DFX3 skin setup. I don't know of guino, but I do know of JohnWPB from the HomeSeer forum. Hats off to you guys and the rest for a sick package.
....JJG
|
|
|
04-07-2008, 12:28 PM
|
#64
|
|
FLAC
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
|
if you are using DFX3.0 i'm afraid i cant help much, johnWPB made some changes to the scripts to suite his skin better, and i dont have the source to see what was changed from mine, my advice is to ask john. sorry man.
|
|
|
04-22-2008, 03:47 PM
|
#65
|
|
Newbie
Join Date: Jan 2008
Location: Madrid
Posts: 38
|
Wifi Not Configured
Quote: Originally Posted by Sonicxtacy02 
i have a question.. is there something in your script that makes road runner exit the wireless.skin file? i ask because i enter the screen... get labels filled in as they are supposed to be and see the box embed.. but maybe 2 seconds later i'm shot back out to menu.skin. In checking the debug.txt for road runner i dont see any command sending me back but it happens every time i use the "WIRELESS" command to open the skin. if i simply do load;wireless.skin manually it doesnt do it. Any idea on what this might be?
EDIT.. nevermind.. it was because i didnt have the error pop up in my skin file... but i dont understand why there is an error if the labels are populating as they should.

I am trying to get this working in my skin and am getting the same results as Sonicxtacy. The labels are populated fine but I get this "WIFI NOT CONFIGURED" pop up and the wireless.exe isn't putting the available networks up.
If I then manually open the available networks via explorer, it posts it where the A, command specifies but the whole window, not just the available networks. All the buttons seem to be working fine and all the lables. It is just posting this popup instead of the available connections window.
Any ideas what it might be. I have checked all my skin and Exectbl.ini commands numerous times and they seem to be fine.
Thanks in advance
Anthony
__________________
Celica GT4 Pilot.
My Skin Bluetab
|
|
|
04-23-2008, 12:49 AM
|
#66
|
|
Newbie
Join Date: Jan 2008
Location: Madrid
Posts: 38
|
Don't worry, it was my wireless network connection window name. For others having some problems, make sure that your window name (see highlighted icon on the second image in post 63 above) is "Wireless Network Connection"
All works perfectly now, thanks muchly El Camino
__________________
Celica GT4 Pilot.
My Skin Bluetab
|
|
|
04-25-2008, 08:20 PM
|
#67
|
|
Maximum Bitrate
Join Date: Nov 2006
Location: Wales, UK
Posts: 787
|
Nice Work
__________________
CarPuter Progress:
Planning:-----> [||||||||||] 100%
Hardware Buying:-> [||||||||||] 100%
Software:-----> [||||||||||] 100%
Installing:-----> [||||||||||] 100%
Current Project= Making skins in photoshop...
|
|
|
06-05-2008, 06:54 AM
|
#68
|
|
Newbie
Join Date: Jun 2007
Posts: 41
|
Hi, I would like to embed the "Wireless Connection Manager" window into my skin, but (after an intense search...) I can not find the windows executable that launch this program.
I think that this autoit script open the "Wireless Connection Manager" calling it executable, so, can anyone tell me:
Whats the cmd command to open the "Wireless Connection Manager"??
Thanks!
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
06-05-2008, 12:31 PM
|
#69
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
Quote: Originally Posted by jamedinar 
Hi, I would like to embed the "Wireless Connection Manager" window into my skin, but (after an intense search...) I can not find the windows executable that launch this program.
I think that this autoit script open the "Wireless Connection Manager" calling it executable, so, can anyone tell me:
Whats the cmd command to open the "Wireless Connection Manager"??
Thanks!
these are the cmd's in the exetbl top 1in Red launches the skin and sets the script running, the others are different button to use in the skin
"WIRELESS","LOAD;wireless.skin;WIFI;;WiFi Information||SETTOPMOST;RR;TRUE||RUN;$RRPATH$Plug in's\Wireless\Wireless.exe||SETTOPMOST;RR;FALSE||A CTIVATE;WiFi Information"
"DISABLE_WIFI","SENDMSG;wifi_man;disable"
"ENABLE_WIFI","SENDMSG;wifi_man;enable"
"CONNECT_WIFI","Activate;WiFi Information||SENDKEY;%c"
"REFRESH_WIFI","Activate;WiFi Information||SENDKEY;{F5}"
"DISCONNECT_WIFI","Activate;WiFi Information||SENDKEY;%d{ENTER}"
"PREV_WIFI","Activate;WiFi Information||sendkey;{up}"
"NEXT_WIFI","Activate;WiFi Information||sendkey;{down}"
"WirelessLabels","RunQ;$RRPATH$Plug in's\Wireless\wifi_man.exe"
check out MKIII /DFX /Polaris skin's as i know they have it in there running
|
|
|
06-05-2008, 03:16 PM
|
#70
|
|
Newbie
Join Date: Jun 2007
Posts: 41
|
The problem is that I use a spanish windows so this plugin does not works. I think that the problem is that my "Wireless Connection Manager" name is: "Conexiones de red inalámbricas".
I would like to know the windows .exe that launch this window (I think that must exists one, like taskmgr.exe launch the task manager...)
|
|
|
06-05-2008, 07:04 PM
|
#71
|
|
FLAC
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
|
well is not that easy, "Wireless Connection Manager" is a window not a program, for fixing your issue you can simply rename "Conexiones de red inalámbricas" to "Wireless Connection Manager".try it and you'll see...
|
|
|
06-06-2008, 04:37 AM
|
#72
|
|
Newbie
Join Date: Jun 2007
Posts: 41
|
Ok, I will try when I go to home. Thanks!!!
And thanks El Camino, I find so useful your plugins! I hope you continue with the calendar, I would like to have a good one into my skin, and sure it will be...
|
|
|
06-09-2008, 03:29 PM
|
#73
|
|
Newbie
Join Date: Jun 2007
Posts: 41
|
Hi, I have integrated this script into my skin but I have some problems yet. The problem is with the wireless.exe
When I launch the wireless.skin and RUNQW the wireless.exe script it begins to open the networks window and next the "Wifi Information" (I renamed it in my spanish Windows  ). Everything is fine up to here. Then I can see that the script modifies the "Wifi information" window (hidding the left part...) but then the wireless.exe hangs. All of this process is so slow (is this normal??)
Then, if I launch the taskManager and kill the wireless.exe process then labels and the "Wifi Information" (embedded) are showed correctly into my skin. All buttons works correctly also.
So, I have two questions:
1.- Is this script as slow as I see??
(25 seconds to open the "Wifi Information")
2.- Why wireless.exe never ends??
(I see that the links at the left of the "Wifi Information" window are not hidden completely)
Could you send me the scripts source to look for some problems with my spanish Window??
Thanks!!
|
|
|
06-09-2008, 05:57 PM
|
#74
|
|
FLAC
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
|
sure, i'll pm you the source for wireless.exe
|
|
|
09-14-2008, 02:55 AM
|
#75
|
|
Variable Bitrate
Join Date: Mar 2005
Location: Norfolk UK
Posts: 318
|
Hi guys,
I've got wifi_man running......well sort of. Is there an info.jpg available as there isn't one in the downloaded 0.6.rar?
BTW great app. A defo for my setup as I'm just about to put in the wireless adapter.
Cheers,
Dave
__________________
Vauxhall Astra SXi Car PC installed.
Centre console screen fabrication in progress.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
Holux GPS Trouble
|
mangus580 |
StreetDeck |
34 |
11-26-2007 09:56 PM |
All times are GMT -5. The time now is 05:34 PM.
| |