Guest somato Posted March 6, 2010 Report Posted March 6, 2010 Excellent, thank you! The script is much more simple than I was expecting... One other question, which app launcher are you using for the titanium panels? Is that cLauncher or something else?
Guest Snow02 Posted March 6, 2010 Report Posted March 6, 2010 (edited) Excellent, thank you! The script is much more simple than I was expecting... One other question, which app launcher are you using for the titanium panels? Is that cLauncher or something else? I'm not using any app launcher. I just made my own panels. I see you're in the US. You should grab the weather app as well. Link on the first post of this thread. That one was a bit more involved than the shortcuts. And if you're interested in picking up some mortscript, here's a link to a bunch of code examples Link. Mort includes a pretty informative manual as well at his homepage. Edited March 6, 2010 by Snow02
Guest somato Posted March 8, 2010 Report Posted March 8, 2010 Hmm, think I have everything working the way I want now minus a bit of panel tweaking. Oh, do you know if there is any way to make the voice mail counter on the Titanium notifications panel work with FMV+? Yeah, I am in VA actually and I already had your great weather script from earlier, but I'll definitely check out those more examples and the manual as well. Thanks again for the help! <_<
Guest Snow02 Posted March 8, 2010 Report Posted March 8, 2010 Hmm, think I have everything working the way I want now minus a bit of panel tweaking. Oh, do you know if there is any way to make the voice mail counter on the Titanium notifications panel work with FMV+? Yeah, I am in VA actually and I already had your great weather script from earlier, but I'll definitely check out those more examples and the manual as well. Thanks again for the help! <_< No idea how to get FVM to provide info to the winmo notifications state. I'll look into it though. I haven't found that to be annoying myself, as the program automatically opens and sounds a notification when one is received, as well as displaying all new voicemails right there.
Guest somato Posted March 9, 2010 Report Posted March 9, 2010 No idea how to get FVM to provide info to the winmo notifications state. I'll look into it though. I haven't found that to be annoying myself, as the program automatically opens and sounds a notification when one is received, as well as displaying all new voicemails right there. Yeah, I have it set to auto open as well, was more of a curiosity than something I really need but it would be interesting to see if it's possible somehow.
Guest NoNam3 Posted August 5, 2010 Report Posted August 5, 2010 "That's a fantastic UI! Definitely inspired me to make a few changes to mine, but the one thing I really like are your titanium links to the start menu folders. Any chance you'd share the script, or at least explain what it contains? As I am relatively new to winmo, I unfortunately haven't done learned how to do much with mortscript yet." Snow02, tx for reply, but when tried looks similar with a macro command. I see the mouse moving and pressing :)) Is there any posibility to open the window directly ? I found a command Show( window title ) but I couldn;t make it work. MortScript Buttons is also good if nothing came up to do the trick on opening Start/folder. Cheers anyway.
Guest derekle Posted August 5, 2010 Report Posted August 5, 2010 What version of Kinoma play are you using?
Guest Snow02 Posted August 6, 2010 Report Posted August 6, 2010 What version of Kinoma play are you using? 4? The same one that's been out since I started using it.
Guest Snow02 Posted August 6, 2010 Report Posted August 6, 2010 "That's a fantastic UI! Definitely inspired me to make a few changes to mine, but the one thing I really like are your titanium links to the start menu folders. Any chance you'd share the script, or at least explain what it contains? As I am relatively new to winmo, I unfortunately haven't done learned how to do much with mortscript yet." Snow02, tx for reply, but when tried looks similar with a macro command. I see the mouse moving and pressing :)) Is there any posibility to open the window directly ? I found a command Show( window title ) but I couldn;t make it work. MortScript Buttons is also good if nothing came up to do the trick on opening Start/folder. Cheers anyway. Weird, I don't see a mouse cursor, it just clicks where the script tells it to. And no, there's no way to open start menu items directly. I looked for quite awhile. The show window command is to bring a window to the front that may be minimized, thus has no bearing here. Let me know if you have any other questions.
Guest NoNam3 Posted August 6, 2010 Report Posted August 6, 2010 It's working man, TX, one more Q, how to center titanium?
Guest Snow02 Posted August 9, 2010 Report Posted August 9, 2010 It's working man, TX, one more Q, how to center titanium? What do you mean? Make the panels stretch the length of the screen? If so, replace the phrase "TitaniumListView" (without quotes) with "BronzeListView" in your cpr files. There should be two entries.
Guest NoNam3 Posted August 9, 2010 Report Posted August 9, 2010 (edited) What do you mean? Make the panels stretch the length of the screen? If so, replace the phrase "TitaniumListView" (without quotes) with "BronzeListView" in your cpr files. There should be two entries. I want all text to be aligned on center of the screen not on left as it is by default. Edited August 9, 2010 by NoNam3
Guest Snow02 Posted August 9, 2010 Report Posted August 9, 2010 I want all text to be aligned on center of the screen not on left as it is by default. Either change the "Left" value for the text entries in the cpr or there may be some Center value you can add in its place.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now