AIR+Flex: Align to bottom right when application opens

I have a AIR app that I need to be in the bottom right corner
of the screen when it opens.
My simple workaround is that I set the nativeWindow x and y
to values off the screen and then using a timer I set it to the
correct values after 1 second (if I do it immediately, the screen
size is not calculated correctly???)
quote:
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="
http://www.adobe.com/2006/mxml"
xmlns="*"
layout="absolute" horizontalScrollPolicy="off"
verticalScrollPolicy="off"
showFlexChrome="false" width="200" height="140" alpha="1"
applicationComplete="{init()}">
<mx:Script>
<![CDATA[
import flash.events.TimerEvent;
import flash.utils.Timer;
import flash.display.Screen;
private var timer:Timer;
private var s:Screen;
private function init() : void {
// This doesn't work???
s = Screen.mainScreen;
nativeWindow.x = s.visibleBounds.width - nativeWindow.width
- 5;
nativeWindow.y = s.visibleBounds.height -
nativeWindow.height - 5;
nativeWindow.x = -1000;
nativeWindow.y = -1000;
timer = new Timer(1000, 1);
timer.addEventListener(TimerEvent.TIMER_COMPLETE, show);
timer.start();
private function show( e:TimerEvent ) : void {
timer.stop();
s = Screen.mainScreen;
nativeWindow.x = s.visibleBounds.width - nativeWindow.width
- 5;
nativeWindow.y = s.visibleBounds.height -
nativeWindow.height - 5;
]]>
</mx:Script>
<mx:Panel width="200" height="140">
<mx:Label text="Some text" />
</mx:Panel>
</mx:WindowedApplication>
There must be a better way to do this? (even to align the app
to the middle of the screen)
I have tried to set visible to false in the -app.xml as well,
which does not work?
The big problem is that nativeWindow x and y keeps on
resetting to 0 if I have my entire application code.
Are there any other things in Flex with AIR that makes the
application reset it's coordinates if I have set it in the main
MXML file???

newWindow is something you've defined already in Flash.
It doesn't apply with Flex as I am in WindowedApplication
already.
I just found that I can tween the X and Y (using Tweener)
but... the X and Y resets if I Tween the width and height
(don't worry, I don't want to do this anyway)
Anyways, so I must be setting the width and height somewhere?
For Flex: Why does the X and Y reset when I have a MXML
Window inside my main app?
I've edited my example in my previous post, it shows that the
X and Y is set to 0, 0.
How do I prevent this, here's the example:
Main application MXML:
quote:
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="
http://www.adobe.com/2006/mxml"
xmlns="*"
layout="absolute" horizontalScrollPolicy="off"
verticalScrollPolicy="off"
showFlexChrome="false" width="200" height="140" alpha="1"
applicationComplete="{init()}">
<mx:Script>
<![CDATA[
import flash.events.TimerEvent;
import flash.utils.Timer;
import flash.display.Screen;
private var timer:Timer;
private var s:Screen;
private function init() : void {
// This doesn't work???
s = Screen.mainScreen;
nativeWindow.x = s.visibleBounds.width - nativeWindow.width
- 5;
nativeWindow.y = s.visibleBounds.height -
nativeWindow.height - 5;
nativeWindow.x = -1000;
nativeWindow.y = -1000;
timer = new Timer(1000, 1);
timer.addEventListener(TimerEvent.TIMER_COMPLETE, show);
timer.start();
private function show( e:TimerEvent ) : void {
timer.stop();
s = Screen.mainScreen;
nativeWindow.x = s.visibleBounds.width - nativeWindow.width
- 5;
nativeWindow.y = s.visibleBounds.height -
nativeWindow.height - 5;
]]>
</mx:Script>
<mx:Panel width="200" height="140">
<mx:Label text="Some text" />
</mx:Panel>
<MainWindow />
</mx:WindowedApplication>
MainWindow MXML:
quote:
<?xml version="1.0" encoding="utf-8"?>
<mx:Window xmlns:mx="
http://www.adobe.com/2006/mxml"
creationComplete="init()"
width="150" height="100" horizontalScrollPolicy="off"
verticalScrollPolicy="off"
showFlexChrome="false" layout="absolute"
xmlns:desktop="flash.desktop.*" xmlns:display="flash.display.*"
>
<mx:Script>
<![CDATA[
private function init() : void {
trace("MainWindow: init");
]]>
</mx:Script>
<mx:Panel width="100%" height="100%"
horizontalScrollPolicy="off" verticalScrollPolicy="off"
horizontalAlign="center" layout="vertical" title="TITLE"
>
<mx:TabNavigator width="100%" height="100%"
horizontalScrollPolicy="off" verticalScrollPolicy="off" >
<mx:Canvas label="TAB1" >
<mx:VBox width="100" height="100" backgroundColor="red"
/>
</mx:Canvas>
<mx:Canvas label="TAB2" >
<mx:VBox width="100" height="100" backgroundColor="green"
/>
</mx:Canvas>
</mx:TabNavigator>
</mx:Panel>
</mx:Window>

Similar Messages

  • IChat Freezes right when it opens so I can't do anything

    Right when I click on iChat it freezes. Sometimes it will get as far as loading the name of my buddy groups. I don't have an insane about of buddies or anything though. It just started doing this today, I was trying to video chat but it didn't work so I tried to close iChat and re open it and now it will not open at all. I've read other related topics and many say about going into iChat preferences but I can't since it freezes right away. I've left it there once and it disconnected but it was still frozen. It seems to be making the rest of my computer slow sometimes too when it is open. Please help?
    This is the terminal-
    /Applications/iChat.app/Contents/MacOS/iChat -errorLogLevel 7
    202616.693115 ER_AddFilter (0): Adding [Julianne [email protected]]->[0]
    202616.693184 setLocalUserName: Julianne [email protected]
    202616.778852 Default video size is (640 x 480)
    202616.778895 H264: (640 x 480) @ 20 fps
    202616.778928 H264: (320 x 240) @ 30 fps
    202616.778949 H264: (160 x 120) @ 30 fps
    202616.779347 H263: (352 x 288) @ 30 fps
    202616.779373 H263: (176 x 144) @ 30 fps
    202616.779534 ######################################
    202616.779637 # SoundDec_Create(81536 --> 393219) #
    202616.779680 ######################################
    202616.900433 UPnP Router Info:
    - manufacturer [Linksys Inc.]
    - friendly name [Linksys Wireless Broadband Router]
    - model name [IGD Version 0.92]
    - model desc [Wireless Broadband Router]
    202616.900981 UPnP: Begin TCPProc
    202617.101076 UPnP: TCPProc begin loop
    202617.434762 Leaving SoundDec_Create
    202617.435209 ### NEW STATE: to: VC_INIT, from: VC_INVALID
    202617.435359 ### NEW STATE: to: VC_IDLE, from: VC_INIT
    202617.435455 ++++++++ confStatusMapRemoveAll
    202617.435671 ( ) -- mapUserIDToSecurityInfo cleared --
    202617.435788 NATTraversal created
    202617.436276 QT automatic setting = 16777216
    202617.436408 Bandwidth based on QT prefs = 384
    202617.572459 Selected microphone is the null device microphone.
    202617.572950 vcCapabilitiesOfCPU returns: 0x00000fff
    202617.572981 VCCapAudio
    202617.572995 VCCapVideo
    202617.573006 VCCapMultiAudio
    202617.573017 VCCapMultiVideo
    202617.573029 VCCapMultiAudioHost
    202617.573047 VCCapMultiVideoHost
    202617.573058 VCCapRDClient
    202617.573068 VCCapRDServer
    202617.573078 VCCapRecordAudio
    202617.573087 VCCapRecordVideo
    202617.573097 VCCapAuxVideoSend
    202617.573106 VCCapAuxVideoRecv
    202617.573694 BWD: GotBandwidth: 499375/5560348 (up/down) @[100.1.168.192:0.255.255.255]
    202617.573812 BWD bandwidth: 499 kbits up, 5560 kbits down.
    202617.573828 videoNetworkCapable: 1 -- 3 max participants.
    202617.573839 audioNetworkCapable: 1 -- 9 max participants.
    202617.573849 Supports PCMU wideband for audio: 1 / video: 0
    202617.573968 vcCapabilitiesOfNetwork returns: 0x00000fff
    202617.573983 VCCapAudio
    202617.573993 VCCapVideo
    202617.574003 VCCapMultiAudio
    202617.574013 VCCapMultiVideo
    202617.574022 VCCapMultiAudioHost
    202617.574034 VCCapMultiVideoHost
    202617.574044 VCCapRDClient
    202617.574053 VCCapRDServer
    202617.574063 VCCapRecordAudio
    202617.574073 VCCapRecordVideo
    202617.574083 VCCapAuxVideoSend
    202617.574093 VCCapAuxVideoRecv
    202617.574102 vcCapabilities returns: 0x00000fff
    202617.574113 VCCapAudio
    202617.574123 VCCapVideo
    202617.574132 VCCapMultiAudio
    202617.574142 VCCapMultiVideo
    202617.574152 VCCapMultiAudioHost
    202617.574161 VCCapMultiVideoHost
    202617.574171 VCCapRDClient
    202617.574182 VCCapRDServer
    202617.574191 VCCapRecordAudio
    202617.574201 VCCapRecordVideo
    202617.574210 VCCapAuxVideoSend
    202617.574220 VCCapAuxVideoRecv
    202617.575596 Found 1 cameras:
    202617.575633 Built-in iSight - 18446744073663414272
    202617.580897 Microphone devices:
    202617.581001 Internal microphone
    202617.581070 Line In
    202617.581157 Selected microphone is the null device microphone.
    202617.581310 vcCapabilitiesOfCPU returns: 0x00000fff
    202617.581320 VCCapAudio
    202617.581327 VCCapVideo
    202617.581333 VCCapMultiAudio
    202617.581340 VCCapMultiVideo
    202617.581346 VCCapMultiAudioHost
    202617.581352 VCCapMultiVideoHost
    202617.581359 VCCapRDClient
    202617.581365 VCCapRDServer
    202617.581371 VCCapRecordAudio
    202617.581377 VCCapRecordVideo
    202617.581383 VCCapAuxVideoSend
    202617.581390 VCCapAuxVideoRecv
    202617.581755 BWD: GotBandwidth: 499375/5560348 (up/down) @[100.1.168.192:0.255.255.255]
    202617.581827 BWD bandwidth: 499 kbits up, 5560 kbits down.
    202617.581836 videoNetworkCapable: 1 -- 3 max participants.
    202617.581843 audioNetworkCapable: 1 -- 9 max participants.
    202617.581850 Supports PCMU wideband for audio: 1 / video: 0
    202617.581924 vcCapabilitiesOfNetwork returns: 0x00000fff
    202617.581933 VCCapAudio
    202617.581939 VCCapVideo
    202617.581946 VCCapMultiAudio
    202617.581952 VCCapMultiVideo
    202617.581958 VCCapMultiAudioHost
    202617.581964 VCCapMultiVideoHost
    202617.581970 VCCapRDClient
    202617.581977 VCCapRDServer
    202617.581983 VCCapRecordAudio
    202617.581989 VCCapRecordVideo
    202617.581995 VCCapAuxVideoSend
    202617.582001 VCCapAuxVideoRecv
    202617.582007 vcCapabilities returns: 0x00000fff
    202617.582014 VCCapAudio
    202617.582021 VCCapVideo
    202617.582027 VCCapMultiAudio
    202617.582034 VCCapMultiVideo
    202617.582040 VCCapMultiAudioHost
    202617.582046 VCCapMultiVideoHost
    202617.582052 VCCapRDClient
    202617.582058 VCCapRDServer
    202617.582064 VCCapRecordAudio
    202617.582071 VCCapRecordVideo
    202617.582077 VCCapAuxVideoSend
    202617.582083 VCCapAuxVideoRecv
    202617.582240 Found 1 cameras:
    202617.582263 Built-in iSight - 18446744073663414272
    202617.582629 selectCameraByGUID: 18446744073663414272 returned 1
    202617.586667 Microphone devices:
    202617.586749 Internal microphone
    202617.586852 Line In
    202617.587051 Selected mic: Built-in Microphone / imic
    202617.698208 SNATMAP Configuration: snatmap.mac.com:5678
    202617.739839 Mapped via UPnP, port 16402 to port 16402
    202617.739913 UPnP: TCPProc end
    202617.741578 UPnP shutdown
    202619.006770 Selected microphone is Internal microphone.
    202632.691024 Comm reporting flags: 000000D0
    202632.782856 CommNAT result:
    External IP: 72.185.66.214
    External Ports: 16403, 16403, 16403
    CNAT_BADTEST ....... 0
    CNAT_ISFULLCONE .... 0
    CNAT_ISPAT ......... 0
    CNAT_ISPATHOST ..... 0
    CNAT_TRYPRESERVE ... 1
    CNAT_PATINORDER .... 0
    CNAT_BLOCKIP ....... 1
    CNAT_BLOCKPORT ..... 1
    CNAT_LOOPBACK ...... 0
    2008-08-27 20:29:13.480 iChat[397:10b] WARNING: Connection to iChatAgent died unexpectedly ...
    2008-08-27 20:29:13.497 iChat[397:10b] WARNING: ... localObjectDied notification ... now being handled by main thread
    202914.025776 Found 1 cameras:
    202914.025825 Built-in iSight - 18446744073663414272
    202914.025863 selectedCamera GUID returned Built-in iSight
    202914.030376 Microphone devices:
    202914.030581 Internal microphone
    202914.030664 Line In
    202914.030739 Selected mic: Built-in Microphone / imic
    202914.032128 Found 1 cameras:
    202914.032369 Built-in iSight - 18446744073663414272
    202914.037591 Microphone devices:
    202914.037887 Internal microphone
    202914.038111 Line In
    202914.038470 Selected microphone is Internal microphone.
    202914.038791 vcCapabilitiesOfCPU returns: 0x00000fff
    202914.038930 VCCapAudio
    202914.039060 VCCapVideo
    202914.039186 VCCapMultiAudio
    202914.039313 VCCapMultiVideo
    202914.039440 VCCapMultiAudioHost
    202914.039574 VCCapMultiVideoHost
    202914.039588 VCCapRDClient
    202914.039596 VCCapRDServer
    202914.039603 VCCapRecordAudio
    202914.039609 VCCapRecordVideo
    202914.039615 VCCapAuxVideoSend
    202914.039621 VCCapAuxVideoRecv
    202914.040413 BWD: GotBandwidth: 499375/5560348 (up/down) @[100.1.168.192:0.255.255.255]
    202914.040584 BWD bandwidth: 499 kbits up, 5560 kbits down.
    202914.040597 videoNetworkCapable: 1 -- 3 max participants.
    202914.040605 audioNetworkCapable: 1 -- 9 max participants.
    202914.040612 Supports PCMU wideband for audio: 1 / video: 0
    202914.040802 vcCapabilitiesOfNetwork returns: 0x00000fff
    202914.040814 VCCapAudio
    202914.040821 VCCapVideo
    202914.040828 VCCapMultiAudio
    202914.040834 VCCapMultiVideo
    202914.040840 VCCapMultiAudioHost
    202914.040847 VCCapMultiVideoHost
    202914.040853 VCCapRDClient
    202914.040859 VCCapRDServer
    202914.040865 VCCapRecordAudio
    202914.040871 VCCapRecordVideo
    202914.040878 VCCapAuxVideoSend
    202914.040884 VCCapAuxVideoRecv
    202914.040890 vcCapabilities returns: 0x00000fff
    202914.040897 VCCapAudio
    202914.040903 VCCapVideo
    202914.040909 VCCapMultiAudio
    202914.040915 VCCapMultiVideo
    202914.040921 VCCapMultiAudioHost
    202914.040927 VCCapMultiVideoHost
    202914.040934 VCCapRDClient
    202914.040940 VCCapRDServer
    202914.040946 VCCapRecordAudio
    202914.040952 VCCapRecordVideo
    202914.040958 VCCapAuxVideoSend
    202914.040964 VCCapAuxVideoRecv
    202914.041275 Found 1 cameras:
    202914.041301 Built-in iSight - 18446744073663414272
    202914.041327 selectedCamera GUID returned Built-in iSight
    202914.047882 Microphone devices:
    202914.047979 Internal microphone
    202914.048278 Line In
    202914.048462 Selected mic: Built-in Microphone / imic
    Thankss

    Hi
    Looking at the log you've posted, I would suggest changing your Quicktime streaming speed to 1.5Mbps T1/Intranet/LAN rather than Automatic. Also make sure iChat>Preferences>Video>Bandwidth limit is None (unless Comcast, Road Runner or Verizon FIOS in which case use 500kbps). After any changes, remember to restart iChat.
    Have you repaired permissions? Have you tried reinstalling iChat (using Combo updater to get back to current version of iChat)?
    Steve

  • I have an iPad 2 with iworks, in pages and keynote I noticed it cuts the first letter on the right when I open an imported doc or ppt or even paste text from an email. I type in Hebrew (right to left language).

    How to solve?pages and keynote cut the first letter when opening an imported file from doc or ppt or even when pasting text to a new pages document.
    I write in Hebrew, which is a right to left language.
    Never got a warning that this apps do not work In my language. They are available in my country's AppStore and that was the reason I bought the iPad.
    Thank you,
    Diego

    All iWork apps, both for iOS and OS X, have always had bugs that make them unsuitable for RTL scripts for most purposes.  The only solution is to use something else.
    Also you can tell Apple you views here:
    http://www.apple.com/feedback/pages_ipad.html

  • Firefox shows wrong page when application opens a new window

    Only fails since V4.0.0 installed.
    pages that open a new window using window.open(url) sometimes produce a page from cache instead of the page to be loaded. This seems erratic. Often, failure starts after a popup window loads and is closed, then attempts to open a different popup will produce the first page contents (or the default home page) instead of the page requested. Seems as tho there is a bug in FF determination of whether to fetch page from cache or new. Tried setting '''browser.cache.check_doc_frequency''' to 1 and while that seemed to help, it did not resolve all the errant behavior.

    To restore the original behavior, you could try removing the explicit site-specific permission by deleting the site from this dialog:
    orange Firefox button (or Tools menu) > Options > Content > "Exceptions" button to the right of Block pop-up windows
    Does that work?
    Also, I don't recognize this part:
    ''At the bottom of the window would be the URL address(es) of the popup page(s), so that if I wanted to access a page, I could simply click on the address and a new tab would open with the new page.''
    Oh, wait a minute, I just reviewed your "More system details" list again and it appears that you have a custom pop-up handler:
    * Extension: Adblock Plus Pop-up Addon 0.7
    * Modified setting: privacy.popups.showBrowserMessage: False
    So if the above reset doesn't resolve it, you might need to review the add-on's settings in case it has its own list.

  • When application opens, automatically open another? Possible?

    Hi!
    Automator is great!
    But is it possible to launch another different application when another is started - and this automatically? I mean I already have the script, it works but I always have to click RUN script. Is it somehow possible to open the other application autoatically when the other starts without pressing RUN script (that means without opening Automator).
    For example:
    When my EyeTV software runs or starts up, my BOINC Manager starts parallel.
    This would be very usefull, because EyeTV automatically starts my machine but it is only on for EyeTv. When it would automatically start up BOINC it would even work for a good thing while recording a TV program.
    Is this somehow possible?
    Thanks!!
    Greetings,
    Phillip

    Check out Do Something When. It listens for an event and reacts to it depending on your settings.
    Mason

  • My MacBook Air won't always come on when I open it / press the power button

    Hi,
    I bought my MacBook Air a few months ago and in that time, a few times the screen has randomly gone black for a few minutes and then come back on again.
    This morning I just couldn't get any life out of it at all, and on this forum I found a thread which suggested shaking! Well I had tried the various button options and nothing was working so I shook it hard and now it is working again - thank goodness because I have lots to do and not easy to get to an apple store without planning.
    The thing is - it seems to me that if something happens randomly and shaking helps it must be a loose connection? It also seems to be quite a common problem because a number of people have described this and given me this 'temporary' solution. Did anyone find out what is causing this and is it anything I can fix or do I need to take my MBA back to the store? If so - can they fix it there and then or will they give me a new machine - I can't manage without it! Can someone who has had this problem tell me what happened in the end or did the shaking sort it out once and for all? I need a laptop I can rely on..
    Advice would be appreciated
    Many thanks
    Sam

    Hi,
    I bought my MacBook Air a few months ago and in that time, a few times the screen has randomly gone black for a few minutes and then come back on again.
    This morning I just couldn't get any life out of it at all, and on this forum I found a thread which suggested shaking! Well I had tried the various button options and nothing was working so I shook it hard and now it is working again - thank goodness because I have lots to do and not easy to get to an apple store without planning.
    The thing is - it seems to me that if something happens randomly and shaking helps it must be a loose connection? It also seems to be quite a common problem because a number of people have described this and given me this 'temporary' solution. Did anyone find out what is causing this and is it anything I can fix or do I need to take my MBA back to the store? If so - can they fix it there and then or will they give me a new machine - I can't manage without it! Can someone who has had this problem tell me what happened in the end or did the shaking sort it out once and for all? I need a laptop I can rely on..
    Advice would be appreciated
    Many thanks
    Sam

  • CS5 - Serial becomes invalid when applications opened at new location.

    Hey guys,
    I was wondering if anyone could shed some light on my issue...
    I have CS5 installed on my MacBook Pro. When I installed it and entered the serial, it accepted it, and worked perfectly, at home. I then took my laptop to college with me, and connected it to the College's network. After opening CS5 apps whilst on the college network, suddenly the serial was invalid?
    Can anyone suggest why this is happening?
    Many thanks,
    Luke
    Edit: Whilst in College, I have to change the 'Location' of my Mac from Automatic to the College's name due to Proxies that the College implies. Could this be affecting it?

    Thanks for your help...
    I've not been in college for a few days so haven't been able to reproduce the error message as of yet.
    I was thinking however, is a serial likely to link to my IP address?
    My IP for my MacBook is different at college than at home... would changing my IP to the same as at home (if possible) solve the issue do you reckon?
    Also, could the college's network, with the relevant proxies be what's causing the issue? The college has CS5 Master Collection installed... could this conflict with my version in that the network only accepts the volume licensed serial?
    Thanks again,
    Luke Kendall
    (Sent from my iPhone)

  • Cs6 keeps crashing right when it opens. any Ideas why??

    Hey everybody,
    I just bought adobe creative suite 6 design and web premium package, I`m assuming photo shop cs6 is fully updated, I just installed it two weeks ago and I have not had any problems so far.
    I have windows 7 on a hp laptop which is bran new. today I went to open up PS and it immidiatly says cs6 has stopped working then it shuts itself down.
    Please help.....I need to do my homework!!!

    So you're saying it worked and now it doesn't?
    People often get restored function by resetting all of Photoshop's preferences to defaults.  To do that, press and hold Control - Shift - Alt immediately after cold-starting Photoshop.  If you get the keys down quickly enough it should prompt you to confirm deletion of your current preferences.  If it does not prompt the preferences are not reset.
    As to why it should stop working...  No one knows why on some systems preferences get corrupted.  Did your system get shut down improperly at any point?
    Have any Windows Updates been installed lately?
    Have you installed anything else since the time it worked and now?
    -Noel

  • Why does my premiere freeze when i open my project

    all of a sudden right when i open the project i was working on for hours last night, just freezes and i see the mac beachball spinning around forever until i force quit. I've updated the app and reset my comp a bunch to no avail. please fix I need to finish this video project or else i'll just go back to FCPX

    Refer to this article
    iTunes for Windows Vista or Windows 7: Troubleshooting unexpected quits, freezes, or launch issues
    http://support.apple.com/kb/TS1717

  • When i turn on my Ipad air In the cornors of the Black Screen It has white stuff near the top bottom  left and Right   When it's all it turned on it's fine But when I go to a black Background It  does the Same is this normal?

    When i turn on my Ipad air In the corners of the Black Screen It has white stuff near the top bottom  left and Right   When it's all it turned on it's fine But when I go to a black Background It  does the Same is this normal
    It
    I
    O

    when I turn on my ipad and the black screen comes on I have a slight white light running along the bottom meaning the whole screen is not black. Is ths normal.
    better details Sorry
    N

  • What is"G" at eh bottom right corner of my applications icon and why do those applications do nothing?

    I received my Palm 755p second hand from a friend, just the phone and no accessories. Some of the applications do nothing; they all have a tiny “G” at the bottom right hand corner of the icon. When I click on the application, the screen changes to white for a second and then returns to the original screen. One of the applications that have the “G” is the “contacts” so I am not able to add contacts. Also when I click the “contacts” button on the phone nothing happens.
    They are all under the “Good” topic in the drop down menu.
    Post relates to: Treo 755p (Verizon)
    Post relates to: Treo 755p (Verizon)

    Hello and thank you for using the Palm forums.
    It seems like you may have answered your question yourself. The "G" most probably stands for "Good" - catagory that your friend used to change things around in his/her palm.
    You can do a hard reset to fix this problem, if you want to restore the phone to factory settings and wipe everything off so it is as good as new (and you cans start using the contacts app on your new phone). Here are the instructions.
    A hard reset wipes everything off your device. It is performed by holding down the power/end call button while you remove the battery from your device and then put it back in. Keep your hand on the power/end call button until the battery is back in the phone. The screen will now say "Palm Powered." Take your hand off the power button. You will now see a screen in 5 languages prompting you to erase all data from the palm. The screen will say "erase all data? Yes - up, no - down" and you need to click on the up arrow (silver button on the 5 way navigator on the bottom of the palm). This will erase all the info from your device.
    Now your phone should be as good as new, as when it was just purchased, without any previous info on it. This will make sure the applications that came with the phone will stay there and you should now be able to use the contacts application to save your own contacts.
    I hope this was helpful.
    Post relates to: None

  • I was doing some thing on my mac and the normal link to the applications folder from the bottom right hand corner disappeared, I cant find it anywhere, Can you help me?

    I was doing some thing on my mac and the normal link to the applications folder from the bottom right hand corner disappeared, I cant find it anywhere, Can you help me?

    Simple process. If an iPhone go to the Apple Store and not Verizon
    the phone from Verizon will be a refurbished device and not new unless under the 14 day worry free guarantee
    good luck

  • When I go into my email account through Safari, I cannot see all of my messages.  26 may show on the screen but it says I have 32.  However, at the bottom right it appears as if all the messages are showing and the arrow to get more is not highlighted.

    When I go to my email account through Safari, I cannot see all of my messages.  It says there are 34 but I can only see 26.   However, at the bottom right  the arrows to go to the next screen are not highlighted?  I also cannot scroll any further down.  Does anyone know how to scroll down to see all of my messages?  I use Travel-net Communications as my email provider (Ottawa, On, Canada).

    hey ,
    if it is showing you 34 mails them it is correct. when you see your mail. apple has a smart way of arranging your mail.suppose you recieve 4 mails from one email id it will show you under one highlighted mail. so when you open a mail from anyone trying scrolling it down and you will find your missing mails.

  • How to delete the applications in the "Updates" tab at the lower right part when you open the App Store?

    Hi, I bought the new Itouch 5 recently, i'm just wondering how can i delete the applications in the "Updates" tab at the lower right part when you open the App Store? I just want to delete the applications that i've already deleted but it seems that it is still posted at the "updates" tab ad i can't delete it. Please i need your help. Thank you for those who will reply.

    Try turning off &amp; on your iPod (sorry if that sounds dumb, but it might work)
    Or, since that's a matter of not refreshing, turn off your wifi&amp; reconnect
    Hope this helps

  • How can I turn off Recently Websites when opening new Safari window? After tapping on the two overlapping boxes on the bottom right of Safari, a new blank window appears with Favorites, but now in iOS 8, recently viewed websites are listed.

    How can I turn off Recently Visited Websites when opening new Safari window?
    After tapping on the two overlapping boxes on the bottom right of Safari, a new blank window appears with Favorites, but now in iOS 8, recently viewed websites are listed. How can I turn this function off? I do NOT want my new Safari windows to have history displayed of previous websites I visited. I only want my Favorites (on the top) to be displayed. Please help.
    Thank you for your time, patience, understanding, kindness, and concern.

    Thanks for replying, but that isn't the answer I am looking for.  Also, there is no + sign, UNLESS you do tap the overlapping boxes.
    Let me try to ask my question a little more clearly:
    When I tap the two overlapping boxes on the lower left (the option to Open New Windows), the new Window that appears will show your Bookmarked FAVORITES. But with my new iPhone 6, and the new iOS 8.0.2, when I tap the two boxes to open a New Window, my Bookmark Favorites show (as they always have and should), but below them, there is a dividing line underneath them, and it says Recently Viewed Websites, and has these websites available to tap.
    So my question is, HOW DO I TURN THESE OPTION OFF?
    *UPDATE  (10.13.14): Since I have asked this question, I no longer see these Recently Viewed Websites under my Bookmarked Favorites in my new Window tabs. So I hope that Apple fixed it, or somehow it was a mistake, or somehow I changed an Option on my iPhone 6 that stopped this for reoccurring.
    Thank you for your help bobseufert! I appreciate your concern, kindness, and the time to try to help. I am grateful.
    Have a blessed day.

Maybe you are looking for

  • How can I make rectangular speech bubbles that adapt to the text inside them without the "arrow" that points towards where the bubble is coming from getting changed?

    I have to make lots of speech bubbles (150+) that all have texts inside them which differ in length. I want the speech bubbles to look the same in terms of style, but I need different sizes of course for each text. This means that the rectangular par

  • Finding open source/GNU free software projects

    I am looking to work on an open source or GNU free software project. So far I have found three places to shop: 1) jakarta 2) gnu.org 3) sourceforge Are there any other major projects? I have an MSEE and 10 years C/C++ UNIX-centric, server-centric dev

  • Backup & Restore SQL Server 2005

    Dear Experts, One of our SAP system got crash due to some hardware problem . we have rectified the problem and installed the OS again. Now could you please tell me how to restore taken SQL to bring the system up to date. Now I have Backup datas in my

  • Javadoc overview.html file location

    Running NetBeans on MS/Windows. I would like to check in the entire NB project via cvs and include the Javadoc overview.html in the package. However the person who checks it out can put their project pretty much anywhere they want. Unless I'm way wid

  • DVD drive does not recognize disks

    Hey, I have an e-mac with panther on it. I have been successfully burning DVD's for a few years now. This weekend I got an interesting error message. MY super drive would not read the blank DVD that I put in the drive and then it would not read ANY d