What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [problem] Buttons in windows

[problem] Buttons in windows
Author: Message:
markee
Veteran Member
*****

Avatar

Posts: 1621
Reputation: 50
36 / Male / Flag
Joined: Jan 2006
RE: [problem] Buttons in windows
The only time I find I run into that problem is that the variable is not a string or an array.  These are the two most common causes to my knowledge.  Try debuging the variable just before the if statement to check.  You may also wish to re-code your if statement.

code:
(tehfiltabud.length >= 1000
return a boolean variable, if it is true then it equals 1 and false equals 0.  I think you understand this by putting it in, but instead of having
code:
if ((tehfiltabud.length >= 1000) == 0){
you can have
code:
if (!(tehfiltabud.length >= 1000)){
as the ! turns false to true and true to false, but what would be even better is to do
code:
if (tehfiltabud.length < 1000){
which is just the opposite.  I'm sure you will understand the logic behind that.

EDIT: Looks like I was a little slow, but maybe that extra info might help your code.

This post was edited on 10-26-2007 at 07:04 AM by markee.
[Image: markee.png]
10-26-2007 07:03 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[problem] Buttons in windows - by waynewilson2 on 10-22-2007 at 08:40 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-22-2007 at 09:41 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-22-2007 at 11:01 PM
RE: [problem] Buttons in windows - by Spunky on 10-22-2007 at 11:22 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-23-2007 at 12:51 AM
RE: [problem] Buttons in windows - by waynewilson2 on 10-23-2007 at 05:29 AM
RE: [problem] Buttons in windows - by roflmao456 on 10-23-2007 at 08:13 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-23-2007 at 08:16 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-23-2007 at 08:49 PM
RE: [problem] Buttons in windows - by NanaFreak on 10-23-2007 at 08:54 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-23-2007 at 08:55 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-23-2007 at 09:02 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-23-2007 at 09:36 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-23-2007 at 09:44 PM
RE: [problem] Buttons in windows - by Spunky on 10-23-2007 at 10:12 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-24-2007 at 05:13 AM
RE: [problem] Buttons in windows - by Spunky on 10-24-2007 at 11:17 AM
RE: [problem] Buttons in windows - by markee on 10-24-2007 at 11:25 AM
RE: [problem] Buttons in windows - by Spunky on 10-24-2007 at 12:47 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-24-2007 at 08:19 PM
RE: [problem] Buttons in windows - by NanaFreak on 10-24-2007 at 08:50 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-24-2007 at 10:41 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-24-2007 at 10:54 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-24-2007 at 10:56 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-24-2007 at 11:06 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-25-2007 at 01:23 AM
RE: [problem] Buttons in windows - by markee on 10-25-2007 at 12:14 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-25-2007 at 08:42 PM
RE: [problem] Buttons in windows - by markee on 10-25-2007 at 11:21 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-26-2007 at 02:32 AM
RE: [problem] Buttons in windows - by waynewilson2 on 10-26-2007 at 05:25 AM
RE: [problem] Buttons in windows - by markee on 10-26-2007 at 07:03 AM
RE: [problem] Buttons in windows - by waynewilson2 on 10-26-2007 at 09:11 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-26-2007 at 10:18 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-26-2007 at 10:28 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-26-2007 at 10:39 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-26-2007 at 11:01 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-26-2007 at 11:46 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-27-2007 at 05:27 PM
RE: [problem] Buttons in windows - by roflmao456 on 10-28-2007 at 05:25 PM
RE: [problem] Buttons in windows - by waynewilson2 on 10-29-2007 at 12:25 AM
RE: [problem] Buttons in windows - by waynewilson2 on 10-29-2007 at 02:02 AM
RE: [problem] Buttons in windows - by roflmao456 on 10-29-2007 at 02:43 AM
RE: [problem] Buttons in windows - by waynewilson2 on 10-29-2007 at 03:02 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On