Page 3 of 6 <12345>Last »
Topic Options
#89025 - 2002-10-30 05:28 PM Re: BBChecker - 1.5 (Beta)
bundyman Offline
Lurker

Registered: 2002-10-30
Posts: 1
Thanks for answering the questions for the use of this script for vhforums.com. A couple of questions, do you have any idea of how this will affect bandwidth with the query of the server every 20 seconds by pontetially hundreds or thousands of users?

I am not sure who created this script but before digging any further into the vhforums angle I would like to know that its okay with them. This is a very cool script (app) and I think it would be an ideal thing to offer users of that site :-)
_________________________
[url=http://www.bundymania.com/interview.htm]My Flash Movies[/url]

Top
#89026 - 2002-10-30 06:34 PM Re: BBChecker - 1.5 (Beta)
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
well, we can hardcode 300 second as minimum refresh time.

anyway, I think there is to be update on the engine.
what bigger the board grows, that more using todays active topics as base change.log looks good.

what comes to bandwidth.
if the server is on 10M net, it would be better not to give this to it's users.
then only 150 users running on 20sec refresh would eat up 90-95% of the bandwidth.
_________________________
!

download KiXnet

Top
#89027 - 2002-10-30 06:54 PM Re: BBChecker - 1.5 (Beta)
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
pat, that should not be too easy that tooltip.
in listview can't change by line the tooltip?

currently checker running nicely. it will hang on net outage until it gets next update...
maybe should do something for that.
anyway, it's not crashing anymore [Wink]
I'll do something for that clear, it still needs to have the start field to see how long it has run [Big Grin]
_________________________
!

download KiXnet

Top
#89028 - 2002-10-30 07:37 PM Re: BBChecker - 1.5 (Beta)
Howard Bullock Offline
KiX Supporter
*****

Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
Jooel, it crashed again. The only thing that was referenced was "error in expression !".

As for the other thread I'm with Les.
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#89029 - 2002-10-30 07:52 PM Re: BBChecker - 1.5 (Beta)
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
hoby, another thread?

anyway, as you are having problems and I'm not...

released RC-1
anyway, who wants to make his checker stable should upgrade to this release.
sources directory has been updated with current files.
_________________________
!

download KiXnet

Top
#89030 - 2002-10-30 09:01 PM Re: BBChecker - 1.5 (Beta)
MightyR1 Offline
MM club member
*****

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

I don't know how the listview works (waiting till the official kixforms docu is there).

About the tooltip; can it be done or is it too difficult???
_________________________
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
#89031 - 2002-10-30 09:18 PM Re: BBChecker - 1.5 (Beta)
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
after rethinking, no can do.
I can know on which topic you are and change the tooltip by that, but how I can make the tooltip to refresh?
_________________________
!

download KiXnet

Top
#89032 - 2002-10-30 10:21 PM Re: BBChecker - 1.5 (Beta)
MightyR1 Offline
MM club member
*****

Registered: 1999-09-09
Posts: 1264
Loc: The Netherlands
[Frown] [Frown]
Script error occurred with cmd box saying "20" after running the RC1 for 2 hrs...
_________________________
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
#89033 - 2002-10-30 10:24 PM Re: BBChecker - 1.5 (Beta)
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
with which settings?
also, do you have your own slider or the one from package?
_________________________
!

download KiXnet

Top
#89034 - 2002-10-30 10:26 PM Re: BBChecker - 1.5 (Beta)
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
hmmm 20 eh ... wonder if thats a "20" or a "2" "0" combo ?

jooel, you got a double set of unsilenced function calls in your script somewhere ? 20 also sounds like maybe one of Location properties, ie: Left or Top ... cant think what else it might be ...

Top
#89035 - 2002-10-30 10:28 PM Re: BBChecker - 1.5 (Beta)
MightyR1 Offline
MM club member
*****

Registered: 1999-09-09
Posts: 1264
Loc: The Netherlands
And again with your latest post!!!

Wxp Pro NL
Latest KixForms
Checker RC1

own slider:
code:
Function slide($sc,$scv)
Dim $t,$d,$p,$l,$c,$h,$w,$h1,$poplabel,$sl
$d = 1
$h = 22
$h1 = 18
$w = 300
$p = CreateObject("Kixtart.Form")
$p.height = 0
$t=$p.screen.height-taskbar()
$p.height = 0
$p.width = $w + 6
$p.fontsize = 10
$p.fontname = "helvetica"
$p.forecolor = 0
$p.fontbold = 0
$p.BorderStyle = 0
$p.backcolor = $p.RGB(255,255,0)
$p.Top = $t
$p.Left = $p.screen.width-$p.width-20

$poplabel = $p.label($sc,4,2+$h1/2,$w-2,2*$h1)
$poplabel.backcolor = $p.rgb(255,255,0)
$poplabel.borderstyle = 0
$poplabel.alignment = 2
$p.onmousemove="$$poplabel.fontbold=0 $$poplabel.fontunderline=0"
$poplabel.onmousemove="$$poplabel.fontbold=0 $$poplabel.fontunderline=1"
$poplabel.onmouseup="$runie "+Chr(34)+$scv+Chr(34)+"' sleep 0.5 $$p.visible=0 "

$c = $p.Timer(20)
$c.OnTimer = "
If $$d=1
$$p.Top=$$p.Top - 1
$$p.height=$$p.Height+1

$$ptopline=$$p.line(0,0,$$p.width,0)
$$pleftline=$$p.line(0,0,0,$$p.height)
$$prightline=$$p.line($$p.width-1,0,$$p.width-1,$$p.height)
$$p.forecolor=$$p.RGB(255,255,0)
$$pbottomline=$$p.line(1,$$p.height-2,$$p.width-1,$$p.height-2)
$$p.forecolor=0
$$pbottomline=$$p.line(0,$$p.height-1,$$p.width,$$p.height-1)

If $$p.top<($$t-3*$h1)
$$c.Interval=3000
$$d=0
EndIf
Else
If $$d=2
$$c.Interval=20
$$p.Top=$$p.Top + 1
$$p.height=$$p.Height-1

$$ptopline=$$p.line(0,0,$$p.width,0)
$$pleftline=$$p.line(0,0,0,$$p.height)
$$prightline=$$p.line($$p.width-1,0,$$p.width-1,$$p.height)
$$p.forecolor=$$p.RGB(255,255,0)
$$pbottomline=$$p.line(1,$$p.height-2,$$p.width-1,$$p.height-2)
$$p.forecolor=0
$$pbottomline=$$p.line(0,$$p.height-1,$$p.width,$$p.height-1)

If $$p.top>$$t
$$c.Enabled=0
$$p.Hide
EndIf
Else
$$d=2
EndIf
EndIf
"
$p.height=0
$p.Show
$p.ShowInTaskbar = 0
$p.TopMost = 1

While $p.Visible
$sl=Execute($p.DoEvents)
Loop

$p = 0
$poplabel = 0
$ptopline = 0
$pleftline = 0
$prightline = 0
$pbottomline = 0
$c=0

EndFunction

_________________________
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
#89036 - 2002-10-30 10:30 PM Re: BBChecker - 1.5 (Beta)
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
increase the interval from 20 to 30 and try again.
_________________________
!

download KiXnet

Top
#89037 - 2002-10-30 11:45 PM Re: BBChecker - 1.5 (Beta)
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
patrick, any update?

shawn, I dunno if you are running checker, but with last build (rc-1) the slider has a habit of raising the checker window ontop.

any reason?
_________________________
!

download KiXnet

Top
#89038 - 2002-10-30 11:49 PM Re: BBChecker - 1.5 (Beta)
MightyR1 Offline
MM club member
*****

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

running with slider interval 30 now for 30 mins. Not many posts though so not a representative scenario?!?

BTW left the checker running (beta2) at work, will see tomorrow if that one crashed (2MB to www)...
_________________________
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
#89039 - 2002-10-30 11:58 PM Re: BBChecker - 1.5 (Beta)
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
Jooel, fyi, I left bbc running all night last night ... no probs.
Top
#89040 - 2002-10-30 11:58 PM Re: BBChecker - 1.5 (Beta)
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
my rc-1 has been running for 4.000 hours now.

my quess is that there is leak in the forms...
or in kix... when the slider comes with 20 and it does not have time to execute the pending ontimer-events it crashes at some point.

could be tested though.
but, changing it to greates has solved the problem since.

I just wonder, should also during net outage the timer be flushed? would it clear the pending events raised by it?
_________________________
!

download KiXnet

Top
#89041 - 2002-10-31 05:41 AM Re: BBChecker - 1.5 (Beta)
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
ok,
patrick, get the checker code from the sources dir and tell does that please you?

it still requires the focus change but does it look weird or ok?
_________________________
!

download KiXnet

Top
#89042 - 2002-10-31 06:18 AM Re: BBChecker - 1.5 (Beta)
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11623
Loc: CA
Lonkero,

Noticed a couple things. Just downloaded and installed your bbchecker. Then I copied the newer script from the SOURCE folder on your site.

http://www.gwspikval.com/jooel/scripts/bbChecker/BBChecker_1.5_RC1.exe

1.
The install package did not correctly install the KIXFORMS.DLL file. I had version build 36 already installed, your installer overwrote it with the older version build 35

2.
This is minor and kind of expected behavior, but when you don't select a buddy on the left, but do say SHOW PROFILE it goes to KiXtart.org for an unknown user. Maybe check and alert the user that he/she did not select a buddy.

3.
Maybe add the KIXFORMS build 36 to your source installer and check why the code installed and overwrote a newer version.

Top
#89043 - 2002-10-31 06:20 AM Re: BBChecker - 1.5 (Beta)
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
first, don't have build 36, so don't use it.

the buddy thing is expected. I'll make a fix later with 1.5 upgrade.

why the install does overwrite, I'll have to see.
_________________________
!

download KiXnet

Top
#89044 - 2002-10-31 06:25 AM Re: BBChecker - 1.5 (Beta)
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11623
Loc: CA
Okay, your right. Got that build from Shawn to overcome an issue I was having with checkbox behavior.

Shawn did not publicly release that one yet.

I like the popup in the top left... very [Cool]

Currently using 2,774K of memory for WKIX32.EXE running the script with /i

been running about 20 minutes so far and only posts from you and me kicking it off.

I sent you a message as well on other subject.

Top
Page 3 of 6 <12345>Last »


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

Who's Online
1 registered (Allen) and 466 anonymous users online.
Newest Members
gespanntleuchten, DaveatAdvanced, Paulo_Alves, UsTaaa, xxJJxx
17864 Registered Users

Generated in 0.096 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