Need some assistance....PLEASE!!!!! - General Topics

To all the guru's here, how can I get a home icon on the top bar. This way I can tap on it and go to the today screen. I know about wisbar, but don't want to use it for personal reasons. I know I can create a shortcut for a key using quickmenu and a gester using wktask but I just want a simple home icon (like wisbar or WA) in the top bar. Anyone have any ideas please?

Well, i don't know about the home icon, but maybe you'll find vjTodayButton useful:
http://forum.xda-developers.com/showthread.php?t=243235&highlight=todaybutton
You map it to a hardware button. Now, when you press (and hold) this button, you see the Today screen. When you release it, you are returned to the app you were previously in - IMO much more useful than anything that takes you to the home screen aln leaves you there...

Not quite what I need. If the icon is in the today bar, then it is available in any program I run. This allows me to switch to the today screen with only on tap. When I am finished then I can click on the wktask name/icon header to get back to where I was. I know I'm being a little ridiculous with this, but for speed and ease, this is the best option for me.

I know someone has to have an idea. This forum is to large and great for only one person to try and help out.

Well, maybe try editing your first post and use a bit more descriptive topic subject.
Messages titled with some nondescriptive name like "Need some assistance...", "help needed", "can i do this?", etc... often get ignored... It's really hard to check every single such message to often find out that they concern something you have no idea about.
But something like "How to put a shortcut in the top menubar" might just catch the eye of someone who actually knows the answer...
Just as the point 2 of the rules says:
http://forum.xda-developers.com/showpost.php?p=681487&postcount=1
While you're at it, take your time to read trough them - they're not here because the admin was bored and decided to write something - their goal is to make forum browsing a bit easier - really.

Just about right said:
I know someone has to have an idea. This forum is to large and great for only one person to try and help out.
Click to expand...
Click to collapse
I am using iLauncher from SBSH, this gives you what you want, at a price though.

Related

Relocate Lower taskbar/system tray WM2005??

Is it possible to relocate the lower taskbar where the bluetooth/running program icons sit??
I want to move it down into the softkey position as i have found a program to disable this from this site:
http://forum.xda-developers.com/viewtopic.php?t=27331&highlight=16
From Buzzdev.net it seems that the lower taskbar is in fact HHTaskbar and on searching the registry for this please see image below.
I think it must be controlled by a registry setting no?? any ideas?
Registry seems to point to /windows/shell32.exe
anybody able to look into this file?? maybe something in there, something must instruct the taskbar to appear at that exact location so hopefully it can be moved?!
Images below show my screen current and my screen when taskbar activated
Thank you for taking time to read this.
Darren_Bridgeland: there is another program out to hide the tray, but I forget what it's called. I'll be releasing an update of VJToggleToday as soon as I can finish off a few things on it. Hopefully be working on it this weekend... but I say that every week
This is an issue you guys need to think about though:
- hiding the tray is fine, but consider that when we do need access to the Tray, which occassionally we do, would you like it as an overlay as you have it now, or revert all of the changes made by VJToggleTodayWM5, which will optionally be:
- toggle tray
- shrink start bar (top)
- shrink soft buttons (bottom)
- expand Today screen
I future version of VJToggleToday will do some more funky stuff with the Tray, but for now, we need to consider - should I hide the tray/unhide and revert all changes, or hide/overlay similar to the current "feature" in the old WM2003 version you're using.
V
Thank you for answering so quickly vijay555 I was just looking at your personal website, great work your doing there
I absolutely love the clean look your togglenew program has given my device but unfortunately I agree that the system tray is needed.
All im hoping for is a way to relocate the tray into the old 'new menu' position at the bottom underneath Ilauncher in my screenshot. I can then reduce pocketbreeze size and away i go lol
Is this possible?
But if I mush the tray down to where the soft keys would be, what about the sofkeys?
Relocate the tray above the soft keys?
VJToggleToday works on relatively simple ideas, but the permuations are the pain of it - if I shrink the Start bar, I have to account for it in the Today screen, the soft buttons and the Tray. If I hide the tray, I have to account for it likewise. However, if I don't hide the tray? If I don't shrink the SoftButtons? Und so weiter.
VJToggleToday is going to need a config dialog I think. And a clear head to program stuff like tray toggling. The basic code is done though, I hope. I haven't looked at it for a while - so busy on VJCandela cross compatibility and something else - old, but new, coming soon :wink:
V
If you look at my screenshots I currently have my screen full, Ilauncher is sitting right at the bottom where the softkeys WOULD BE. Im asking for the tray to be INSTEAD of the softkeys (so to be EXACT the tray needs to be located 26pixels lower than its usual postion). Then I can reduce pocketbreeze by 26 pixels.
At the moment the tray cuts right through Ilauncher as Ilauncher is sitting in the tray & softkey position.
Is this clearer??
I understand that Darren.
In my WM5 screenshot, I've minimised the soft keys to 2 pixels rather then remove them completely, on the basis that you might still want to tap on them with the stylus (I do this with my Magician's start bar (top), which is minimised to 2 pixels and then overlayed with a 24 pixel PhoneAlarm skin
However, if you KNOW you will not need this, ie only use the hard keys to access the softmenu, then I can make it an option to entirely remove the softkeys (however - the SIP icon overlay still seems to enjoy popping up. I'll investigate that later).
I'm intending to make it optional to configure the size of the softkeys and start menu, from 26 pix to 0. Maybe make it bigger then 26 pix for VGA screens? That might be cool.
V
That would be a good feature to be able to configure the menu's size. So just out of interest the togglenew program, does that disable the softkeys or shrink them? Ive remade my wallpaper to be 26 pixels large and nothing appears clickable, I assumed it completely disabled them (think im getting confused lol)
Trouble is even if you disable/shrink softkeys how will you move the system tray to the bottom of the screen??
It cant be via another program as people will want to butt programs up to the tray, so you'll need to find the code that currently locates it and alter the code perminantly no??
You're using the old VJToggleToday which is Wm2003. That's hardcoded to hide the New menu on Wm2003, and by accident the soft keys on Wm5. But for the Wm5 it's more sophisticated internally (hence then new WM2003 version as well, which will be more foolproof).
The new version will permit resizing of the soft keys, and I guess the start menu (for those who use start bar replacements).
Moving the Tray is no problem. On my WM2003 I used to use it like this:
VJHideStart
To permit hiding it, but bringing it back optionally. Future versions of VJToggleTodayWM5 will (hopefully) have similar options.
It cant be via another program as people will want to butt programs up to the tray
Click to expand...
Click to collapse
That's all part of the difficulties involved in writing it. There are lots of contingencies to take into account.
V
wow how did you move the tray?? was it hard/easy?
could i manage it??
Sure you could manage it, but through code. PM me if you want to discuss.
V
vijay555 said:
You're using the old VJToggleToday which is Wm2003. That's hardcoded to hide the New menu on Wm2003, and by accident the soft keys on Wm5. But for the Wm5 it's more sophisticated internally (hence then new WM2003 version as well, which will be more foolproof).
The new version will permit resizing of the soft keys, and I guess the start menu (for those who use start bar replacements).
Moving the Tray is no problem. On my WM2003 I used to use it like this:
VJHideStart
To permit hiding it, but bringing it back optionally. Future versions of VJToggleTodayWM5 will (hopefully) have similar options.
It cant be via another program as people will want to butt programs up to the tray
Click to expand...
Click to collapse
That's all part of the difficulties involved in writing it. There are lots of contingencies to take into account.
V
Click to expand...
Click to collapse
Is there any way to have the latest beta version of VJToggleTodayWM5 ? Thanks in advance.
Not really jolas: if it was ready to release, I'd release it, but I've been too tied up to work on it for a while. I'll try to have a look at this and a couple of other apps this weekend... I'm also releasing a couple of other new-ish things this weekend, so busy busy
V
Thanks for your reply vijay555. Please, try to release this app, it will be very usefull for me and a lot of other people.
Hope this weekend it a positive and productive one for you Vijay and cant wait to see the results :wink:
Hope to recieve a PM about the coding, but will understand if your trying to sort the program instead.
Take Care
Any news about VJToggleTodayWM5 ???
its next on vijay's priority list, hes just finished a couple of other programs. Hopefully we'll start seeing some progress over the next week or 2
Thanks Darren. See you're posting from Buzzdev!
Yes, as I've been saying for a while, my developments tend to dovetail together. I finally got a chance to do some work on VJFullscreenTSC this weekend, which I hope finally works properly. It's had minimal testing but it worked fine on my VGA universal.
But from there I learnt a couple of lessons I needed to bring back to VJToggleToday. It strikes me that this app should not be too hard to finish now. That's no promise - I've had some very concerning news recently about Vijay555.1, my little baby who is on his way. So as I'm sure you'll all understand, family priorities
But certainly, next on my plate is VJToggleToday, finally. And research has given way to a couple of new ideas that should also help a few left handed chaps out. But one app at a time...
V
ooh I hope vijay 555.1 is ok. Ive just had a little boy 3 days ago so good luck with that.
My 2 year old was a very traumatic pregnancy and first 15months of life so I wish you all the best
Many thanks Darren. News could be better on Vijay555.1, but it could be worse. All the best to your little one! Now the real hard work begins. I must be the only guy looking forward to having an excuse to be up at night, with nothing to do but program and look at the kid..
I'm only managing an hour or two coding on weekdays, and that's slow progress, barely one app to look at per night.
Yesterday was VJFullscreenTSC again (check out the new screenshots), but VJToggleToday is certainly next. I'm resisting VJTrayLaunch, which I also have some ideas for...
V
Please give us a beta!!!
Is any beta of VJToggleTodayWM5 ready to be releasead? Please, give us something test!

Change the look of your start button?

I was browsing from work yesterday and was redirected to a few sites, other forums, and somewhere I saw a picture of a wizard home screen that had some program installed. It changed the start bar icon to a very vista-ish style look, green circle silver bar, plus it switched the clock and the close button. Unfortunately, I was at work, so I didn't have much time to really take a good look before I had to get back on the phones, so I lost the page. It may have been a rom, as I was reading the thread of a rom when I saw the screen captures of it, but I'm almost positive it was just a program using different skins. I've spent the last 3 hours trying to find this program again, trying to retrace my steps, but to no avail.
If anyone knows anything about this program, any info would be great.
Thanks everybody!
Johnny
johnny12times said:
I was browsing from work yesterday and was redirected to a few sites, other forums, and somewhere I saw a picture of a wizard home screen that had some program installed. It changed the start bar icon to a very vista-ish style look, green circle silver bar, plus it switched the clock and the close button. Unfortunately, I was at work, so I didn't have much time to really take a good look before I had to get back on the phones, so I lost the page. It may have been a rom, as I was reading the thread of a rom when I saw the screen captures of it, but I'm almost positive it was just a program using different skins. I've spent the last 3 hours trying to find this program again, trying to retrace my steps, but to no avail.
If anyone knows anything about this program, any info would be great.
Thanks everybody!
Johnny
Click to expand...
Click to collapse
Check out Wisbar at http://www.lakeridgesoftware.com it may be what you are looking for.
Kirby
That's it! thank you so much kirby, I greatly appreciate it!

Research: How do YOU want to use HTC Task Manager?

Im doing some research into the way you all use your devices.
Its just one simple question to help me back up a point when putting forward a design proposal:
"When switching between programs using the HTC Task Manager,
would you rather be able to switch between programs from anywhere,
or are you fine with having to go to the today screen to use it?"
This question has an obvious answer, but I want evidence from the people who actually use it.
Thank you to anyone who helps.
Edit: Im only putting this up for a week, then I am sending the results.
(To mods, would it be possible to sticky this just for a week? Please? Until the 10th)
I remember my Dell Axim had an "anywhere" task switcher as well - you could just click the icon in the taskbar and it would drop down a list of running apps that you could then switch to. I loved it.
What i am currently using is Ftouchsl and mapped an upswipe (bottom, up) to TaskFacade. It allows me to bring up the Task Manager whenever I want and it feels natural because a down swipe (up, down) closes all my programs.
I think we need a more graphical task manager....can't wait for the port from omnia 2
Anywhere is obviously better. I don't cook it in anymore, and instead use Magic Button, which allows you to switch tasks as long as you can see the task bar. I also use dotfred's.
bump
putting this back up the list, i need the research.
Please vote
bump
Bump - Last day tomorrow.
Bump.
Last day today. Will remove tonight.
That's why I like devices with keyboards! They always have the ubiquitous Windows flag buton to bring up start menu from anywhere. Besides, you can alway program a button to task switch using one of the available applications. Without button, I can see the difficulty, maybe task switch via specific gesture (screen swipe?)?
Thanks to everyone who voted.
Please close this thread now, as I have the results I need.

Task Switcher

Hi there,
Have done some searching but not found anything. I may just not be looking very well, so sorry if that is the case.
On my old HD I remember an app (that you set to launch with the long press of a key) that brought up thumbnails of the apps you had running and allowed you to select which one you wanted to go to. Quite like Macs do if I remember correctly.
Basically I was wondering if there is an app around like that still. Ideally I'd love an app that would do that when I shook the phone, so then I could shake the phone, thumbnails of the apps would appear and I could select which one I'd like to run.
Not sure if there is anything like that or if anyone has the time/knowledge to make something like it.
Thanks.
There are loads of taskmanagers to be found. Like HTC's taks manager, and there is a .cab which makes this work on the HD2 (search on this Leo forum). I myself use wktask, which give a taskbar with icons of running apps, and press them to give them focus. I do not know of one with screenthumbs....
the one you are asking for is taskfasade....

how to dismiss m$'s honeycomb menu?

The stupidest menu I have ever seen.
How can I be back to normal or just remove the top "start" to make room
to display other information. thus I won't trigger this so-called
innovative menu.
There is the discussion on this:
http://www.istartedsomething.com/20090302/windows-mobile-65-honeycomb-menu-simple-ingenuity/
My eyes are more confortable to things that are aligned.
This honeycomb menu is introduced because of the small mobile touch screen. Just couldn't udnerstand that someone thought that is a solution which perfectly fit everyone.
In real world, a solution will introduce another issue looking for solution.
To me the dis-alignment is a bigger issue.
Please help.
Start menu
There's a few options when it comes to changing the wm6.5 start menu. Theres Quick menu 2.8 found here, and theres a cab to modify the honeycomb to a list here.
Thank you. The first one is a bit overloaded.
The list seems to be a good choice. Then I just miss the list of recent program.
Emul8or said:
There's a few options when it comes to changing the wm6.5 start menu. Theres Quick menu 2.8 found here, and theres a cab to modify the honeycomb to a list here.
Click to expand...
Click to collapse

Categories

Resources