3 Suggestions for Application icons

1. Keep application icons in the same spot after an update. It's annoying to have to move the icon back to its place after each update.
2. When moving icons around, allow for the scrolling of more than one window. Every time I have to drag the icon rightward to the next window then release it and do the same thing over and over and over again until its in the proper place. But this would be less of an issue if the first problem were fixed.
3. Allow for additional windows to the left of the main window (not just to the right). Navigating to the proper window would be so much easier if I could scroll 2 windows to the right OR 2 to the left instead of 4 to the right. And I guess I could fix this by moving all of my front window icons to the 3rd window and placing the other icons on the 1st, 2nd, 4th and 5th windows, but see suggestion #2.

As mentioned, update 2.1 fixes your first issue.
Your second, I don't have that problem. I can drag an icon to side, it flips to next screen, then DON'T let go, just move to left just a tad then back right (just need to have it register a move) and then it will flip again...no need to let go and pick up again. Just a slight finger move is needed and I can understand why.
Last, would be a nice update, but as suggested, this is a user to user forum, not a place for feedback. Can suggest at http://www.apple.com/feedback/iphone.html

Similar Messages

  • Design suggestion for application-wide configuration properties

    Hello all
    I am seeking opinions on how to design an application in which multiple classes have access to a common set of configuration properties that may change at runtime.
    Until now, I would create an abstract class dedicated to initializing the properties set and enabling access to them from anywhere in the application through appropriate get/set static methods (most probably using an internal java.util.Properties object). Lately, my confidence in that approach seems to diminish.
    So, I thought I should ask... do you see any issues with the above approach? Would you suggest any alternatives?
    What I am essentially looking for here is a best practice to stick with from now on.
    Thanks in advance
    G

    909773 wrote:
    For example a 24x7 service that is supposed to handle requests on port X is very unlikely to need to change to port Y while running.
    Or what happens if you have a plugin architecture and someone changes the root plugin directory to another directory.On the other hand, the maximum draw distance in a virtual world, an application's "skin", or a filesharing client's bandwidth limit are, in my view, properties that may very well need to change at runtime.
    Seems reasonable to me. That is the easy part. The hard part is
    1. How/when do you reload
    2. How do you code your app so it gets the new values and uses themAs for 1, apologies if I haven't explained correctly: I am talking about properties that may change programmatically at runtime, e.g., by a user through a configuration dialog. Ok.
    I can think of at least one way to deal with 2 (classes interested in all or a few of the properties implement some property listener interface and accordingly re-get values when notified about changes).That is how you detect it. It has nothing to do with whether the current running process is in a state that allows changes to be made.
    all over the code reflects a wise design decision vs using a singleton property manager, references to a single property manager object (maybe even a java.util.Properties object) passed around through constructors, approaches involving dependency injection (not relying on any framework though), or else.Depends on the application. For example with a distributed system propogating the changes correctly so systems are not out of sync can be problematic.
    Depends on the context in which your user makes changes. If it is an admin then it has the same context has if you were using a file. In that case I would use a singleton.
    If it is a user changing part of the system, then you can't use a singleton. In that case you would need a context object from which other code derives the configuration values it uses. That is a one layer hierarchy and of course more levels require more complexity via a context object for each level.

  • Suggestions for Application Monitoring Software

    Can anyone suggest software that will monitor applications to determine if they have crashed, and relaunch them if they have?
    I can't use Apple's Server Monitor as my server is a desktop Mac. We have an obscure app called iCalPublish that combines iCal .ics calendars and republishes it as one calendar. At least once a day it stops working with an error message requiring me to quit and relaunch. I wish I could find a replacement for iCalPublish but it seems the only app that combines calendars and it does it very well.

    TokyoTony wrote:
    I'd like to try something else please. The reason is as follows:
    When I put in a name for the document and then scan the documents, the file still comes up as untitled. I don't get that.
    When I want to rotate a page that is supposed to be landscape and do the rotation in Image Capture, all it does is cut the top and bottom out--it rotates the selection, not the image. I know I can do this in a PDF editor but why not have everything I need done in one application?
    When I do want to select A4 size, I don't see it unless I hide details. Seems a bit strange.
    Thanks,
    Tony
    Are you scanning into a program, or to a file? Either way, it seems to work for me with Preview. I didn’t try another app.
    I can’t replicate your other problems, either. Rotation works as expected and I have both Letter and A4 available on both interfaces.
    I have an Epson all-in-one, though.
    Perhaps if you listed your HP model number, others with that same printer/scanner could help.
    One thing to try, though. Log into another user on the Mac and try to scan. Same results?
    Boot into Safe Mode and try to scan. Same results?
    OS X: What is Safe Boot, Safe Mode?
    Those two steps will see if the problem is system-wide or caused by some additional software you have running at startup.

  • [SOLVED] Set icons for applications in XFCE

    Hi,
    I was wondering if I can specify the icons for applications. Currently my gVim is using a "general" icon when in the panel but has the right icon when I create a launcher. This is how it looks like. Any suggestions?
    Thanks!
    Last edited by dsdeiz (2011-01-10 00:50:57)

    Hi,
    Yep, I have a gvim.desktop in /usr/share/applications. What it contains is:
    Type=Application
    TryExec=gvim
    Exec=gvim
    Icon=gvim
    Terminal=false
    Type=Application
    TryExec=gvim
    Exec=gvim
    Icon=gvim
    Terminal=false
    There is also gvim.png in /usr/share/pixmaps.

  • Somehow my application icon in the dock has disappeared and I have no idea where it went or how to get it back. I am not all that computer knowledgeable. Thanks for your help.

    Somehow my application icon in the dock has disappeared. I have no idea where it went but it contains all my applications that i use. How do I get the application icon to return  to the dock. Thanks for your help. I am not computer literate by any means. Thanks

    Goto your application folder, find your app then drag/drop it back to the dock.

  • Create a custom dock/application icon for .jar files built in eclipse

    I've spent the better part of the afternoon trying to figure out how to apply a custom icon to jar file that I created in eclipse. I am presently using eclipse v3.5 on Mac OS X 10.6.2 and have yet to find a way to change the java coffee cup logo in the document icon for my jar files created in eclipse. Is there some way I can call a specific Apple class in Eclipse to change the dock/application icon of my .jar file?
    I found this link that uses a class that seems to be specific to XCode to change the icon of the .jar file.
    What I mean by change the icon of the jar file, I mean change the icon used in the dock, and also the icon used when the "command+tab" switcher pops up. Presently, I have the black console icon with the text "exec" in the upperleft.
    If anyone has any good links on this topic or even better knows the code I need insert into my program I would be highly greatful.
    cheers
    -ipatch

    See http://www.centerkey.com/mac/java/

  • I BOUGHT an application from my iphone Application icon and paid 2.99 dollars too, for phone tracker , downloaded sucessfully and its working too but not tracking the phones as mentioned in the description can any one support me??? better from apple

    I BOUGHT an application from my iphone Application icon and paid 2.99 dollars too, for phone tracker , downloaded sucessfully and its working too but not tracking the phones as mentioned in the description can any one support me??? better from apple!!

    Is this the app you're referring to?
    http://itunes.apple.com/us/app/phone-tracker/id348537489?mt=8
    As you'll note it's made by Presselite and that page has a link to their support.
    Also, you'll find it best not to post questions about iPhone apps in the AppleWorks forum. Best to contact the makers of the app.
    Regards
    TD

  • Unable to replace the default icon with the application icon for SIS files on packaging

    Hi,
    I got hold of the earlier (now removed from Adobe) available Adobe Mobile Packager (the free version). Now the problem is that I see the default packager icon on my phone for my Flash Lite application. Also, the packager does not allow me to select my application icon. I have placed the desired icon in the output folder along with its svg; doesn't help either.

    You mentioned that you implemented loopback merge mode.  It's possible some of the settings being included in the merge are interfering with your new file associations.  Have you checked to see if there are any conflicting file
    associations in other GPOs that may be applying?  If so, you may want to experiment with loopback
    replace mode.
    Also check to see if any file associations are being set in the computer configuration settings, since you are attempting to set associations in the user configuration.  In a merge scenario the computer policy is processed after the user policy, and
    has precedence if any of the settings conflict.

  • I am creating application icons for iphone

    I am creating icons for an iphone/ipad application developer and the application icons are loaded into the application the tranparent areas are turning black. Is there a way to fix this?

    Don't attempt to use transparent application icons.
    Application Icons
    Ensure that your icon is eligible for the visual enhancements iOS provides. You should provide an image that:
    Has 90° corners (it’s important to avoid cropping the corners of your icon—iOS does that for you when it applies the corner-rounding mask)
    Does not include a drop shadow
    Does not have any shine or gloss (unless you’ve chosen to prevent the addition of the reflective shine)
    Does not use alpha transparency

  • Application suggestions for REALTORS

    Any suggestons for applications I should use from any of the REALTORS on ths site?
    Thanks in advance for your suggestions!
    Michael

    another good one is something i've seen on a blackbury where you can call people and you can transmit any number you want i.e. i could phone my mate and make him think it was someone else calling. not sure if it works fos sms but that would be even better seen as i usually use 10 of my 900 minutes a month and send 100's of texts

  • Generic document icons for applications in Simple Finder

    I have an account setup with Parental Controls and using the Simple Finder. In the My Applications folder of the simple finder, all of the apps show up with the default blank document icon instead of the correct application icon. How do I fix this?

    Hi Warren -
    I imagine you already tried this, but just to be sure, did you change the default .tiff app in Finder? Does that change the icon? If so, what happens when you then change the default back to your app?
    If the above doesn't help, what happens when you change the Bundle Name and Executable File name of your app, then set the default .tiff app to the "new" app? Not saying this is practical if you've already distributed your app, but it might help to know the result.
    Here's some misc info that may give you more ideas: [http://ask.metafilter.com/67832/Changing-filetypes-icons-in-OS-X].
    Btw, we have at least two or three experts around here who will probably know exactly what to do. I'm only filling in until one of them shows up. So if none of the above is useful, stay tuned.
    \- Ray

  • Camera suggestions for high school application

    I need some camera suggestions for a wide variety of uses in a school setting. We will do athletic highlight videos (indoor and outdoor, day and night games) as well as videos of indoor stage productions and other misc. uses. We will be using Final Cut Studio. Budget $500 - $1000. Any comments/suggestions are appreciated.

    go to camcorderinfo.com

  • How can my application icons draw slowly?

    I'm trying to trouble shoot how it's possible that my new MP 5,1 is slow to draw simple application icons when first opening the Applications folder, I see generic icons until they resolve to the actual ones.
    My previous MP1,1 with dual 8-Core upgrade never did this and this machine, Apple assures me that my new MP while only a single Quad core is a faster processor, with faster RAM and a faster Graphics Card (Radeon HD 5770).
    I’m running 10.7.5 Lion but when I boot off my Snow Leopard drive (kept for needed legacy non-Lion apps), this redraw issue doesn’t happen, which I assume implies this is a software vs. hardware issue?
    AppleCare suggests I do a clean install on my Lion drive, which I haven’t done over several OS upgrades, which I really should do regardless as my system software is quite the Frankenstein conglomeration by now.
    But I’m still wondering, if part of the issue might be my graphics card is inadequate in the Lion environment plus running 2 monitors and should I either get a 2nd 5770 card to have a separate card for each monitor, or maybe get a 5870 for the HP 30″ monitor and use the 5770 for my Cinema Display (which is more for holding extra Desktop files and tools windows from various apps both of which are low level use).
    Or is the Radeon card I’ll conceived and to do it “right” I need to swap out to a higher faster card(s).
    SPECS: 3.2 Quad Core, stock Radeon HD 5770 – running a 30″ HP LP3065 & good old 22″ Cinema Display, Lion 10.7.5
    I’m also wondering if I goofed not getting the 3.3 GHz 6-Core processor instead of going with stock 3.2 Quad Core?
    Or since the Snow Leopard drive draws fine with no lag time, that this is in fact probably a problem with my Lion drive and a clean install should speed things up?

    Please read this whole message before doing anything. This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it. Step 1 The purpose of this step is to determine whether the problem is localized to your user account. Enable guest logins* and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up guest users” (without the quotes) in the search box. Don't use the Safari-only “Guest User” login created by “Find My Mac.” While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin. Test while logged in as Guest. Same problem? After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it. *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing. Step 2 The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login. Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows: 
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    If you are prompted to log in, type your password, and then hold down the shift key again as you click Log in.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    *Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • New MacAir error states "your Mac OSX startup disk has no more space available for application memory"  All I have added is MS Office

    My new Mac Air states that my " Mac OSX startup disk has no more space available for application memory" and wants to force quit Safari.  I have only added MS Office to the computer and Carbonite.  Any suggestions?

    Select the icon of your startup volume ("Macintosh HD," unless you renamed it) in the Finder and open the Info window. What value is shown for Available (space)?

  • Application Icon Title customized with Username

    Does anyone know how to distribute a Application Icon Title for a desktop
    shortcut with the %username% variable? So my icon might be a link to
    email with the Application Icon Title of "Joe's Email". Thanks:)

    > > Does anyone know how to distribute a Application Icon Title for a
    desktop
    > > shortcut with the %username% variable? So my icon might be a link to
    > > email with the Application Icon Title of "Joe's Email".
    >
    > AFAIK you can't use variables/macros in the "Application icon title"
    field,
    > but you can create a Windows shortcut ("Distributions Options"
    > -> "Icons/Shortcuts") and use a variable under "Shortcut name".
    > With my old, but reliable, Agent (4.00.1047) I'm not able to use
    environment
    > variables like %USERNAME% (no matter user association or not), I don't
    know
    > if that's a bug, but eDirectory attribute macros like %CN% works just
    fine.
    >
    > Regards
    > Rolf Lidvall
    > Swedish Radio (Ltd)
    >
    >
    Thanks Rolf what you suggest worked for us:) I really appreciate the
    help you have given.
    JR

Maybe you are looking for

  • Best practice in JSTL with multi-dimensional arrays

    Hi, I'm working in a project and I'm trying to convert some code into JSTL way, I have a first.jsp that calls addField(String, String) from fieldControl.jsp: (first.jsp) <%@page contentType="text/html"%> <%@page pageEncoding="UTF-8"%> <%@ include fil

  • My screen has a vertical black line

    I have only been using my new iPad for a few hours and a vertical thin black line has appeared on the screen. I presume I have a defective iPad and need a replacement. Is that correct?

  • Get the certificate, ssl connection

    I hope here someone could help me. The problem is that i want to retrieve a server certificate before sending stuff to server. So the user is asked to accept the cert or not, if it is not added to keystore. How can i get the server certificate??? Hop

  • Currency updation in travel expense

    Dear Team, I want to configure receipt currency in travel management, so when an employee creates his travel expense currencies mentioned below should be displayed in receipt currency. Please let me know the T-code for configuring the same. Thailand 

  • Cannot setup Web Services on my HP Photosmart 7525

    After setting up a manual IP address for my printer, I can now print on the network BUT Web Services are unavailable. I have followed the printer instructions, your website instructions, confirmed the proxy, IP address, DNS settings, etc. From the Wi