|
#1
|
|||
|
|||
|
I like the way Windows is displaying short messages in the traybar and couldn't find the right tool to make that happen in AMS.
Then I found the tool provided by Rhosk, but I didn't like the fact that I needed to create/modifiy the INI-file before I was able to display my text. Now I modified the tool and now you are able to pass the parameter to the traytip.exe in the order: Traytip "Title" "Text" "SecondsToDisplay" "SelectedIcon" Where SelectedIcon= 0=None 1=Info 2=Warning 3=Error I hope you can use this simple tool for your applications as well Thanks Rhosk |
|
#2
|
|||
|
|||
|
can you attach it? sounds really useful
|
|
#3
|
|||
|
|||
|
Quote:
Have fun with it !!! |
|
#4
|
|||
|
|||
|
How can i open a program when i clicked on it?(whit ams)
Last edited by Khattat; 03-13-2006 at 09:26 AM. |
|
#5
|
|||
|
|||
|
first extract what's in the zip file...
|
|
#6
|
|||
|
|||
|
Quote:
i want to open a file (for example open a pdf file) when the user click on the balloon oh i could not upload it thanks a lot |
|
#7
|
|||
|
|||
|
You should edit the ini file with the software. Hmmm...I don't see any attached project.
This is what use. It's very easy to customize: Code:
-- tell the user
text = String.Concat("Playing next file: ", file_name);
INIFile.SetValue("AutoPlay\\Docs\\traytip.ini", "Text", "Value", text);
File.Run("AutoPlay\\Docs\\Traytip.exe", "", "AutoPlay\\Docs", SW_SHOWNORMAL, false);
end
Last edited by playmenow; 03-14-2006 at 03:01 AM. |
|
#8
|
|||
|
|||
|
Hi Khattat,
It's not the most elegant example, but I think you will get the picture of how you can use this tool. Just download the attached script and take a look how you can use it. You don't need to modify the INI-file, on some systems you may not have the rights to do this so you just pass the parameters... If it's still not clear, just let me know.... Good luck
|
|
#9
|
|||
|
|||
|
Quote:
Here it is: Code:
-- tell the user
text = String.Concat('"PlayMeNow" "Playing next file: "', file_name);
arg = String.Concat(text, " 5 1");
File.Run("AutoPlay\\Docs\\Traytip.exe", arg, "AutoPlay\\Docs", SW_SHOWNORMAL, false);
And best: it's not a plug-in...you can use it anywhere
Last edited by playmenow; 03-14-2006 at 05:13 AM. |
|
#10
|
||||
|
||||
|
nice work, iv been useing the old traytip but i was writing the ini file with strText as i needed it, this will make it a little easyer, thanks
|
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
All times are GMT -6. The time now is 08:26 AM.








Linear Mode
