What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: [HELP] "Grandchild"-windows
Okay, thank you :) Btw, what's "Greek" in Greek? (for DC's languages :P )?
SmokingCookieScripting06-28-2008 at 11:09 AM
RE: [HELP] "Grandchild"-windows
No, I mean one window created with MsgPlus.CreateChildWindow(..) in another window, created with the same MsgPlus.CreateChildWindow(..)..
SmokingCookieScripting06-28-2008 at 10:55 AM
[HELP] "Grandchild"-windows
Hi, I am wondering whether it's possible to make child windows in child windows. Currently I have a piece of code in which it won't work, so I'd like to know whether I'm doing something wrong or not.. Thanks in advance.
SmokingCookieScripting06-28-2008 at 10:48 AM
RE: Request: Translators
Greek? Wasn't expecting that one, but sure, I'll contact you, thanks :D [s]EDIT:: @Basilis: I'd like to know what Greek is in Greece, for the options.. :P[/s]
SmokingCookieScripting06-27-2008 at 12:26 PM
RE: Request: Translators
Thank you :D
SmokingCookieScripting06-27-2008 at 11:30 AM
RE: Request: Translators
I'll send the translator the language code. [s]EDIT:: This version is still internal beta, since new functions and windows are being tested and programmed, so it'll take me a while to upload this one.[/s]
SmokingCookieScripting06-27-2008 at 11:07 AM
Request: Translators
Hi, As the development of my script, [url=http://tom.zegiklekkerniet.googlepages.com/da tecalculator__]Date Calculator[/url], advances, I have introduced a language system. Now I would like to ask if any of you would like to translate it to your own l...
SmokingCookieScripting06-27-2008 at 10:52 AM
RE: [HELP] Browsing to save a file
I don't understand those flags etc., but here's the code anyway: [code] function BrowseFile(filter,title,file) { // these ARE specified var SaveFileName = Interop.Allocate(88); var filter; var s_filter; var file; var s_file; var s_title; var...
SmokingCookieScripting05-20-2008 at 07:44 PM
RE: [HELP] Browsing to save a file
Well, thank you :D I have taken a quick look and don't really understand it (because it's a quick look).. I'll take a good hard look at it later this evening ;) Again thank you for the quick reply and the information :D EDIT:: I have inserted the ...
SmokingCookieScripting05-20-2008 at 04:04 PM
[HELP] Browsing to save a file
Hi, I want to save a file, using Windows' "Save File"-dialog and return the selected path, filename and extension, but I have no idea how to.. The MSDN descriptions don't make any sense to me.. Could anybody please help me? Thanks in advance..
SmokingCookieScripting05-20-2008 at 02:56 PM
RE: [HELP] Variable assignment error
Because "\\" makes it confusing. I use Plus!'s script editor. Its colorization llows me to "detect" strngs that haven't been ended (like "hello; which misses a quote mark) and other stuff. Example (note Key2): [URL=http://img368.imageshack.u...
SmokingCookieScripting05-19-2008 at 04:47 PM
[HELP] Variable assignment error
Hi, I'm constantly anoyed by an error as I try to assign a varable: [code] function OnWndOptEvent_CtrlClicked(PlusWnd,ControlId) { if(ControlId == "BtnOK") { Key = "HKEY_CURRENT_USER" + BackSlash + "Software" + BackSlash + "Microsoft" + B...
SmokingCookieScripting05-18-2008 at 07:53 PM
RE: 2 Scripting questions.
Hallo mede-Hollander :P I already got the idea because "And your message can be as long as u want [b]sinds[/b] it just takes room from the "Ur Message here" part." :P Anyway, happy scripting. Again, if you need help, I'm almost 24/7 online :P
SmokingCookieScripting05-18-2008 at 06:30 PM
RE: 2 Scripting questions.
Hey, just make it through the 100 posts so you can give me a REP +1 :P (just joking :P ). If you have any question, I'll be there :P . BTW, what's your main language?
SmokingCookieScripting05-18-2008 at 05:57 PM
RE: 2 Scripting questions.
Yes.. charAt is 0-based.. 0 is the first symbol, 1 is the second etc.. [s]I'm currently working on some code for your 2nd question..[/s] Second question: [code] function OnEvent_ChatWndReceiveMessage(pChatWnd,mOrigin,sMe ssage,kMessageKind) { if(tes...
SmokingCookieScripting05-18-2008 at 05:34 PM
RE: 2 Scripting questions.
First question: Try this: [code] // code retrieves first word ONLY var FirstWord; function OnEvent_CatWndReceiveMessage(pChatWnd,sMessage,mOr igin,kMessageKind) { if(mOrigin != Messenger.MyName) { // Optional!! switch(sMessage.charAt(0)) { // I prefer...
SmokingCookieScripting05-18-2008 at 05:25 PM
RE: [HELP] MenuButtonControl
First it shows MnuBSave. Then either MnuSaveAll or MnuSaveSelected.. So it should work (I suppose).. EDIT:: Don;t know how, but I got it to work :D
SmokingCookieScripting05-18-2008 at 02:26 PM
RE: [HELP] MenuButtonControl
Window shows up nicely. I click the control and the debugger reveals: > Functieaanroep: "OnWndNotifsEvent_CtrlClicked" ("Functieaanroep" is Dutch for "function").
SmokingCookieScripting05-18-2008 at 01:48 PM
RE: [HELP] MenuButtonControl
XML code: [code] <Control xsi:type="MenuButtonControl" Id="MnuBSave"> <Position Left="130" Top="295" Width="50" /> <Caption>Save</Caption> <Menu> <MenuEntry Id="MnuSaveAll">Save all notifications</MenuEntry> <Menu...
SmokingCookieScripting05-18-2008 at 01:39 PM
[HELP] MenuButtonControl
Hi, Many of you must have thought "he's been quiet for too long", well, here I am again :P (sorry :P ). MenuButtonControls won't work, whatever I try. Could anybody please help me? Thanks in advance..
SmokingCookieScripting05-18-2008 at 12:55 PM
RE: [HELP] Get cursor position (X, Y) & set window position (X, Y)
Yes :D Thanks lads :D EDIT:: I already knew how to use it (doesn't happen ofetn :P ), but thanks anyway ;)
SmokingCookieScripting05-16-2008 at 03:13 PM
RE: [HELP] Get cursor position (X, Y) & set window position (X, Y)
Okay.. I am going to try and use you code anyway.. But I need some function to set a window's position. I know it's in some system DLL, because I have once read about it, but I just don't know where to find it. Is there anyone who does?
SmokingCookieScripting05-16-2008 at 02:55 PM
RE: [HELP] Get cursor position (X, Y) & set window position (X, Y)
Right... Your piece of code looks quite.. advanced and difficult to me... I have learnt, though, that Plus! places the command helper at one specific position (not next to the cursor), so in fact I only have to get the width and height of the inpt ar...
SmokingCookieScripting05-15-2008 at 08:07 PM
RE: [HELP] Get cursor position (X, Y) & set window position (X, Y)
Hmm.. So you think I should figure out how big the rectangle of the typing area is (this data is [s]probably somewhere[/s] [b]not[/b] in the registry..), do let some maths do their job and set the window's position?
SmokingCookieScripting05-15-2008 at 07:25 PM
RE: [HELP] Get cursor position (X, Y) & set window position (X, Y)
Okay :P Would Plus! call a DLL to locate the writing cursor? (Sorry, but contacting Patchou is the last thing I would do.. To prevent me from flooding his mailbox :P )
SmokingCookieScripting05-15-2008 at 04:42 PM
[Hide Excerpts] Pages: (33): « First « 24 25 26 27 [ 28 ] 29 30 31 32 » Last »