Stock - Change default view to 1 month - Touch HD General

Hi everyone,
I've added USDEUR=X to my stock portfolio. Works great, but in the default view, it's showing the 1 day graph, which is useless to me. What I would like to see, is a 1 month or 1 year graph instead.
This can be done by clicking the stock, which will take you to a more detailed page, where you can press the "1m" button for a 1 month view.
Does anyone know if it's possible to set the default view to 1 month for example? I've tried searching the register, but couldn't find anything..
Thanks for your help!

Related

Can change the clock from 24hr to 12hr

I've had a problem almost since I bought my K-Jam where I can't change the clock from 24hr to 12hr...17:04 to 7:04pm. After the ROM upgrade, it went back to 12hr mode....I was happy. Now, for some reason, it's back to 24hr mode...no matter what changes I make within Regional Settings I can't get it to go back to 12 hour mode.
Any thoughts on this?
Tom
Often overlooked in the regional settings\time change h:mm:ss to h:mm:ss:tt (scroll up) that should do it.
If not u have a bug
meschle said:
Often overlooked in the regional settings\time change h:mm:ss to h:mm:ss:tt (scroll up) that should do it.
If not u have a bug
Click to expand...
Click to collapse
I had the same problem...the critical point there is SCROLL UP...the dropdown (at least for me showed 2 items) and I didn't realize that I could SCROLL UP to see the non 24 hour settings.
I am having the same problem, but I knew about the regional settings and tried to change it several times, nothing works. It's stuck on 24 hour time.
ZeBoxx quote
Date: Tue Feb 14, 2006 11:14
use this reg tweak
 
Code:
HKLM\nls\overrides\STFmt = "hh:mm t" (REG_SZ string, no quotes)
Please note that the single 't' only shows P or A in the Taskbar and the Clock/other applications. If you use 'tt' it will show as 'PM' and 'AM' in the Clock/other applications, but it doesn't display at all in the Taskbar.
I prefer h:mm t or h:mm tt so you get no 0 before time
or you can try h:mm tM if you want aM displayed in the task bar and don't mind big m - my own tweak
this may do it
You guys are the best!!!!!!
I scrolled up and found what I was looking for. I'm all good now.
I didn't know that I could actually scroll. I used the lower case settings and I'm back to normal.
Thanks again!!!!
Tom
Yay, that was bugging the hell out of me as well.

Default Calendar View

Has anyone managed to hack the calendar to get it to automatically show the month view rather than the day view?
thanks
*bump*
Anyone figure this out?
mine always opens up in whatever View I last left it in, including after a soft reset... no idea what would be different. I have a pre-AKU2 ROM, maybe they changed something in later versions?

Calendar Issues

I recently switched from XDAII to a TYTN.
Until now, no problems exept the calendar.
If I have like three appointments the next day, the device only shows me a maximum of two on the start screen, where on my XDAII the list was unlimited . Pretty annoying cause I'm used to see all of them when I switch my XDAII on and have an immediate overview.
Is it possible to change a setting so the calendar goes directly to the month lay out? Now I always have to toggle up via day, week, month or go via menu, view...
Also, if there are two appointments on the start screen and I tap on them, the device will always go to the "oldest" appointment.
Any settings I could change?
Thanks
No reply because it's so obviously simple or nobody knows..?
Anyone?
Come on guys, give me a tip here.
I did the normal stuff like going to start>settings>today>Items>calendar but then the "options" button is not available so I can't activate the "show all apointments".
What is a recently good and stable program to add programs/shortcuts on the today screen?
I looked into Claunch but that site is so old...
Pocket Breeze
toemke said:
Come on guys, give me a tip here.
I did the normal stuff like going to start>settings>today>Items>calendar but then the "options" button is not available so I can't activate the "show all apointments".
What is a recently good and stable program to add programs/shortcuts on the today screen?
I looked into Claunch but that site is so old...
Click to expand...
Click to collapse
I gave up on the OS Calendar today screen - no matter what options I selected, it would only display 1 day at a time... so I use PocketBreeze now... it very configurable, looks good, works well and seems compatible to WM6!
toemke said:
Come on guys, give me a tip here.
I did the normal stuff like going to start>settings>today>Items>calendar but then the "options" button is not available so I can't activate the "show all apointments".
What is a recently good and stable program to add programs/shortcuts on the today screen?
I looked into Claunch but that site is so old...
Click to expand...
Click to collapse
Not sure about the calendar issues.
Claunch may be old but it's a good one.
I use Wisbar Advance used in conjunction with Wisbar Advance Desktop. Can also be used for those cool customisations as well. Also permits multiple desktops so you can spread out your icons and plugins over several pages to save clutter. each desktop can be customised differently.
Mike

App similar to Calengoo on the iphone

I am looking for a calendar/planner that allows me to view on a week by week basis. One that will allow me to see the week and all the appointments for the week.
If you dont know what I mean, then think about a filofax page that has the week displyed and the commtiments written in.
Any ideas?
Thanks in advance
dunno if i get it..but if you change the calendar(stock htc calendar) to week view and choose agenda from menu, it will show almost this...
It almost does what I need, but I am unable to see the detail [words] in the week view, I would arther be able to see the week graphically with each appointment readable, rather than swap between two different views.
Of course when I swap from week view to agenda and back again, it defaults to month view and I have to go back into settings to get back to week view.
Not ideal, however I am grateful for the suggestion.
Hi,
I'm using Jorte (free app), and it's very good. All details are readable and has nice widgets.
It syncs with Google calendar also.
Give it a try
I use Pure calendar and it sorts my home screen out into a monthly diary and the best thing is you can choose the size
h tt p:// ww w.androlib.com/android.application.org-koxx-pure_calendar-qmwt.aspx
remove the spaces and thats what i used

listview click on row goes to next screen

Hi
I am working on android project. I have a list view screen where it displays various data fetched form web service. This list view has more than 150 rows. So i implemented pagination and its works fine (display 5 rows).
I am using simple adapter for this list view. Now i want on click on row it has to collect the data in that row and it should go to new screen. In the new screen click on back button it has to come back to the list view(old position: for eg the list view display 51 - 60 records, once i click on 56th row it has to go to new screen, when i click back button then list view has display 51 - 60 records not 1 - 10 records)
Any idea about this issue?
Thanks
mindus
How are you launching the next screen? startActivity()? Maybe try startActivityForResult()?
Hi
I am using startActivity.
I have the problem like that the list view screen has displayed 41 - 50 records. If i click on 45th record then it will show the next screen, and while clicking on the back button in the next screen then the listview screen shows the records form 1 - 10 records instead of 41- 50.
Can you please tell me how to rectify this problem?
Thanks
mindus
When you return from the activity started by the startActivity() call, the list activity will be reset by default and re-request data from the adapter. Use some means to store the state of your list, then when your activity returns, use whatever pagination scheme you have developed to signal the adapter to restore the page you were previously at. I don't know how you've implemented your adapter, so that's about all I can tell you right now.

Categories

Resources