|
 |
|
06-16-2006, 02:01 PM
|
#1
|
|
The Vauxhall Vectra Project
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
|
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
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
06-17-2006, 01:12 PM
|
#2
|
|
Low Bitrate
Join Date: Jun 2006
Posts: 61
|
The window is already hidden. I checked the source, compiled it and ran it. What is the problem?
|
|
|
06-18-2006, 10:01 AM
|
#3
|
|
The Vauxhall Vectra Project
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
|
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
|
|
|
06-18-2006, 01:11 PM
|
#4
|
|
Low Bitrate
Join Date: Jun 2006
Posts: 61
|
Is TSconfig.exe the process you are killing?
|
|
|
06-18-2006, 02:17 PM
|
#5
|
|
Low Bitrate
Join Date: Jun 2006
Posts: 61
|
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.
|
|
|
06-18-2006, 05:11 PM
|
#6
|
|
The Vauxhall Vectra Project
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
|
Big thanks will give it a go later.... yes I do owe you one
Terran
|
|
|
06-19-2006, 05:01 PM
|
#7
|
|
The Vauxhall Vectra Project
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
|
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
|
|
|
06-19-2006, 05:15 PM
|
#8
|
|
Low Bitrate
Join Date: Jun 2006
Posts: 61
|
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 ?
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
06-19-2006, 05:33 PM
|
#9
|
|
The Vauxhall Vectra Project
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
|
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
|
|
|
06-19-2006, 05:47 PM
|
#10
|
|
The Vauxhall Vectra Project
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
|
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
|
|
|
06-19-2006, 05:56 PM
|
#11
|
|
Variable Bitrate
Join Date: Jan 2005
Location: UK
Posts: 265
|
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.
|
|
|
06-19-2006, 06:07 PM
|
#12
|
|
The Vauxhall Vectra Project
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
|
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
|
|
|
06-19-2006, 06:26 PM
|
#13
|
|
Low Bitrate
Join Date: Jun 2006
Posts: 61
|
Here try this. Timer disabled.
|
|
|
06-19-2006, 06:46 PM
|
#14
|
|
The Vauxhall Vectra Project
Join Date: Jan 2003
Location: Morecambe, Lancs, UK ( Just For The Moment )
Posts: 2,676
|
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
|
|
|
06-19-2006, 06:55 PM
|
#15
|
|
Low Bitrate
Join Date: Jun 2006
Posts: 61
|
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.
|
|
|
|
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 04:13 PM.
| |