|
 |
|
09-14-2008, 03:02 AM
|
#76
|
|
Variable Bitrate
Join Date: Mar 2005
Location: Norfolk UK
Posts: 318
|
Quote: Originally Posted by Davefocus 
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
Sorry guys,
I misread the readme a forgot to alter the wireless.skin to change to games_off.jpg,games_off.jpg,games_on.jpg,games_on. jpg.
I'd still be interested in a BMV2 skin if there's one available!
Cheers guys (and sorry)
Dave
__________________
Vauxhall Astra SXi Car PC installed.
Centre console screen fabrication in progress.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
09-14-2008, 06:11 AM
|
#77
|
|
Variable Bitrate
Join Date: Mar 2005
Location: Norfolk UK
Posts: 318
|
OK, here we go. I've had a go at creating my own skin and it's all going well apart from a signal strength indicator bar (just like a mobile phone strength indicator bar) shows the same as the GPS bar.
I've set it the same as my GPSSIGNAL and VOLUME indicator bars using the code CUSTOM_WIFI_SIGNAL and CUSTOM_WIFI_SIGNAL_DB. They all use the same slider (for now) and the slider code is:
/, Y, Back Slider file path
Y01,"\volume_slider\volume_*.jpg"
/, S, x, y, w, h, x1, y1, w1, h1, O, Style, Pointer file path, h2, Code;SLIDERCODES, Tooltip
S01,640,105,120,40,600,105,120,40,H,01,,,"MASTER",
S02,430,90,90,20,430,90,90,20,H,01,,,"GPSSIGNAL",
S03,430,140,90,20,430,140,90,20,H,01,,,"CUSTOM_WIF I_SIGNAL",
What have I done wrong? I should be ok using same slider bar shouldn'tI?
Thanks guys,
Dave
__________________
Vauxhall Astra SXi Car PC installed.
Centre console screen fabrication in progress.
|
|
|
09-14-2008, 11:16 AM
|
#78
|
|
Confusion Master
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 11,941
|
I suspect that the plugin needs to be updated for the sliders to work.
Try using a RR version from last year.
This is a post of mine discussing a similar situation regarding the RRGas plugin.
http://www.mp3car.com/vbulletin/1250414-post198.html
Last edited by Enforcer; 09-14-2008 at 11:19 AM.
|
|
|
09-14-2008, 11:30 AM
|
#79
|
|
Variable Bitrate
Join Date: Mar 2005
Location: Norfolk UK
Posts: 318
|
Cheers E,
I'm using the version dated 13/12/2007 but whether El Camino will have any info regarding this.
Dave
__________________
Vauxhall Astra SXi Car PC installed.
Centre console screen fabrication in progress.
|
|
|
09-19-2008, 04:12 AM
|
#80
|
|
Variable Bitrate
Join Date: Mar 2005
Location: Norfolk UK
Posts: 318
|
El Camino,
Is the CUSTOM_WIFI_SIGNAL affected by using the new version 18/09/08 of RoadRunner or have I put the incorrect code in post 77.
Nice plugin! I've skinned it apart from the signal stregth bar now  .
Cheers,
Dave
__________________
Vauxhall Astra SXi Car PC installed.
Centre console screen fabrication in progress.
|
|
|
10-05-2008, 02:29 AM
|
#81
|
|
FLAC
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
|
working in a little update for this, mayor changes are:
*added command to repair connection(untested)
*added some functions to save hotpots location(lon and lat), hotspot list, command to
set 2 variables with lon and lat from selected hotspot(can be used to navigate to that hotspot, iGuidance?)
*added some error trapping when building ini.
*change code to use variables instead of custom labels.
|
|
|
10-05-2008, 04:49 AM
|
#82
|
|
Variable Bitrate
Join Date: Mar 2005
Location: Norfolk UK
Posts: 318
|
I've just downloaded to my laptop for testing. Hopefully this version will make it into the car just as soon as I install the wifi aerial.
I'll provide feedback soon  .
Many thanks,
Dave
__________________
Vauxhall Astra SXi Car PC installed.
Centre console screen fabrication in progress.
|
|
|
10-07-2008, 10:16 PM
|
#83
|
|
FLAC
Join Date: Jul 2005
Location: upland california us
Posts: 1,012
|
new version released,
Dave, try this code for your slider
Code:
S03,430,140,90,20,430,,,,,H,01,"",18,"$WIFI_STRENGTH$",""
in my skin i use the single png slider, something like this.
Code:
S03,430,140,90,20,,,,,H,"wifi_signal.png","",18,"$WIFI_STRENGTH$",""
Last edited by EL CAMINO; 10-08-2008 at 02:42 AM.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
10-13-2008, 11:38 AM
|
#84
|
|
Low Bitrate
Join Date: Oct 2007
Location: Louisville, KY
Posts: 91
|
I am using LSX Void as my skin and im trying to embed this wifi manager. When the program launches all i get is a white embeded screen. In my skin you just use the window name and the path to the exe to embed it. I dont have any skins for it. Can this run standalone? I embeded upd8 this way and it works fine but i believe it has a skin with it.
|
|
|
10-13-2008, 12:23 PM
|
#85
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
i think LSX has code for embedding external apps , of which won't work here, the script handles the embedment, follow the readme and the skin cmds , you need to make up a new skin for it.
|
|
|
10-13-2008, 01:34 PM
|
#86
|
|
Low Bitrate
Join Date: Oct 2007
Location: Louisville, KY
Posts: 91
|
I'm really not worried about it matching, is there a pre made skin?
|
|
|
10-13-2008, 01:48 PM
|
#87
|
|
THE EXPERIMENTER
Join Date: Sep 2007
Location: UK,Surrey
Posts: 1,358
|
not as of yet , but i know El has been useing Val's Tek skin for releases , and val has added it to the latest TEK 3 skin which should be re-released soon ,
|
|
|
10-13-2008, 02:49 PM
|
#88
|
|
Variable Bitrate
Join Date: Mar 2005
Location: Norfolk UK
Posts: 318
|
[QUOTE=EL CAMINO;1259001]new version released,
Dave, try this code for your slider
Code:
S03,430,140,90,20,430,,,,,H,01,"",18,"$WIFI_STRENGTH$",""
El Camino,
You're a star! Only just caught up with this thread put in this code:
S03,430,140,90,20,430,140,90,20,H,01,,,"$WIFI_STRE NGTH$",""
It works really well, just what I was after  .
Many, many thanks.
Dave
__________________
Vauxhall Astra SXi Car PC installed.
Centre console screen fabrication in progress.
|
|
|
10-13-2008, 02:51 PM
|
#89
|
|
Maximum Bitrate
Join Date: Jul 2007
Location: Ireland
Posts: 509
|
yes TEK3 should be back on the forums for this weekend ... and it HAS WiFi 1.5 included with it .
|
|
|
11-23-2008, 06:11 AM
|
#90
|
|
Newbie
Join Date: Aug 2007
Posts: 13
|
Runs very well in Teknik 3, really nice piece of software. Thanks fot the hard work!
Any chance to have it translated to Italian? I would do the translation.
|
|
|
|
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 03:03 PM.
| |