Page 2 of 2 <12
Topic Options
#86290 - 2002-06-28 12:49 AM Re: Kixforms - build 14 failures...
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
next need:
-multicolumn

you have something in document on that in listbox object...
I would need table style and can't figure out how to do that with the current way of working.

what I understood from the doc, it's vertical or horisontal listbox.
but can't have normal listbox with two columns.
I could use two listboxes but then they would both have bars.

cheers,
_________________________
!

download KiXnet

Top
#86291 - 2002-06-27 01:01 PM Re: Kixforms - build 14 failures...
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
this ??-error we had some time ago is back and really annoying.
script ends with this displayed:


have you got it?

I'm going to send you the newest beta of the bbChecker II
at some point and let you experience the fun too!

cheers,
_________________________
!

download KiXnet

Top
#86292 - 2002-06-27 03:12 PM Re: Kixforms - build 14 failures...
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
Lonkero,

Im at home today - email to stassie@sympatico.ca

Top
#86293 - 2002-06-27 03:17 PM Re: Kixforms - build 14 failures...
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
heh, so did you get my mails or do I send them to home too?
_________________________
!

download KiXnet

Top
#86294 - 2002-06-27 03:39 PM Re: Kixforms - build 14 failures...
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
I can't retrieve my emails from work - so send them to my home address now. stassie@sympatico.ca
Top
#86295 - 2002-06-27 04:53 PM Re: Kixforms - build 14 failures...
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
Jooel,

Modify your onclick to the following:

code:
$ab.onclick = "$$history.height = $$form.screen.height - (taskbar(0) + $$form.height + $$history.height - 3) $$history.visible=1"

Does this help a bit ? Still looking at your script - impressive - that taskbar() thingy works great - reminds me of my taskbar MP3 media player - can hardly tell this is a script running. [Wink]

Top
#86296 - 2002-06-27 07:33 PM Re: Kixforms - build 14 failures...
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
shawnie, what that should fix?
get me rid of the ??§ stuff?

that's making my script useless.

anyways, can I control the focus on the taskbar object?

when form which is not hidden but out of the window get's focus, I need to know that and then could bring it back to users desktop area.

otherwise I need to make form (small) to some corner and by clicking it user gets to see the main form...

I'm allready adding func (in my head) about online users and removing your own posts from the history.

the user stuff would have something like, notify message when somebody on your buddy-lists logs on to BB.

anyway, due to limitations in the control the scripter may gain, I have to think about how to design the GUI-part in a way that it does not annoy user, but still gives feeling of easyness and usebility...
_________________________
!

download KiXnet

Top
#86297 - 2002-07-30 02:45 PM Re: Kixforms - build 14 failures...
Schuliebug Offline
Hey THIS is FUN
*****

Registered: 2002-01-18
Posts: 379
Loc: Netherlands
Shawn,

Is it also possible to use SetFocus on a checkbox, optionbutton, etc? I tried to place the focus on the default button (Cancel), so when users just press Enter nothing will happen.
_________________________
Kind regards,

Top
#86298 - 2002-07-30 02:52 PM Re: Kixforms - build 14 failures...
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
it is possible sure.
you can also set it as default button.

there is new threads discussing new builds of kixforms.

older one is the thread of setfocus (added in build 17):
http://81.17.37.55/board/ultimatebb.php?ubb=get_topic;f=13;t=000192

and then there is kixforms wishlist:
http://81.17.37.55/board/ultimatebb.php?ubb=get_topic;f=13;t=000205

which has currently link to newist (build 22) kixforms:
http://www3.sympatico.ca/stassie/kixforms.zip

[ 30 July 2002, 14:58: Message edited by: Lonkero ]
_________________________
!

download KiXnet

Top
#86299 - 2002-07-30 03:04 PM Re: Kixforms - build 14 failures...
Schuliebug Offline
Hey THIS is FUN
*****

Registered: 2002-01-18
Posts: 379
Loc: Netherlands
I don't think setting a button as the default is the same as setFocus. When i try the first, hotkeys defined as buttons or optionboxes still dont work. If i TAB once they'll work... I will look at the other posts [Smile]
_________________________
Kind regards,

Top
#86300 - 2002-07-30 03:24 PM Re: Kixforms - build 14 failures...
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
Jan,

Setting an optionbutton to become the "default
button" has the side effect that the
optionbutton "transforms" into a commandbutton
(Kixforms 1) ... this behavior has changed in
KiXforms TNG and now works "as expected".

The HOTKEY thingy does indeed require that a
control (any control) be in focus before it
activates ... I'll fix that in TNG ... getting
close now ...

[ 30 July 2002, 15:25: Message edited by: Shawn ]

Top
#86301 - 2002-07-30 04:40 PM Re: Kixforms - build 14 failures...
Schuliebug Offline
Hey THIS is FUN
*****

Registered: 2002-01-18
Posts: 379
Loc: Netherlands
Thankz Shawn for you'r fast and clear reply [Smile] I'll wait for KixForms TNG (or was is 2.0..). I sent you some mail regarding this, please ignore them [Roll Eyes]
_________________________
Kind regards,

Top
#86302 - 2002-07-30 04:46 PM Re: Kixforms - build 14 failures...
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
mmm... wait.
there are wait'ers alright.

but doesn't the setfocus worky?
_________________________
!

download KiXnet

Top
#86303 - 2002-07-30 06:19 PM Re: Kixforms - build 14 failures...
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
What I need to do is the following:

1) Add the ability to have Kixforms restore the
focus to the "currently focused control" when
switching back-and-forth between a Kixforms - and
any other Windows app.

2) As controls are created, initially give them
the focus, so that when the form is displayed,
the last control created will have the focus,
unless specifically set (in code) with the
SetFocus method (ie, in an initialization
routine) ...

[ 30 July 2002, 18:20: Message edited by: Shawn ]

Top
#86304 - 2002-07-30 11:14 PM Re: Kixforms - build 14 failures...
Schuliebug Offline
Hey THIS is FUN
*****

Registered: 2002-01-18
Posts: 379
Loc: Netherlands
Thankz to Shawn and i think a mistake somewhere in my coding, my SetFocus problem is solved. SetFocus works on CommandButton, OptionBox and so on.... My mistake, sorry! Nevertheless, i'm also interested in taskbar stuff Lonkero's doin'
_________________________
Kind regards,

Top
#86305 - 2002-08-03 05:37 AM Re: Kixforms - build 14 failures...
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
just let me know if there is any errors or lack of support or just something you would like to add.
_________________________
!

download KiXnet

Top
Page 2 of 2 <12


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

Who's Online
0 registered and 323 anonymous users online.
Newest Members
Audio, Hoschi, Comet, rrosell, PatrickPinto
17880 Registered Users

Generated in 0.127 seconds in which 0.099 seconds were spent on a total of 13 queries. Zlib compression enabled.

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