Page 4 of 8 « First<23456>Last »
Topic Options
#95608 - 2002-11-18 01:35 AM Re: Jooel - need your web scripting expertise
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
ah ! got it to work !!!
Top
#95609 - 2002-11-18 01:37 AM Re: Jooel - need your web scripting expertise
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
I removed the showintaskbar line from slider and added at the beginning:
$fake=createobject("kixtart.form")

and that got rid of the taskbar...
_________________________
!

download KiXnet

Top
#95610 - 2002-11-18 01:39 AM Re: Jooel - need your web scripting expertise
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
well, just from a testing stand-point, try this:

code:
break on

... usual stuff ...

$Form.Show(1)
$Form.ShowInTaskBar = 0
While $Form.Visible
$=Execute($Form.DoEvents)
Loop

Thats the piece I was missing - it has to be in the taskbar to hide it. Will keep working on this though...

[ 18. November 2002, 01:40: Message edited by: Shawn ]

Top
#95611 - 2002-11-18 01:47 AM Re: Jooel - need your web scripting expertise
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
yep.
but it still steals focus.
and flashes...

anyway, will keep in mind for future needs.
_________________________
!

download KiXnet

Top
#95612 - 2002-11-18 01:49 AM Re: Jooel - need your web scripting expertise
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
eh.
read your last reply, should it be named as hidefromtaskbar?
_________________________
!

download KiXnet

Top
#95613 - 2002-11-18 01:49 AM Re: Jooel - need your web scripting expertise
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
well, this was the piece i was missing - now I can integrate this into the Show property so that if ShowInTaskBar is already set, Show will immediatetly remove it oncre it shown - might be a very brief flash ... very brief.
Top
#95614 - 2002-11-18 02:25 AM Re: Jooel - need your web scripting expertise
Howard Bullock Offline
KiX Supporter
*****

Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
Shawn, were you sending me email? I haven't received any yet?
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#95615 - 2002-11-18 02:28 AM Re: Jooel - need your web scripting expertise
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
No, its just that all the replys were queuing up in my outbox - with bad reply addresses.
Top
#95616 - 2002-11-18 02:33 AM Re: Jooel - need your web scripting expertise
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
hoby, can you translate:
if $rootpath !~ /\\$/;

I want to change the rootpath to correct and thought:
$rootpath .= "\\"

sets the \ and changing it to / would have a little help...
_________________________
!

download KiXnet

Top
#95617 - 2002-11-18 02:37 AM Re: Jooel - need your web scripting expertise
Howard Bullock Offline
KiX Supporter
*****

Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
hoby, can you translate:
1) if $rootpath !~ /\\$/;
2) $rootpath .= "\\"

1)if $rootpath does not end with a "\"
2) add an "\" to the end of the string

1) if $rootpath !~ #/$#; or $rootpath !~ /\/$/;
2) $rootpath .= "/"
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#95618 - 2002-11-18 03:57 AM Re: Jooel - need your web scripting expertise
Howard Bullock Offline
KiX Supporter
*****

Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
Lonkero, did those changes improve the program?

Shawn, that 4 meg ZIP file will make quite a large DLL. Are you going to deploy it via logon script? [Wink]
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#95619 - 2002-11-18 04:02 AM Re: Jooel - need your web scripting expertise
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
getting tired.
time is only 05:00
I decided to wash some laundry at 07:00 and then go to work...

you know hoby, this stuff is fantastic.
once I got over the try&fail&try-again period, started reading the man.
and the failure was as simple as default timeout of expect. it was as huge as 10s!

buddy-bong...
hoby, reading reply...
I started making a library of those files and eh.
one should take only some I say.
and then, back to the post...

IT WORKS
ran it while was making this...
now they are there!
will just add the jscript file there and voila.
the cron works too so will mod a little the text on the start page.
_________________________
!

download KiXnet

Top
#95620 - 2002-11-18 04:10 AM Re: Jooel - need your web scripting expertise
Howard Bullock Offline
KiX Supporter
*****

Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
I think we have a language setting issue with the characters in "AnyFlags". Where there is one... [Frown]

[ 18. November 2002, 04:11: Message edited by: Howard Bullock ]
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#95621 - 2002-11-18 04:12 AM Re: Jooel - need your web scripting expertise
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
what makes you think such a thing?
_________________________
!

download KiXnet

Top
#95622 - 2002-11-18 04:14 AM Re: Jooel - need your web scripting expertise
Howard Bullock Offline
KiX Supporter
*****

Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
check your email. I sent a snapshot.
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#95623 - 2002-11-18 04:28 AM Re: Jooel - need your web scripting expertise
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
wait a min.
need to vpn to get mail and currently cracking your perl code...
_________________________
!

download KiXnet

Top
#95624 - 2002-11-18 04:36 AM Re: Jooel - need your web scripting expertise
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
great mail.
were you planning to put something in it?
it had no topic but your signature was the body...

just updated the library.
shows the time in GMT and vlink color is blue as it looked silly as red with the animation...

oh.
wrong color.
_________________________
!

download KiXnet

Top
#95625 - 2002-11-18 04:42 AM Re: Jooel - need your web scripting expertise
Howard Bullock Offline
KiX Supporter
*****

Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
The color looks OK. I resent the mail with a jpg attached.
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#95626 - 2002-11-18 04:57 AM Re: Jooel - need your web scripting expertise
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
I re-ran it...

is that a problem? [Wink]
looks really nice!

no wonder you say that color looks ok.
dunno what it could be...

all the phases should use basic font table (western european iso-8859-1) and the list showed fine before...
_________________________
!

download KiXnet

Top
#95627 - 2002-11-18 05:02 AM Re: Jooel - need your web scripting expertise
Howard Bullock Offline
KiX Supporter
*****

Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
Looks good except for a few. Did you get my 2nd mail?
_________________________
Home page: http://www.kixhelp.com/hb/

Top
Page 4 of 8 « First<23456>Last »


Moderator:  Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart 
Hop to:
Shout Box

Who's Online
0 registered and 718 anonymous users online.
Newest Members
Timothy, Jojo67, MaikSimon, kvn317, kixtarts2025
17874 Registered Users

Generated in 0.1 seconds in which 0.05 seconds were spent on a total of 12 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org