adding progs to the orientation & wireless manager launc - JASJAR, XDA Exec, MDA Pro General

Hi,
Great forum, I've had a shufty around a can't find out how to add icons to the section at the bottom of the screen where there is a line and you have the two icons for the wireless manager and orientation.
It'd be good if you could add your own icons to this don't you think? Like TDLaunch but it's already there!
I'm gonna add a moody picture with an daft arrow just in case I've been rambling away!.
http://www.billylondon.co.uk/exec.JPG
Be interesting to see how its done.
Billy

Have a look here
HKLM\Services
particularly Power\ShowIcon
etc.
I believe your program needs to register as a service to be allowed into the lower status bar.

bubster mate, are you very new to the pocket pcs?
The row of icons are called the Tray, displayed on the Today screen.
You can use various programs to add your own applications to the Tray.
I recommend PHM Tools, check it out normally here:
http://www.phm.lu/Products/PocketPC/PowerToys/
however, the link doesn't seem to work. You're looking for a prog called TrayLaunch.
However, if you're interested, I wrote my own, called VJTrayLaunch.
WM2003
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
WM5
Check it out on my website:
http://www.vijay555.com/index.php?Releases:VJTrayLaunch
You will need to be able to make shortcuts; do this using an explorer program like GSFinder+, my personal recommendation.
EDIT: Guys read through the thread. VJTrayLaunch is only for launching one or two apps. Don't use it for 15 etc, read lbendlin's posts.
I will be updating this at some point. It's safe for a couple of icons, but more than that and you'll be limiting resources for other programs.
V

wow, learning a new word every day... "annunciators"
I guess it's back to reading the Boling book...
Vijay, why is your program resident once for each icon? Couldn't you make it re-entrant?

lbendlin: which version of Boling are you reading?
My program is resident for each app because I wanted it that way, absolutely basic and lowest resources possible without any configuration.
Each icon can be unloaded from its menu subject to user's choice.
I don't actually use the tray at all, preferring to entirely remove it from my today screen:
However, VJBigPhone needed a tray icon, so I had to learn the code, and this was merely a spinoff from that exercise. Someone had asked if there was a fair alternative to PHM's app, which is what I would use if I used the tray. I didn't know of one at the time, but since I could write the code, I did, just in case it came in handy...
What are VJTrayLaunch's overheads like? I've never used it in practise, so have no real experience of it, and haven't measured it...
V

reading the Third Edition.
I have replaced my cLaunch today plugin with a number of TrayLaunch shortcuts. Much better use of real estate. I'll watch the performance impact.
Does WM5 still have the 32 process limit?

lbendlin: I'm really not sure, I've not looked into it the task limit.
re Boling, yep me too. I'm learning everything I know from there and a huge Windows reference book, and C++ for dummies I'm only on Chapter 5, so obviously you'll see the theme of my apps change as I progress!
Re cLaunch, if you're using many shortcuts, or even a few large ones like me
a tabbed icon launcher is useful for thumb friendly size. My cLaunch setup is configured to give 4 banks of icons (1: quick calls, 2: apps A, 3: apps B, 4: phone profiles and volume control), tabbed with the arrows on the left.
So all is easy to navigate with the thumb (I've actually moved over to my unreleased plugin VJEphemeris that replaces several other plugins, but it works on the same principle).
The tray is very small, and good for some apps, depending on use really; I'm always looking for a better thumb friendly Today screen. Hence tabs and claunch, tray is too small for my use. Post a screenshot so we can get an idea!
On WM5 I've already written code to remove the tray from WM5 and shrink the soft buttons:
which I will provide as an option in VJToggleTodayWM5.
However, I will also be working on an expansion of my program HideStart to allow me to relocate the tray to somewhere more useful for me on WM5 (this is WM2003 screenshot):
I think the tray is very useful, but it's a crime it's not always visible. But there's just no space on QVGA. So I made it optionally visible anywhere, toggled with the start bar.
I've just had a cool thought: tabbed tray icons! I've not seen those before, and they could be quite feasible. Might look into it. What do you think?
V

vijay555 said:
I've just had a cool thought: tabbed tray icons! I've not seen those before, and they could be quite feasible. Might look into it. What do you think?
V
Click to expand...
Click to collapse
I like the idea. I was planning on investing on a launcher, but after reading your post, I'd rather wait for you to develop this. Plus I'd rather pay for this rather than a launcher. EXCELLENT idea!

I'm such a glutton for punishment coming up with these ideas!
cktlcmd: I still highly recommend cLaunch. I had some good exchanges with its author and the code is mesmerisingly cool from a geeks point of view! Way over my head, that guy's a genius.
I just had a thought about how tabbed tray icons might be doable. I'll try to look into it, but I'm afraid it won't be too soon, unless I really find myself possessed by a eureka moment and can't stop myself (they happen surprisingly often!)
V

vijay555 said:
I'm such a glutton for punishment coming up with these ideas!
V
Click to expand...
Click to collapse
But that's what makes you great!

lbendlin said:
I have replaced my cLaunch today plugin with a number of TrayLaunch shortcuts. Much better use of real estate. I'll watch the performance impact.
Does WM5 still have the 32 process limit?
Click to expand...
Click to collapse
I am sad to report that I have switched back to cLaunch. The 32 process limit still seems to stand, and my 6 TaskLaunch instances created all kinds of funny situations where other programs would be closed for no apparent reason. So, Vijay, time for a re-entrant version? ;-)

lbendlin: I'm really sorry, I didn't understand why you were asking about the 32 task limit, but of course now I understand!
I believe WM5 is also limited to the 32 tasks as before, and this is "addressed" by using services! That's not a solution. for others, read this
You've made a good observation. I clearly recommend PHM tray launcher myself (I never use the tray, I use smallmenu personally) but this was made just for launching one or two distinct tasks. I'll amend the first post to reflect this info.
I'm giving thought to how to do tabbed and multi icons. I didn't address this previously because it wasn't what I wanted, but I can see the value of it with some of my other hacks. It probably won't happen too soon, I'm developing another couple of larger projects before I can come back to this, but I will work on it. Hopefully someone else can do it first!
V

Related

How are you guys customizing your today screens?

I know you can download different today plug-ins, and i know about VisBar and such, but I don't see how your today screens look so different from mine (after looking at various 'today screen' threads).
My screen is just several horizontal lines, with the usual "no new messages", "active tasts", etc, and a couple of plugins.
I see people's screens with a completely different layout.
Cheers for any replies
matheprat: it might be worth reading through some of the threads on this subject, eg here:
http://forum.xda-developers.com/viewtopic.php?t=26468&highlight=
V
Thanks for the link, very helpful.
How do you get rid of only the bottom toolbar in WM5? I downloaded the program that other people had used, but I could only get rid of the top bar (which i'd prefer to keep), and not the bottom one.
Cheers
matheprat: If you're referring to the program ToggleToday, I haven't released it yet for WM5, but it's coming very soon.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If you need an alternative, try Wisbar Desktop Advance.
V
Note: Wisbar 2 or desktop is very very laggy
Use PPX instead if you want better speed, its just as good as WisDesktop.
This is the skin I m currently using
Does PPX work on WM5? Looking on their website it doesn't mention specific compatibility, but has anyone got it runniung satisfactorily?
Cheers,
Fin
Yes, I forgot to mention PPX. It takes quite a bit of headscratching to get it set up, but it works well in the end. Never tried it on WM5.
V
vijay555 said:
matheprat: If you're referring to the program ToggleToday, I haven't released it yet for WM5, but it's coming very soon.
V
Click to expand...
Click to collapse
Yeah, that is what I was refering to. When do you think it will be released?
Many thanks
There's so many program's out there that can change the way you're today screen looks
- PocketBreeze
- PocketPlus
- RescoExplorer
- and many more
I'm still looking for a alternative interface for my phone to operate more easily with my fingers instead of my stylus.
It's so hard to quickly find a contact in my contact list while on a bike, in my car, etc since the scrollbar is like 3 pixels wide. Or to lock the phone or close an application, the icons are to frigging small
Not that I have big hands, rather small for a guy even but still...
Any suggestions?
matheprat: not sure when it'll be released, when I get time!
I'm working on too many other things as well, it's really just when I get a few minutes to work on each bit. Hopefully release fairly soon, as I said, WM5 is done, I need to join it to my old WM2003 code and then check it against a companion today plugin I wrote. Quite a bit of behind the scenes stuff involved
V
vijay555 said:
matheprat: not sure when it'll be released, when I get time!
I'm working on too many other things as well, it's really just when I get a few minutes to work on each bit. Hopefully release fairly soon, as I said, WM5 is done, I need to join it to my old WM2003 code and then check it against a companion today plugin I wrote. Quite a bit of behind the scenes stuff involved
V
Click to expand...
Click to collapse
I didn't mean to come accross pushy, sorry if I did. I know there's a lot of work needed in developing programs, and no doubt it will be worth it when it is released.
Many thanks
matheprat: no offence taken at all, didn't think you were being pushy.
ToggleToday was one of the first programs I ever wrote, and then I bought myself a Universal to start development on, but accidently wrote VJBigPhone and that kept me busy for a month or so
Now VJBigPhone has gone quiet, I'm finally getting around to re-writing ToggleToday! It's a messy program to write, particularly for dual WM5/WM2003 compatibility, but the basic code is written. Now I'm wrapping it together and will work on a GUI for it.
V
well......what's the full name of PPX? what's their website? didn't find anything...
greetz Stefan
Nemesis311088 said:
well......what's the full name of PPX? what's their website? didn't find anything...
greetz Stefan
Click to expand...
Click to collapse
PPX3k.com
Also I actually like this PPX skin... thinking to swtich
thanx
Mesh said:
There's so many program's out there that can change the way you're today screen looks
- PocketBreeze
- PocketPlus
- RescoExplorer
- and many more
I'm still looking for a alternative interface for my phone to operate more easily with my fingers instead of my stylus.
It's so hard to quickly find a contact in my contact list while on a bike, in my car, etc since the scrollbar is like 3 pixels wide. Or to lock the phone or close an application, the icons are to frigging small
Not that I have big hands, rather small for a guy even but still...
Any suggestions?
Click to expand...
Click to collapse
This will let you change the size of the scroll bars :
http://www.back-pocket.co.uk/pocketmate.php
Mesh said:
I'm still looking for a alternative interface for my phone to operate more easily with my fingers instead of my stylus.
Click to expand...
Click to collapse
i use .mobile contacts on my jam and it makes finding contacts and calling them much much easier while driving. don't know if its completely compatible with WM5 but won't hurt to try. heres the link http://www.sygic.com/mobile/phoneedition/index.php
The MOST stable Today Information plugin eva
By the way, can someone recommend the most stable Today Information Plugin?
I was using latest PowerLevel plugin by ScaryBear but it has lots of memory allocation/deallocation problems. Then I switched to simple 15Kb "TodaysInfo" plugin by Lou Terrailloune (v1.7) and it is quite stable but it has significant rendering delays when rotating screen. So, what is the most stable/fastest one to show battery/memory levels and perhaps it can inform you when your battery charge completed (aka PowerLevel/AudioInformer)?
Thanx!!!
Sounds good - any chance of a link?

Today Plugins: which is most used?

Cause of low memory space i need to know how many users prefer a today plugin instead another.
Ps: If is Others (must have similar today functions of the softwares in the poll) , please write something about it!
Thanx for your contribute and sorry fotr my BAD english!
SkizZO: that's a very big question. What do you want your plugin to do? Many of us use many different plugins for very different reasons.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I generally use cLaunch as a launcher, or my own plugins. But if you want to read about different plugins, please have a good long read here and here.
V
I know I know (...i've forget claunch!!!)
You have to install ONE of this Plugins, and i want to discover which is most used by Magician users.
As a task closer, I use my VJOkButt. It's not perfect, but it works well for me. For launching, I use cLaunch. With SmallMenu as a startmenu replacement, that's pretty much everything I need.
V
I use PZP.
TheBrit said:
I use PZP.
Click to expand...
Click to collapse
PzP Has not the function to put icons on the today screen...
however i hope spb is + used... but isn't a little heavy??
Currently i'm running Ilauncher (for icons)+ GSPocketMagic (taskManager)
(+Pocketweather+PZP+Egress+messaging)
and i would to change this "configuration"
@vijay555: i am talking of Today Plugin that put icons on the screen (and others individuals functions)
I use Resco explorer's Plug in.. I find it very nice and light... it shows battary, memory..etc, also allows you to add your own apllications shortcuts into the today screen....
very nice one indeed
SkizZO said:
TheBrit said:
I use PZP.
Click to expand...
Click to collapse
PzP Has not the function to put icons on the today screen...
Click to expand...
Click to collapse
You did not specify that in your original quote. You just mentioned Today plug-ins, not specifically ones that allow you to add icons.
TheBrit said:
SkizZO said:
TheBrit said:
I use PZP.
Click to expand...
Click to collapse
PzP Has not the function to put icons on the today screen...
Click to expand...
Click to collapse
You did not specify that in your original quote. You just mentioned Today plug-ins, not specifically ones that allow you to add icons.
Click to expand...
Click to collapse
ok you've right! but all the software in the Poll has this function.
xcuse me
Calendar+ and PPCprofilesPRO.
Regards,
Arto.
Currently ?
- JGUI Zodiac Date (jeus for the date, and it doesn't pop up anything if you accedently tap it )
- tAgenda (used to have Tasks, Inboy and CalenderPlus, tAgenda makes all three obsolete)
- Oh, and Nakka's TDLaunch, because it let's can configure Iconsize and margins !
Not really a Today Plugin, but it replaces Todays info perfectly : W-Tools ResInfo (yes, Battery stats, Storage and Mem gauge in the Tray! It even shows charging )
My taskmanager is PocketNav, and i use the camerabutton as TodayToggleOFF and the memobutton for TodayToggle (Hi Vijay ! Great tools ! Normaly i would have taken a dozen pictures of side of my pants !
Now nothing really serious happens if the buttons get pushed accedentaly!)
Wow, someone actually uses TodayToggle?!
There's a name I haven't head for a looong time
I like it, but I will really have to think of something useful to do with that app some day!
V
Well, it's usefull enough for me.
I used to have "Today" under a button, but always shutdown the PPC afterwards, so.......
And if i use TTN5, i don't want to PPC to trun of, hence....
AND i always had a problem with accendently pressing the side buttons, and now the at least don't open "Tasks" or like i said, worse; the camare and starts shooting...
Btw, i tried Hidestart, but it doesn't seem to do anyting but temp. show time and batt %....
I'm still looking for all kinds of "Thumbs only" or "Thick fingers" solutions, i use my PPC a lot 'one handed' or in the car...
Espec. setting snooze to 15 min. or so in the car is considdered 'reckless driving'
I haven't developed HideStart any futher than a very early preview a long time ago. I've got some ideas about changing the way notifications are presented, particularly in VJSihaya, but I still like the idea of HideStart.
However, I think that when you "ghost" reminders, they still try to silently activate themselves from time to time, which causes your current app to lose focus, which is irrititing if you're typing something. I thought it was a bug in my code until I realised this. However, I still use it to ghost reminders from time to time when I'm too busy to snooze them all
It's possible some code I wrote for the upcoming release of VJOkButt (used to get around incoming call notifications) might be of help here... but HideStart is not a priority right now unfortunately. I actually just developed it for my own use in a modified version so that I could switch between Start Bar, New Bar and ToggleToday. It shouldn't really have been released, but I thought the reminder remodeling code was a useful idea to demonstrate... more later, I've got work to do
V
vijay555 said:
I haven't developed HideStart any futher than a very early preview a long time ago. I've got some ideas about changing the way notifications are presented, particularly in VJSihaya, but I still like the idea of HideStart.
Click to expand...
Click to collapse
So do i, if it worked If i only could find a decent prorgamming/scripting language for the PPC. Although Mortscript is pretty nice, it misses so features....
And i'm not really a programmer, more like a scripter... Maybe i should take some time to dive into VB or eVB (I can do quite nice things in Acces on the desktop !)
However, I think that when you "ghost" reminders, they still try to silently activate themselves from time to time, which causes your current app to lose focus, which is irrititing if you're typing something. I thought it was a bug in my code until I realised this.
Click to expand...
Click to collapse
All a MS problem; on the desktop the same happens
It's possible some code I wrote for the upcoming release of VJOkButt (used to get around incoming call notifications) might be of help here... but HideStart is not a priority right now unfortunately.
Click to expand...
Click to collapse
No prob, i just see whats floating a round and use it if possible. I don't ask around to create solutions for me...

Anyone know a Today Plug in that can do this?

I was wondering if there is a today plug in that will allow me to write or type my own message and show up on my today screen permantly (and allows me to change it through settings)?
Doesnt thebuild in tasks plugin work for you?? Or you want a more "post-it" notes kinda feel??
I just want like one line on my today screen to write whatever I want....for example......like the owner informations with phone number is 2 lines.....I want to disable that and write my own information in one line.....doesn't have to be owner info....just anything I want.....it's kinda hard to explain.....and I want to to be able to use chinese characters to write too.....
Notes Today
http://www.pocketgear.com/software_detail.asp?id=13530
is this what you're looking for? this software worked great on my old ppc but i don't know if it's WM 5.0 compatible.
Re: Notes Today
tbito said:
http://www.pocketgear.com/software_detail.asp?id=13530
is this what you're looking for? this software worked great on my old ppc but i don't know if it's WM 5.0 compatible.
Click to expand...
Click to collapse
tbito, this was exactly what i was thinking of recommending to kiru...and i can confirm that it works with wm2005. i'm using a mio a701 and this is one of my plugins.
Yes, NotesToday is one of my staples. I think it's very useful.
I tweaked the default skin slightly to allow me to minimise it to a dot, (just above the weather plugin)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
and then maximise it to normal:
I didn't end up using it much, but nice idea, well implemented, and well worth the $5.
V
hey vijay, very interesting the way you made it look so small and efficient! mind sharing it? :wink: interesting little application; although i don't use it as much it's good as a quick scratch pad for all occasions...
Someone just emailed me about the skin.
I've found a copy on my ftp - I haven't used the plugin for a while, because I'm still migrating my setup to WM5 and deciding on new plugins.
But hopefully this is the skin shown:
http://www.vijay555.com/vj/!tools/notestodayskin/notestoday_skin_new.zip
I modified the skin to take almost no room, but be stylus selectable, but particularly selectable with the dpad. I can't remember if I had to edit the registry, but basically you can switch minimised and maximised mode by scrolling down the today screen with the dpad and clicking enter. It'll shrink/expand accordingly
V
Hi Vijay,
I Guess this is off topic. But on one of the screenshots your have an extra blue bar underneath the start button. With two arrow vertical up anddown at the start and sms, phone, and bluetooth etc. in it. I also saw some sort of profiles program with the same arrows in a later screenshot. with seems like profiles to me.
Are those programs the same and if yes, which program is it? I'm tried several programs Pocket Zen phone and WM Profiles. But wasn't happy because the vibrate function didn't work properly on my wizard.
Let me know, thanks.
Cheers
Shah
Shah, the blue bar near the top in my 18 August 2005 screenshots is an early version of my PhoneAlarm skin. This was refined into the one you can see in my 5 April 2006 screenshot, at the top of the screen (being used via my VJToggleToday program).
This is used to select profiles (where the normal "Vibrate" icon is at the top of the screen, clicking this brings a drop down menu with my profiles, Work, Home, Silent, FlightMode)
PhoneAlarm is excellent, generally. Profiles are a very basic feature on any phone, and it's mindboggling that it's not a standard feature, but I like PhoneAlarm, and Bruce, the author (you can also see my slightly hacked version of AlarmToday as well in the screenshots).
My 5 April 2006 screenshot also shows claunch at the bottom (apologies for the stupid icons, I lost some icons when I changed phones), being used to change PhoneAlarm profiles with my thumb. So I can make calls/send SMS using VJPhoneTools, change profiles (PhoneAlarm), and launch selected apps all from the same plugin.
V
Vijay, do you not find PhoneAlarm is resource-heavy?
Also, is that skin on your home page? (I've had a look and can't see it)
kiru said:
I was wondering if there is a today plug in that will allow me to write or type my own message and show up on my today screen permantly (and allows me to change it through settings)?
Click to expand...
Click to collapse
google for wrench TodayNote. does exactly the job
Hi Guys,
First: THANKS YOU vijay555 for giving me the skin files! (I'll mail you later with my findings, regarding VGA and landscape use)
Second: Does anyone have the other zips that were placed on the NotesToday website? (which is offline now , anyone know why?)
Cached version of the page with the zips I mean:
Code:
http://64.233.183.104/search?q=cache:HqVMKtMAO-EJ:evs.dellama.com/index.php%3Fp%3Dsoftware_notestoday_skins+config_config.zip&hl=nl&gl=nl&ct=clnk&cd=1
Thanks in advance.
Cheers!
Puzom:
I may have the skins at home. Frankly, it's easy to write your own. The standard skins are nothing exciting!
Webreaper:
My phonealarm skin is towards the end of the first post here:
http://forum.xda-developers.com/viewtopic.php?t=27331&highlight=vjtoggletoday
I've used PhoneAlarm for pretty much my whole year on XDA devs, and never found it to be a problem on resources. There are simpler ways of doing what it does, but it's useful, and gives me easy control of profiles etc. Bruce is filling it up with stuff I can't imagine needing, like cell based profiles etc, but I'm happy with the basics - notifications, mail count, profiles etc.
PhoneAlarm or a similar app is essential IMHO for effective use of the phone.
I've had trouble with AlarmToday since upgrading to WM5, but the old WM2003 version was flawless and very useful too.
V
Thanks Vijay. Your skin looks the simplest and neatest I've seen.
I really liked the idea of the cell-based profiles, in particular for things like enabling wifi for when I'm at home, but disabling it when I'm at work. Unfortunately, my house and office are both on the same cell.
Re: Notes Today
tbito said:
http://www.pocketgear.com/software_detail.asp?id=13530
is this what you're looking for? this software worked great on my old ppc but i don't know if it's WM 5.0 compatible.
Click to expand...
Click to collapse
Okay will check it out......but is there anything any Cleaner?.....I just want to wirte my own information (ie. owner info and phonenumber on one line) and make it somewhat pernament......but this todaynotes looks good...I just want to find a way to create more real estate on my screen....but thanks for the tips!
As much as I hate linking to FreewarePPC.com, with it's popup laden turdware, check out OwnerInfoX.
http://www.freewareppc.com/utilities/ownerinfox.shtml
V
thanks vijay!...exactly what I was looking for!......
Post a screenshot once you're set up. Sounds like an interesting idea
V
vijay555 said:
Post a screenshot once you're set up. Sounds like an interesting idea
V
Click to expand...
Click to collapse
Well I couldn't get it on one line (I probably could....but it won't look right due the limitations of the program).....but at least now i can type my phone number in chinese characters and add a pict...awsome find on the plug in....

Are there ways to do full screen for P-Word and P-Excel?

Are there ways (regestry tweak or 3rd party software) to remove the top and bottom bars when using Word and Excel in Universal to maximize on the real-estate?
I am currently using VJToggleTodayII and it does a wonderful job with the today screen but it does not do the same with Word and Excel.
Thanks.
I wrote apps to do this, but because it could confuse badly coded apps, I never released them :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
However, hopefully a new version of VJToggleToday will eventually support this kind of stuff.
I think ButtonMax by PocketMax can do something similar.
V
VJ, checked Bottonmax, other than not supporting WM5, they don't seem to have the functionality to remove the top+bottom bars either...
Hope to see your enhanced tool on this soon. Thanks.
ButtocksMax used to have this feature, I'm quite sure. If you check some cached google links, you can see remnants.
But yes, WM5 support is not finalised yet it seems. I'll try to work on mine sometime soonish. I just tried it actually, and it seems to work ok...but certain apps will need special case treatment, (eg contacts tries to resist being forced fullscreen) etc.
FYI, you can try my VJSmallIcons II for fullscreen Programs Launcher.
V
VJ, I did try VJSmallIcons II some time ago and it was a lovely tool to shrink the program icons all to 1 page. But since 80% of my daily Universal usage is on PIM (through to-day plug in), mails, words and excel, the nicer look of the Small icon page is not as critical...
You mentioned about testing the enhanced version of todaytoggle. Does it work for word and excel that I can just try it out? Thanks.
stanip: I'll give it a go tonight on pocket excel/word. These apps don't work on my phone right now so I can't give a definitive. However, to any would be developers, my quick tests suggest the MS apps are stubborn and don't just need moving and Shell API hacks, but a little more invasive persuasion and also interception of device rotate.
I'll try to work on this at some point, it's a nice app and feature that I use myself, so it'll be worth integrating.
V
VJ, look forward to hearing some good news!
Stanip - just tested: unfortunately my app doesn't seem to work on my current Universal setup, which has pword and pxl installed. My Hermes doesn't have those apps installed. So I can't verify out of the box compatiblity right now.
Let's just say that as and when I can, I will modify this test app and merge with VJToggleToday II. Apologies for the excuses for now
V
VJ, appreciate your very quick response. Hope to see your enhanced VJToggleToday II soon.
Thanks.
vijay555 said:
Stanip - just tested: unfortunately my app doesn't seem to work on my current Universal setup, which has pword and pxl installed. My Hermes doesn't have those apps installed. So I can't verify out of the box compatiblity right now.
V
Click to expand...
Click to collapse
VJ, one more question on this subject. Will your app will work with non-MS softwares like Softmaker office ppc Word & Spreadsheet? If it does, perhaps one new option for ppc users if they really really want extra real-estate on this Universal. Thanks.
Have you tried the FloatMe app? I haven't tried it, but it's out now.
Anyone can make any app fullscreen. Keeping it that way is more complicated. VJFullscreenTSC required specific coding to enable it. It's possible a generic technique can be created to make this possible, but as I said, potentially it can just make your apps look odd and behave in a peculiar fashion - it just depends on how the app has been coded. Eg the Inbox in POutlook behaves badly in some very specific areas, but then, most non MS apps work very well fullscreen.
Stanip - just to be realistic, I can't work on this until at the earliest early next year. I'm working on some apps for release fairly soon first, and then back to R&D on that stuff.
Apologies. Email me if you need to discuss details.
V
VJ, thanks for pointing me to Floatme. I had given it a try. Nice little utility but it can't be enlarged to cover the top/bottom bars... It just shrink/enlarge within the frame between the top/bottom bars. So it does not solve for the real-estate wastage unfortunately.
Luke 4:23
Not to Lazarus a dead thread, but I was asked by noobiecantrun6700 whether it was possible to make Word and Excel full screen.
As far as I can tell, there's absolutely no reason why not.
I don't have time to write an app right now, but I quickly tested with VJSihaya [which does not quite fullscreen, natively, in every app], and I can't see any reason why these apps (and indeed, most Microsoft first party apps) cannot be run fullscreen.
I'll try to see if a new app like VJFullscreenTSC can be written for the native Office apps.
Just FYI, these screenshots are in Pooh-QVGA on my HTC Touch. I can't wait until VGA is available across the board, VJSihaya looks a damn sight better in VGA and beyond.
And just one more because I love this girl!​
V
PS It might not be apparent, but those are native screenshots. VJSihaya will remove the soft keys and relocate their functionality to a menu available when clicking the icon (top left of each window). VJToggleToday IV Redux is being used to hide the native start bar (at the top). The start menu continues to be accessible from VJSihaya's icons when it is otherwise hidden.
​
Oh man, that is a beautiful thing...

Favourite Trinity Program

My phone company, 3, have just released these finally in Oz and am heading out to get one tomorrow.
Now is the best time to ask everyone what are their favourite programs they have installed on the Trinity? Saves me searching around forever....
I need one that closes all programs totally (so they dont continue to run in the background), switches what hard buttons do (unless you can do that automatically), plus whatever else people think i need......
I thought this would be a good thread for all newbies and others who want to know what are the best ways to pimp up their Trinity.
thanks
Scott
You can stop all running programs from Start button->Settings->System->Memory.
Also the new ROM i got has an option somewhere with the ability to change the behaviour on the closebutton.. It says HTC menu util or something similar.
Get magicbutton (for the task closing), its free and works fine....
saitan said:
Also the new ROM i got has an option somewhere with the ability to change the behaviour on the closebutton.. It says HTC menu util or something similar.
Click to expand...
Click to collapse
It's under START->Settings->System->Task Manager.
It has 2 options;
1) End programs by tapping X
2) End programs by taping and holding X
MagicButton sucks pretty hard, the last version has some issues with the telephone application (it doesnt close it).
The most kick ass application you'll ever get for your trin is this one:
Spb Mobile Shell: This a pretty good application that enhance your today screen with tabbed menus and give you alot of nice features like enhanced menus, task manager and alot of other cool features.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
----------------
Another kick ass application that it's a must is this one:
SKTools v3.1.3: I think it's self explanatory.
----------------
My 2 cents
Thank you for the attention.
MontAlbert said:
My phone company, 3, have just released these finally in Oz and am heading out to get one tomorrow.
Now is the best time to ask everyone what are their favourite programs they have installed on the Trinity? Saves me searching around forever....
I need one that closes all programs totally (so they dont continue to run in the background), switches what hard buttons do (unless you can do that automatically), plus whatever else people think i need......
I thought this would be a good thread for all newbies and others who want to know what are the best ways to pimp up their Trinity.
thanks
Scott
Click to expand...
Click to collapse
My core programs are:
Pocket Informant
Flex Wallet
iLauncher, includes a very good task manager and much more
MobiPocket
MortPlayer
TCPMP player
Resco File Explorer
Photo Contacts Pro
Pocket Weather (SBSH)
Today Agenda
Device Lock
Pocket Rar
TomTom Navigator 6
Skype
iMov Messenger
Check Notifications
SoftKey
That should keep you busy .
thanks for that. what are the programs down the bottom where you can have all the shortcuts on the today page? The one with the tabs for Big,Apps, Car,etc plus the little icons below that....... same program?
That is my only shortfall of this beautiful phone- the lack of shortcuts i can program.
Matterhorn, it looks like you would benefit in battery time and also speed, by using the option to properly close your apps rather than minimise them when pressing the X button. I am judging this by all the apps that appear to be open in the bottom of your today screen.
FuzzMunky said:
Matterhorn, it looks like you would benefit in battery time and also speed, by using the option to properly close your apps rather than minimise them when pressing the X button. I am judging this by all the apps that appear to be open in the bottom of your today screen.
Click to expand...
Click to collapse
The apps at the bottom of the screen are all just shortcuts, they aren't running. The program iLauncher allows you to make shortcuts at the bottom of the today screen. These are the apps that I use very often and don't want look for them. The other groups of shortcuts "Big", "Apps" etc. are also part of iLauncher and I make the icons big so I can use my fingers to launch the apps. I have iLauncher programmed to close some apps with the X while other programs are not allowed to be closed with the X, such as Messaging, Mortplayer, IE etc. I use the "close all" option when I really want a clean system. Believe me, I don't let apps run unless I need them running .
how do you make it so the ilauncher bar is all the way down the bottom of the screen? mine sits about halfway up....
Montalbert,
Go to start>settings>today>items select program shown and select move up or down!
Regards,
BIQ
MontAlbert said:
how do you make it so the ilauncher bar is all the way down the bottom of the screen? mine sits about halfway up....
Click to expand...
Click to collapse
It is a bit tricky because when you have items in your calendar plug-in it moves the whole today screen up and down. That is why I use TodayAgenda instead, it is an app that allows you to set the length of your Task and Calendar list. This way you only scroll within TodayAgenda and not the whole screen. This makes it possible to make the iLauncher stay at the bottom. You just have to set iLauncher to manual height and experiment until you get the proper height for your today screen.
I hope that helps

Categories

Resources