Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > LCD/Display


Reply
 
Share Thread Tools Display Modes
Old 06-16-2006, 02:01 PM   #1
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
ccsnet has a spectacular aura aboutccsnet has a spectacular aura about
Any Delphi 7 Programmers Out There ? DWW-700H Resume From Hibernation Problem Fix Mod

Hi all,

Ric355 bought out a fix for this anoying prob - and has released the source code to go with it. Has any one done Deliphi at all ? I want to be able to launch the app in a minamised state so you can't see it and it needs a bit of a mod.

That been said I'd like not have to fudge this in the first place so if any one knows of any other major fixes in some kind of firm ware update to the TS controler feel free to add to this thread.

It is the only PIA thing about this screen

customcarcomputers.co.uk Not Motorized In-Dash VGA + Video + Touch Screen LCD Monitor



Thanks

Terran
ccsnet is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 06-17-2006, 01:12 PM   #2
Low Bitrate
 
Join Date: Jun 2006
Posts: 61
konfoo is on a distinguished road
The window is already hidden. I checked the source, compiled it and ran it. What is the problem?
konfoo is offline   Reply With Quote
Old 06-18-2006, 10:01 AM   #3
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
ccsnet has a spectacular aura aboutccsnet has a spectacular aura about
Quote: Originally Posted by konfoo
The window is already hidden. I checked the source, compiled it and ran it. What is the problem?

MMmm when it runs the TSconfig.exe jumps over the top of the frount end - looks a bit naff...

Terran
ccsnet is offline   Reply With Quote
Old 06-18-2006, 01:11 PM   #4
Low Bitrate
 
Join Date: Jun 2006
Posts: 61
konfoo is on a distinguished road
Is TSconfig.exe the process you are killing?
konfoo is offline   Reply With Quote
Old 06-18-2006, 02:17 PM   #5
Low Bitrate
 
Join Date: Jun 2006
Posts: 61
konfoo is on a distinguished road
Here you go.

[Delaytime] in the ini now specifies amount of seconds to sleep between polling to see if [run] is in the windows process list, and launches it in [mode]
[Mode] in the ini specifies the mode to launch - 0=normal, 1=minimized, 2=maximized, 3=hide

Source and exe attached. You owe me one.

Last edited by konfoo; 08-07-2006 at 10:46 PM.
konfoo is offline   Reply With Quote
Old 06-18-2006, 05:11 PM   #6
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
ccsnet has a spectacular aura aboutccsnet has a spectacular aura about
Big thanks will give it a go later.... yes I do owe you one

Terran
ccsnet is offline   Reply With Quote
Old 06-19-2006, 05:01 PM   #7
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
ccsnet has a spectacular aura aboutccsnet has a spectacular aura about
Konfoo - Tried it today

Starts the app when you boot 1st time but not when coming from hibernation or standby and when it does start its maximised....

What about a change of tack ? The app starts minamised when set up from a windows shortcut.lnk file - what about the ability to start one of those ( which I tried and it does not ) and then the delay, then close the exe thred as done before ?

What do you think ?

Terran

BTW @ DWW-700H trying this because I see a few have downloaded it could you feed back too and least also thank Ric355 & Konfoo for their effort
ccsnet is offline   Reply With Quote
Old 06-19-2006, 05:15 PM   #8
Low Bitrate
 
Join Date: Jun 2006
Posts: 61
konfoo is on a distinguished road
Can u post a link to the .exe you are starting when you exit hibernation.

Did you change the mode to mode=2 or mode=3 ?
konfoo is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 06-19-2006, 05:33 PM   #9
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
ccsnet has a spectacular aura aboutccsnet has a spectacular aura about
Quote: Originally Posted by konfoo
Can u post a link to the .exe you are starting when you exit hibernation.

Did you change the mode to mode=2 or mode=3 ?

Give me a few mins to nip out to the car...

Terran
ccsnet is offline   Reply With Quote
Old 06-19-2006, 05:47 PM   #10
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
ccsnet has a spectacular aura aboutccsnet has a spectacular aura about
OK - Changed the mode to 1 works OK how ever I think the fact that it runs up the app after an initial boot is stoping the TS controler been seen.

The orginal version that Ric did only worked ( from what I could see ) after the hibernation / standby event... I think if thats sussed its job done.

The text of the ini is as follows btw.

Quote:
[config]
run=c:\program files\touchkit\touchkit.exe
timer=1
delaytime=10
mode=1

Terran
ccsnet is offline   Reply With Quote
Old 06-19-2006, 05:56 PM   #11
Variable Bitrate
 
Join Date: Jan 2005
Location: UK
Posts: 265
ric355 is on a distinguished road
Quote: Originally Posted by ccsnet
The orginal version that Ric did only worked ( from what I could see ) after the hibernation / standby event...

Yes, the only place I had a problem was on resume - it worked properly from a cold boot, so the app is only launched after resume for my needs. I also never cared about the window being visible because my screen doesn't come on automatically and chances are I hadn't even switched it on by the time the app had been killed.
__________________
EZSync - http://www.richmet.com/ezsync
ric355 is offline   Reply With Quote
Old 06-19-2006, 06:07 PM   #12
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
ccsnet has a spectacular aura aboutccsnet has a spectacular aura about
Quote: Originally Posted by ric355
Yes, the only place I had a problem was on resume - it worked properly from a cold boot.



I'm not a coder Ric but if you have any suggestions to Konfoo to both of you ...

Terran
ccsnet is offline   Reply With Quote
Old 06-19-2006, 06:26 PM   #13
Low Bitrate
 
Join Date: Jun 2006
Posts: 61
konfoo is on a distinguished road
Here try this. Timer disabled.
Attached Files
File Type: rar reslaunch.part1.rar (195.3 KB, 98 views)
File Type: rar reslaunch.part2.rar (73.6 KB, 102 views)
konfoo is offline   Reply With Quote
Old 06-19-2006, 06:46 PM   #14
The Vauxhall Vectra Project
 
ccsnet's Avatar
 
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
ccsnet has a spectacular aura aboutccsnet has a spectacular aura about
Quote: Originally Posted by konfoo
Here try this. Timer disabled.

Cheers will do... wonderd what the timer was for... timer from start of boot ?

Will try first thing.... btw Konfoo... where are you ? I'm in the UK ... you ?

Terran
ccsnet is offline   Reply With Quote
Old 06-19-2006, 06:55 PM   #15
Low Bitrate
 
Join Date: Jun 2006
Posts: 61
konfoo is on a distinguished road
Timer to check the process periodically. Since the process is killed after it is launched it is kind of moot to use anyway, since detection will always fail and it will be fired every [timer] interval...

I'm in socal.
konfoo 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 On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DWW-700H and equivalents Resume from Hibernation problem fix ric355 LCD/Display 11 06-19-2006 05:10 PM
hibernation problem btbe Road Runner 32 04-13-2005 07:30 AM



All times are GMT -5. The time now is 04:13 PM.


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