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

Search Results
Subject Author Forum Time
RE: [Resource] ToolTip Class (Updated: 14/08/07)
ok this plugins work perfectly ;) just need to update the tooltip after edit them [code]MyToolTip[0].Text = "You want to set this\npicture to this Ps?" MyToolTip[0].Title = Wnd.GetControlText("LblName") MyToolTip[0].UpdateToolTip();[/code]
FlashScripting03-18-2007 at 05:59 PM
RE: [Thx!] CheckBoxControl/Attributes/Has3States
watch my edit post ;)
FlashScripting03-18-2007 at 04:28 PM
RE: [Thx!] CheckBoxControl/Attributes/Has3States
hum, and how for set the State? ? edit:i maked that :P [code] function ClickCheck(w,c,n) { if (n == null) return w.SendControlMessage(c, 0xF0,0x2, 0) else if (n < 2){ w.Button_SetCheckState(c,(n == 1)?true:false) } else w.SendControlMessage(c,...
FlashScripting03-18-2007 at 03:48 PM
RE: [Thx!] CheckBoxControl/Attributes/Has3States
hum confusing with parameter [quote] var [b]BM_GETSTATE[/b] = 0xF2 var [b]BS_CHECKBOX[/b] = 0x2 var res = Interop.Call("user32", "SendMessageW", PlusWnd.GetControlHandle("yourcheckbox"), [b]BM_GETCHECK,BS_CHECKBOX[/b], 0) [/quote]
FlashScripting03-18-2007 at 05:57 AM
[Thx!] CheckBoxControl/Attributes/Has3States
how to see the State 3???? [code] Debug.Trace("Click "+w.Button_IsChecked( c )) Appel de la fonction : OnPsDp_PsChild1Event_CtrlClicked Click false Appel de la fonction : OnPsDp_PsChild1Event_CtrlClicked Click true Appel de la fonction : OnPsDp_PsC...
FlashScripting03-17-2007 at 10:57 PM
RE: [Thx ;)]Little help for Opendlg and .lnk file pls
no no, its for when u select a file for start with the Personalized Status ;) i save the targetpath and the parameter now that work great ;)
FlashScripting03-14-2007 at 01:13 PM
RE: [Thx ;)]Little help for Opendlg and .lnk file pls
oh ok thx :P i try this after my job :D Thx matty that work perfectly :D
FlashScripting03-13-2007 at 09:30 AM
RE: [Thx ;)]Little help for Opendlg and .lnk file pls
hum i seefor creat a shortcut and add argument but for get him i dont know Matty :(
FlashScripting03-13-2007 at 12:05 AM
RE: [Thx ;)]Little help for Opendlg and .lnk file pls
:( no one know that !
FlashScripting03-12-2007 at 03:01 AM
RE: Bug with type="FigureElement"
Thx that work great and i can use RichEditControl without the move window bug ;) now just need the code for set invisible background to child window
FlashWLM Plus! Bug Reports03-10-2007 at 06:12 PM
Bug with type="FigureElement"
<Element xsi:type="FigureElement" Id="FigRectNews" Visible="false"> impossible to show or hide this with 'ShowWindow'
FlashWLM Plus! Bug Reports03-10-2007 at 05:30 AM
RE: [Preview] PsDp (Personalized Status Display Picture)
New pic for Auto check for update see first post
FlashScripting03-07-2007 at 09:33 PM
RE: [Suggestion] Patchou ? pls :P
Patchou u can? 1- one more prameter on event ps for know the current PS number (register path: Preferences\\PersonalStatus\\status[u][b]8[/b] [/u]) 2- Number total of [b]p[/b]ersonalized [b]s[/b]tatus 3- Same PS after restart wlm? (last state, las...
FlashWLM Plus! General03-06-2007 at 02:43 AM
RE: Personalized status problem
i got this to, because i go back to fast after i goto PS
FlashWLM Plus! Help03-04-2007 at 06:16 PM
RE: [Suggestion] Patchou ? pls :P
really? i know its impossible its why i say that to patchou! for futur option in next time!
FlashWLM Plus! General03-03-2007 at 09:50 PM
RE: [Thx ;)]Little help for Opendlg and .lnk file pls
lol thx but i want, when is select the lnk file with opendialog its possible to got the parameter eg: "H:\Battlefield 2142\BF2142Launcher.exe" [u][b]+menu 1 +fullscreen 1 +eaAccountName Flash +eaAccountPassword 112323 +soldierName Flash27[/b][/u]
FlashScripting03-03-2007 at 08:58 PM
RE: [Fixed on next version] RichEditControl bug
okidouki :D
FlashWLM Plus! Bug Reports03-03-2007 at 08:50 PM
RE: [Fixed on next version] RichEditControl bug
fixed where? lol on your personal version?
FlashWLM Plus! Bug Reports03-03-2007 at 08:42 PM
RE: [Suggestion] Patchou ? pls :P
ooooooh i see with an array() ? omg sorry edit: i changed the title :P
FlashWLM Plus! General03-03-2007 at 08:34 PM
[Suggestion] Patchou ? pls :P
u can add a code in your msgplus futur version for reactivate the last personalized status after reboot? pls pls pls
FlashWLM Plus! General03-03-2007 at 05:50 PM
[Thx ;)]Little help for Opendlg and .lnk file pls
Its possible to get the parameter of a .lnk file when i select them with this code???? [code]var oOpenDlg = new ActiveXObject("UserAccounts.CommonDialog"); //var FSO = new ActiveXObject("Scripting.FileSystemObject"); //var sourceFile = pPlusWnd....
FlashScripting03-03-2007 at 02:39 PM
RE: [Fixed on next version] RichEditControl bug
yes, moving window; 1- you hide the richeditcontrol 2- just move the window with your mouse 3- TADAM the rich edit reappear
FlashWLM Plus! Bug Reports03-03-2007 at 07:04 AM
[Fixed on next version] RichEditControl bug
[code]<Control xsi:type="RichEditControl" Id="EdtDpDir" Visible="false">[/code] [code]function ControlShow(PlusWnd, sControlId, bState) { var hCtrl = PlusWnd.GetControlHandle(sControlId); if (bState == 1){ bState = 5 } var r = Interop.Call(...
FlashWLM Plus! Bug Reports03-03-2007 at 12:29 AM
RE: [Preview] PsDp (Personalized Status Display Picture)
New Picture of my last work for my update feature see first post ;)
FlashScripting03-02-2007 at 09:29 PM
RE: [Preview] PsDp (Personalized Status Display Picture)
now with 4.20 is more nice ;) i need to build my update code and after i think i can post i link for release this ;)
FlashScripting03-02-2007 at 11:56 AM
[Hide Excerpts] Pages: (4): « First « 1 2 [ 3 ] 4 » Last »