Theory on making messages infinite length - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Theory on making messages infinite length (/showthread.php?tid=81765) Theory on making messages infinite length by Nathan on 02-20-2008 at 12:06 AM
Well is it possible to remove the lock after 1500 characters (or whatever it is) and let the user keep typing, and just split the messages up. RE: Theory on making messages infinite length by Lou on 02-20-2008 at 12:25 AM There would definitely have to be a message that would say "Message max length reached: Splitting message" and it would have to be able to find the last word before the split, so words aren't split in half. RE: Theory on making messages infinite length by Nathan on 02-20-2008 at 12:56 AM Yeah, maybe theres someway you can incorporate a HR (horisontal rule), where its splits RE: Theory on making messages infinite length by Lou on 02-20-2008 at 01:05 AM
quote:or simply send it as a new message, which is most likely more possible/easy, RE: Theory on making messages infinite length by Patchou on 02-20-2008 at 04:10 PM sure thing. That's something I wanted to do a long time ago but then decided otherwise to prevent flooding. 1100 characters is already a lot for a message... in what occasion would you want to send more? (I need to be convinced this is for the greater good ) RE: Theory on making messages infinite length by Jesus on 02-20-2008 at 04:37 PM
copy/paste e.g. large articles (although you could send the URL or file instead) RE: Theory on making messages infinite length by Spunky on 02-20-2008 at 04:54 PM
Sending large amounts of code without "txt-ing it up" RE: Theory on making messages infinite length by Nathan on 02-20-2008 at 05:27 PM
Yeah, I used to help people with php alot, and there was never anything that annoyed me more is when I had to split the code up (making it harder for the other person to understand) RE: Theory on making messages infinite length by RaceProUK on 02-20-2008 at 07:12 PM Paste the code in a txt file and send that RE: Theory on making messages infinite length by Spunky on 02-20-2008 at 09:02 PM
quote: quote: Gets annoying RE: Theory on making messages infinite length by deAd on 02-20-2008 at 09:22 PM I think this could be used too easily for flooding....usually SP3's 5000 characters are enough for articles and code RE: Theory on making messages infinite length by RebelSean on 02-20-2008 at 10:25 PM
quote: To be completely honest, I think it'd help a lot of students who help each other with essays, research, etc etc over messenger. I know quite a few people who do it in highschool and college around here both. I'd personally would love if I could simply copy and past it rather than sending it. Would save time. RE: Theory on making messages infinite length by Patchou on 02-21-2008 at 03:38 AM
well, the problem is that if you want to send a lot of text, even if the message gets split-up, you'll get "Contact says:" in the middle several times which would be annoying. RE: Theory on making messages infinite length by Jesus on 02-21-2008 at 03:59 AM
That would be even better IMO for the reason you mentioned already RE: Theory on making messages infinite length by Matti on 02-21-2008 at 04:55 PM
That's one very nice idea, Patchou! RE: Theory on making messages infinite length by Nathan on 02-21-2008 at 06:18 PM
Or even maybe, it could detect if the other user has plus, and if it does send them as split messages and then msgplus on the other end, recode it so its in one message? RE: Theory on making messages infinite length by ArkaneArkade on 02-22-2008 at 02:18 AM
I don't think theres any real way to detect if a contact is using Plus! except by sending a ping request, which means you'd need to wait for a response before deciding whether to split the message or tell you its over the limit. I'm also not too sure how much control Plus actually has over the "Contact says" and it might be extra hassle for Patchou! RE: RE: Theory on making messages infinite length by kaourika on 02-24-2008 at 01:45 AM
quote:Hah! Typical male response. Chicks can find plenty of reasons to be so verbose *grins* Pretty much all of my friends enjoy writing as a hobby, as do tons of others in the "creative young adult" type demographic (think Livejournal and DeviantArt kinda people). Predictably, the text limit makes sharing stories frustrating. You're copying chunks from Word or whatever several paragraphs at a time, and it's impossible to judge where your writing is going to get cropped mid-sentance. It turns a would-be simple ctrl+c, ctrl+p affair into an editorial process. DX Also, as already mentioned, sending bits of articles and code. In my own experience, both of these things have been frustrated by the text limit before. In essence, I really do think that the legitimate reasons one might be sharing large chunks of text FAR outweigh instances of flooding. Every single one of my contacts has been been stymied at some point or another by the text limit while talking with me. Conversely, I've never had a problem with flooding -- and if I did? the block button is right there. quote:Hate to be a killjoy, but that sounds way more obtuse than just "Contact says" D: Especially because the eye just glazes over those tags during a convo. Of course, more functions are always nice, and I'm sure it would have its uses in some circumstances. But if such a function was integrated, I hope it would be possible to turn it off. Sorry to be flippant, but... generally, when I'm sending text via Msg window, it's because I just wanna send it via Msg window =P There are half a dozen OTHER ways I could do it and not have to worry about the text limit at all, but I choose to do it through a WLM wnd because that's how I want to do it. HOWEVER... quote:I would LOVE if when you CTRL+V'd (or even drag-dropped) an image into a window, it put it into shared folders instead of inititiaizing the old fashioned style image transfer. You should probably make that turn-offable in the options, though, as I'm sure many people prefer the simplicity of the old way -- not to mention sharing folders sometimes goes offline for long periods of time. Anyway, sorry for the lengthy post *cough* Hope I made my point here. I'll just finish by saying that the text limit is by far my #1 frustration with WLM, and I'd be overjoyed to see it gone. RE: RE: Theory on making messages infinite length by stu on 03-01-2008 at 07:05 PM
quote: Of course theres always the option in WLM itself to "Group sequential messages from each contact together". If the user has that set up, there would be no noticable breaks in the text, other then the line break where it has been split up which is hardly anything to complain about imo RE: Theory on making messages infinite length by Quantum on 03-01-2008 at 09:34 PM
How about this for plus users only: RE: Theory on making messages infinite length by Voldemort on 03-01-2008 at 10:19 PM
quote: IIRC plus doesn't have control over messages in conversation windows... RE: Theory on making messages infinite length by Quantum on 03-01-2008 at 10:23 PM It can be done, right? Plus can just change what WLM receives. Correct me if i'm wrong. RE: Theory on making messages infinite length by Voldemort on 03-02-2008 at 02:51 AM
quote: quote: RE: Theory on making messages infinite length by John Anderton on 03-02-2008 at 04:53 AM
I haven't read the whole thread but I just got an idea after reading the first post. RE: Theory on making messages infinite length by Voldemort on 03-02-2008 at 05:42 AM I'm still stubborn on the idea that plus can't do that kind of changes, based on that old /echo request thread that i can't cite. RE: Theory on making messages infinite length by markee on 03-02-2008 at 08:22 AM
quote:Just the fact that when changing the message value of a recieved message through a script can only be equal or less than the original length is a good enough way of showing that there is a limitation. If Patchou had the ability to make a recieved message longer than he would have given this ability to scripters already (as it has already been asked for). RE: Theory on making messages infinite length by Quantum on 03-02-2008 at 08:58 AM
quote: I just said that.... RE: Theory on making messages infinite length by vaccination on 03-02-2008 at 09:41 AM
quote: quote: RE: Theory on making messages infinite length by Quantum on 03-02-2008 at 09:44 AM
quote:I know. I was just telling him that i said that. |