The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Support Software > Other Cool Stuff

Reply
 
LinkBack Thread Tools Display Modes
Old 10-10-2005, 09:28 PM   #76
Raw Wave
 
justintime's Avatar
 
Join Date: Apr 2005
Posts: 2,703
OK, so I had some free time today, and I started putting together a CarWeb skin for Centrafuse 1.4

Here is what I have so far!
Attached Images
 
__________________
2002 Honda CR-V
Carputer progress: 90% [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -]
Spent so far: $1105.90


Download the NEXUS Skin for Centrafuse
...or even Listen to my music

Last edited by justintime; 10-10-2005 at 09:44 PM.
justintime is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 10-10-2005, 09:45 PM   #77
Raw Wave
 
justintime's Avatar
 
Join Date: Apr 2005
Posts: 2,703
As soon as I try to embed this into Centrafuse, I get the error:

---------------------------
Carweb
---------------------------
Run-time error '384':

A form can't be moved or sized while minimized or maximized
---------------------------


Any ideas? Looks like CentraFuse is trying to resize the window to make it 'fit' when embedding it into the interface, and CarWeb windows cannot be resized. Crapola.
__________________
2002 Honda CR-V
Carputer progress: 90% [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -]
Spent so far: $1105.90


Download the NEXUS Skin for Centrafuse
...or even Listen to my music
justintime is offline   Reply With Quote
Old 10-11-2005, 11:39 AM   #78
Jesus Freak
 
antimatter's Avatar
 
Join Date: Jan 2004
Location: California
Posts: 4,277
looks good

hope you get the error sorted
__________________
-Jesus- King of Kings Lord of Lords
antimatter is offline   Reply With Quote
Old 10-11-2005, 01:03 PM   #79
Raw Wave
 
justintime's Avatar
 
Join Date: Apr 2005
Posts: 2,703
I tried everything. Can't get it to embed. Help!!!?
__________________
2002 Honda CR-V
Carputer progress: 90% [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -]
Spent so far: $1105.90


Download the NEXUS Skin for Centrafuse
...or even Listen to my music
justintime is offline   Reply With Quote
Old 10-13-2005, 12:36 PM   #80
Variable Bitrate
 
12Vsystems's Avatar
 
Join Date: Mar 2005
Location: Orange County, CA
Posts: 338
Try using AutoIT and create a startup script.

It is one line of code

Run("C:\carweb\carweb.exe", "C:\carweb\")


I had the same problem with the program not embedding into my frontend.


Thanks Leckan for this nice peice of software.

Any chance you could add an option in the .ini to change the windows position?

I want it to lauch about 100 pixels down from the top so my main menu is still visable.
12Vsystems is offline   Reply With Quote
Old 10-13-2005, 03:37 PM   #81
Raw Wave
 
justintime's Avatar
 
Join Date: Apr 2005
Posts: 2,703
I am very familiar with AutoIT, but I don't see how launching CarWeb through the AutoIT script is going to help here. confused!

Quote: Originally Posted by 12Vsystems
Try using AutoIT and create a startup script.

It is one line of code

Run("C:\carweb\carweb.exe", "C:\carweb\")


I had the same problem with the program not embedding into my frontend.


Thanks Leckan for this nice peice of software.

Any chance you could add an option in the .ini to change the windows position?

I want it to lauch about 100 pixels down from the top so my main menu is still visable.

__________________
2002 Honda CR-V
Carputer progress: 90% [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -]
Spent so far: $1105.90


Download the NEXUS Skin for Centrafuse
...or even Listen to my music
justintime is offline   Reply With Quote
Old 10-13-2005, 06:09 PM   #82
Raw Wave
 
justintime's Avatar
 
Join Date: Apr 2005
Posts: 2,703
Quote: Originally Posted by 12Vsystems
Try using AutoIT and create a startup script.

It is one line of code

Run("C:\carweb\carweb.exe", "C:\carweb\")


I had the same problem with the program not embedding into my frontend.

I got home and tried this, but it did not make a difference. I created the script, and then had CentraFuse (my frontend) call the script sintead of the app. It starts the app (carweb) but it throws the same error.
__________________
2002 Honda CR-V
Carputer progress: 90% [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -]
Spent so far: $1105.90


Download the NEXUS Skin for Centrafuse
...or even Listen to my music
justintime is offline   Reply With Quote
Old 10-14-2005, 12:33 PM   #83
Variable Bitrate
 
12Vsystems's Avatar
 
Join Date: Mar 2005
Location: Orange County, CA
Posts: 338
Sorry that didn't work.

I am using a custom frontend. I don't understand why my autoit script launchs the app OK but when I link to the app directly in my front end it tells my file not found.
12Vsystems is offline   Reply With Quote
Old 10-14-2005, 06:49 PM   #84
Variable Bitrate
 
12Vsystems's Avatar
 
Join Date: Mar 2005
Location: Orange County, CA
Posts: 338
Here is my dirty autoit script. WINMOVE wouldn't work for me so I resorted to just clicking and dragging the app down 100pxls to make my top menu buttons visable.


If WinExists("Carweb") Then

WinActivate("Carweb", "")

Else

Run("C:\mobileweb\carweb.exe","c:\mobileweb\")
WinWaitActive("Carweb")
WinActivate("Carweb", "")

MouseClickDrag("left", 725, 0, 725,100)

EndIf
12Vsystems is offline   Reply With Quote
Old 10-17-2005, 08:35 PM   #85
Raw Wave
 
RoyN's Avatar
 
Join Date: Sep 2004
Location: São Paulo, Brazil
Posts: 3,534
Hey Leckan, is this based off my original browser code? I am recognizing the ini structure, and the scrolling that I had implemented, including the storing of a scroll point, although it doesnt seem to be restoring scroll points...

i dont really care, but it isnt ethical to just spawn it off as your own creation... i am just mentioning this cause if others share code and you create your own variation without mentioning them it might make them ****ed...

since youre developing this though i guess I can give you a couple of feature requests:
- possibility of calling the program with a command line argument such as the url for it to load... like "carweb.exe www.cnn.com"...
- detecting previously opened browser windows and using them instead of relaunching a new browser.

Cheers
Roy
__________________
Roy

2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
RoyN is offline   Reply With Quote
Old 10-18-2005, 12:01 AM   #86
Maximum Bitrate
 
P3rv3rt B3ar's Avatar
 
Join Date: Jul 2005
Location: Funland
Posts: 577
Quote: Originally Posted by RoyN
Hey Leckan, is this based off my original browser code? I am recognizing the ini structure, and the scrolling that I had implemented, including the storing of a scroll point, although it doesnt seem to be restoring scroll points...

i dont really care, but it isnt ethical to just spawn it off as your own creation... i am just mentioning this cause if others share code and you create your own variation without mentioning them it might make them ****ed...

Whatta lowlife! well mayby we should give guy a break, he's swedish he don't know any better, theyr just ra**ng little boys and pillaging software there.

Hmm should it be called GTAweb now on

On side note, RoyN thanx for pasting SP maps screenshots on other thread. Made me realise that Destinator had brazil maps... coming there within few months.
P3rv3rt B3ar is offline   Reply With Quote
Old 10-18-2005, 06:25 AM   #87
Raw Wave
 
RoyN's Avatar
 
Join Date: Sep 2004
Location: São Paulo, Brazil
Posts: 3,534
hehehe dont be so harsh on him... I just posted the code up for grabs... he did make it skinable (which I hadnt)... but still, he coulda mentioned it!

Anyways, when are you coming to brazil? PM me if you need any info
__________________
Roy

2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
RoyN is offline   Reply With Quote
Old 10-26-2005, 11:21 PM   #88
Newbie
 
Join Date: Nov 2004
Posts: 44
any progress on fixing the text field problem? I wanna use this, but w/o the text field it's not quite an option :-(
TrickerZ is offline   Reply With Quote
Old 10-28-2005, 01:22 PM   #89
Low Bitrate
 
leckan's Avatar
 
Join Date: Jan 2005
Location: Dalarna,Sweden
Posts: 79
I workin on it now but i have not find were the wrong code yet... i very sorry for that
__________________
----------------------------------------
Http://www.zinknet.se
----------------------------------------
Carweb 2.0 NOW FOR DOWNLOADING
leckan is offline   Reply With Quote
Old 10-29-2005, 05:15 PM   #90
Newbie
 
Join Date: Nov 2004
Posts: 44
that's quite alright. No one posted in awhile, so I wanted to make sure you were still alive
TrickerZ is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SKIN]FPs "Bright Life" (input needed to complete) yunusyu FrodoPlayer 76 06-25-2005 02:59 PM
RELEASE - FreeDrive 0.60 CdRsKuLL FreeDrive 144 06-10-2005 04:45 PM
SpeakEasy Voice Recognition - Release 0.9.1 ruairi Software & Software Development 11 06-03-2005 05:19 PM
Release - FreeDrive 0.4 beta (D3 Frontend) CdRsKuLL FreeDrive 35 03-18-2005 07:16 AM


All times are GMT -5. The time now is 10:08 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics