Page 5 of 5 <12345
Topic Options
#69541 - 2002-09-10 02:09 AM Re: BBChecker II Update
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
Another thing I've seen, sometimes when one presses the "history" or "buddyes" button ... an "extra" click can make its way into the event queue ... depending on whether the form is expanding or contracting ... the form can actually go "double high" and "double shrunk" depending on the direction ... does this make sense ... might be wise to put some "guards" in the there ... to trap and avoid this ...

[ps] double-shrunk = not visible because its Height has gone into negative territory - could this be one of the problems ?

[ 10. September 2002, 02:19: Message edited by: Shawn ]

Top
#69542 - 2002-09-10 09:22 AM Re: BBChecker II Update
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
ok, I never did click those buttons twice [Big Grin]

huh...

how I "protect" buttons against clicking...
_________________________
!

download KiXnet

Top
#69543 - 2002-09-10 10:33 AM Re: BBChecker II Update
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
I would need to avoid somehow the clicking of twice.
and, it already sets itself to disabled but it seems not to get there in time.

shawn, how may I disable the doubleclick?

also, our problem is still there, somehow the hyperlink get's updated on the main form, but not on slider and not in the script...
do you follow?

I set the caption and show gives it correctly on the form but outputting to the console gives the:
"loading elements"

same happens with the slider. somehow it does not actually update the value...

{edit}
pat, I removed the topmost and did have no influence like I thought...

the flaw I'm fighting is in the hyperlink design and I can't seem to get over it...

[ 10. September 2002, 10:35: Message edited by: Lonkero ]
_________________________
!

download KiXnet

Top
#69544 - 2002-09-11 12:06 AM Re: BBChecker II Update
MightyR1 Offline
MM club member
*****

Registered: 1999-09-09
Posts: 1264
Loc: The Netherlands
Shawn,

here's what I do to test it withou waiting for a new post from yhe BB.

Add the following (in my version of the checker) after the call to :init

code:
Sleep 3
slide("KiX me","http://www.kixtart.org")
Exit 0

If .Topmost isn't used, you can click "KiX me" and www.kixtart.org will be shown in a browser. If .topmost is false OR true clicking on it won't work...
_________________________
Greetz,
Patrick Rutten

- We'll either find a way or make one...
- Knowledge is power; knowing how to find it is more powerful...
- Problems don't exist; they are challenges...

Top
#69545 - 2002-09-11 12:07 AM Re: BBChecker II Update
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
update, second alpha release updated in:
http://www.gwspikval.com/jooel/scripts/bbChecker%20II/sources/2.1%20alpha/bbCheckerII%202.1.kix

saw that setting to 3 pixels and have no clue what it did there. so commented it out.
my message on the slider shows up correctly now and I got rid of that timer udf.

did try to make some dynamic width stuff on the slider but have to look more into that as it does not work properly yet...

also, got the size successfully back under 10k (9,92k) and it has still the slider in it!
_________________________
!

download KiXnet

Top
#69546 - 2002-09-11 12:10 AM Re: BBChecker II Update
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
got some kinda failure in the history...

will have to see...
_________________________
!

download KiXnet

Top
#69547 - 2002-09-10 01:05 PM Re: BBChecker II Update
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
checked on that, and yes, it seems to work just as you said...
found that history and url-related problem.
updated source. current size 9,84k.

tried to fix that slider width too, but can't test it as no one posts...

{edit}
yep, the width has been fixed...

[ 10. September 2002, 13:06: Message edited by: Lonkero ]
_________________________
!

download KiXnet

Top
#69548 - 2002-09-10 01:51 PM Re: BBChecker II Update
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
shawn, just read your kixlist...

ondoubleclick is not even supported with button.
and if then in my script I set onclick to disable the button, how may doubleclick happen?
_________________________
!

download KiXnet

Top
#69549 - 2002-09-10 01:55 PM Re: BBChecker II Update
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
Im thinking its not a double click .. but two single clicks ... queued-up one after the other.

Patrick ... thats what I was looking for ... a way to repro this problem ... will have a lookie this morning ...

Top
#69550 - 2002-09-10 02:04 PM Re: BBChecker II Update
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
shawn, just can't understand how it gets trough as it's already disabled by the first click...

anyway, tried searching for "appearance" on com forum and got no matches. found myself one but not what I wanted.
can one set default properties for one type control, like buttons?
I want them all to be flat, but do I then have to write that in all?
_________________________
!

download KiXnet

Top
#69551 - 2002-09-10 02:42 PM Re: BBChecker II Update
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
found another bugfix which came almost by accident.
I knew, that if multiple new posts came on same sweep only one got it's way to history.
now, when replaced the select with loop to make the size smaller, also this got fixed.
_________________________
!

download KiXnet

Top
#69552 - 2002-09-10 03:26 PM Re: BBChecker II Update
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
I can't see the reason but the scripts response time has lowered significantly.
before the doubleclick occured (version 2.0) only when the doubleclick was really fast.
no, it's enough to just press slowly the button twice.

could this just be the adding of slider???

have to invest a little...

btw, shawn, how can I remove the calls to the inline? I can't make the form to respond at all without those...
_________________________
!

download KiXnet

Top
#69553 - 2002-09-10 04:27 PM Re: BBChecker II Update
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
updated sources and will be leaving home soon.
also, the actual download place is now:
http://www.gwspikval.com/jooel/scripts/bbChecker/sources/current/

fixed little bit the hierarchy.
old links mostly work though (for compability reasons) but they are just links to the new locations...
_________________________
!

download KiXnet

Top
#69554 - 2002-09-10 04:31 PM Re: BBChecker II Update
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
DON'T FORGET TO TAKE YOUR LAPTOP WITH YOU !!!

[Wink]

Top
#69555 - 2002-09-10 04:35 PM Re: BBChecker II Update
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
shawn, I've learned from this summer something, I'll keep all wintosh machines out of home so I can live my life on the evening uttleast for a while before the tv...

I know it is bad for my postcount, but keeps my somewhat alive.
_________________________
!

download KiXnet

Top
#69556 - 2002-09-10 04:38 PM Re: BBChecker II Update
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
lol - right on my brother.
Top
Page 5 of 5 <12345


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

Who's Online
0 registered and 515 anonymous users online.
Newest Members
gespanntleuchten, DaveatAdvanced, Paulo_Alves, UsTaaa, xxJJxx
17864 Registered Users

Generated in 0.07 seconds in which 0.026 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