Page 1 of 1 1
Topic Options
#70681 - 2002-10-08 11:02 AM GUI Interface
Anonymous
Unregistered


Hi,

At this time I am working with v4.11. Looks great!
But I was wondering if there is a way to use a nice Windows logon screen in stead of the old ms-dos screen?
Is it possible to set something like this up?

Kind regards,
Evert Smit

Top
#70682 - 2002-10-08 11:43 AM Re: GUI Interface
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
yep.
with some add-ons.
one you can find at
www.kixforms.freeuk.com
 
_________________________
!

download KiXnet

Top
#70683 - 2002-10-08 11:52 AM Re: GUI Interface
Anonymous
Unregistered


Thanks for your reaction.
I have checked the site immediately but I was wondering were to start. I assume that I have to work with KiXforms but how can I implementate my current Kix script into KiXforms?
Do you have an example?

Regards,
Evert

Top
#70684 - 2002-10-08 11:58 AM Re: GUI Interface
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
sample:
$form=createobject("kixtart.form")
$form.size=200,200
$form.center

use h: "\\server\@userid"
if @error=0
$form.printxy(10,10,"Homedrive connected to H:")
else
$form.printxy(10,10,"Homedrive connection failed. error: @error")
endif

as a start.
then, you should try out with wkix32 as it does not create the window as kix32 does.
 
_________________________
!

download KiXnet

Top
#70685 - 2002-10-09 12:16 AM Re: GUI Interface
Anonymous
Unregistered


thanks again.

do know if there are any programs which can create my kix scipt in the one were KiXforms work with?
This has to do that my kix script is a pretty long one and reconfigure it shall take a long time.

Regards
Evert

Top
#70686 - 2002-10-08 01:10 PM Re: GUI Interface
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
evert, there is not so much to do with your script itself.

only thing is that your output from the script is to be written into another place instead of console.

actually, if you have long script, you could make the loginscreen look like this:
 -

with code:
code:
$main=createobject("kixtart.form")
$main.size=400,200
$main.center
$main.borderstyle=0
$main.showintaskbar=0
$label=$main.label("Example Logonscript Window",10,10,200,20)
$events=$main.listbox(,10,50,$main.clientwidth-20,$main.clientheight-55)
$main.visible=1

$events.additem("Starting logon...")
while $main.visible $=execute($main.doevents) loop



[ 08. October 2002, 13:34: Message edited by: Lonkero ]
_________________________
!

download KiXnet

Top
Page 1 of 1 1


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

Who's Online
0 registered and 132 anonymous users online.
Newest Members
MaikSimon, kvn317, kixtarts2025, SERoyalty, mytar
17872 Registered Users

Generated in 0.054 seconds in which 0.024 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