|
 |
|
10-10-2005, 09:28 PM
|
#76
|
|
Raw Wave
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!
Last edited by justintime; 10-10-2005 at 09:44 PM.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
10-10-2005, 09:45 PM
|
#77
|
|
Raw Wave
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.
|
|
|
10-11-2005, 11:39 AM
|
#78
|
|
Jesus Freak
Join Date: Jan 2004
Location: California
Posts: 4,277
|
looks good
hope you get the error sorted
__________________
-Jesus- King of Kings Lord of Lords
|
|
|
10-11-2005, 01:03 PM
|
#79
|
|
Raw Wave
Join Date: Apr 2005
Posts: 2,703
|
I tried everything. Can't get it to embed. Help!!!?
|
|
|
10-13-2005, 12:36 PM
|
#80
|
|
Variable Bitrate
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.
|
|
|
10-13-2005, 03:37 PM
|
#81
|
|
Raw Wave
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.
|
|
|
10-13-2005, 06:09 PM
|
#82
|
|
Raw Wave
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.
|
|
|
10-14-2005, 12:33 PM
|
#83
|
|
Variable Bitrate
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.
|
|
|
10-14-2005, 06:49 PM
|
#84
|
|
Variable Bitrate
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
|
|
|
10-17-2005, 08:35 PM
|
#85
|
|
Raw Wave
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? :)
|
|
|
10-18-2005, 12:01 AM
|
#86
|
|
Maximum Bitrate
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.
|
|
|
10-18-2005, 06:25 AM
|
#87
|
|
Raw Wave
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? :)
|
|
|
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 :-(
|
|
|
10-28-2005, 01:22 PM
|
#89
|
|
Low Bitrate
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
|
|
|
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
|
|
|
|
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
|
|
|
All times are GMT -5. The time now is 10:08 AM.
| |