| 
| 
| 
| #89025 - 2002-10-30 05:28 PM  Re: BBChecker - 1.5 (Beta) |  
| bundyman   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 |  |  |  |  
| 
| 
| #89028 - 2002-10-30 07:37 PM  Re: BBChecker - 1.5 (Beta) |  
| Howard Bullock   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.
 |  
| Top |  |  |  |  
| 
| 
| #89035 - 2002-10-30 10:28 PM  Re: BBChecker - 1.5 (Beta) |  
| MightyR1   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 |  |  |  |  
| 
| 
| #89042 - 2002-10-31 06:18 AM  Re: BBChecker - 1.5 (Beta) |  
| NTDOC   Administrator
 
       
   Registered:  2000-07-28
 Posts: 11627
 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 |  |  |  |  
| 
| 
| #89044 - 2002-10-31 06:25 AM  Re: BBChecker - 1.5 (Beta) |  
| NTDOC   Administrator
 
       
   Registered:  2000-07-28
 Posts: 11627
 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]](images/icons/cool.gif)  
 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 |  |  |  |  
 Moderator:  Shawn, ShaneEP, Ruud van Velsen, Arend_, Jochen, Radimus, Glenn Barnas, Allen, Mart
 
 | 
| 
 
| 0 registered
and 550 anonymous users online. 
 | 
 |  |