Problem with icon place

hello,
is it only me?
i spend 20 minutes rearranging the icons according to my taste, under iTunes
and after sync, i see on the iPod that the icons were randomly placed...
and then i unchecked some apps and then sync'd...
but all the 148 apps were still there on the iPod...
so i guess it's serveral bugs....
i have the latest iTunes and the news 3rd 32g iTouch

Already i suggested you buddy if you really want to work with GridbagLayout, you have to do practice on this because what ever you are asking for that is not big task if you will do it.
first of all going through all basics and try to understand all GridBagConstraints.
I hope you will be able to do your own. All the best.

Similar Messages

  • Problem with Icons

    Hi!
    I'm trying to make a chess game, and I'm having the following problem.
    I have a JLayeredPane that contains a JPanel with other 64 JPanels inside. The pieces are JLabels with Icons.
    The problem is that when I begin a new game, the chessboard appears empty, with no pieces whatsoever, even though those labels are in place.
    If I try to resize just for a bit the main frame, the pieces appear on their positions just like they should in the first place.
    I've tried everything, but they just refuse to appear until I resize the frame (I should add that the chessboard is big enough for the icons to fit, so it is not this .... ).
    Can anyone help?

    So here goes:
    I have an intro frame that has a new game button. When the Button is pressed, I create the main frame, I put in the JlayeredPane and all the other panels and pop up a JDialog message, in which I request certain info. This dialog has an OK button, which should add the labels (with the icons) to the panels on the chessboard.
    I don't think the layout creates this problem, because I've seen it working with exactly the same stucture. The only difference I could see was the dialog box. So I'm guessing this dialog is creating the problem.
    PS: I don't have the code here, I'll get back with that later on.....

  • Problems with decimal places and formatting

    Hi , we are having problems with an add on running on different localization companies. Decimal places separatd by "," differ from other localizations. We dont know if this is a SQL collation setting or somethng related to code or requirements to run add ons on different servers and languages.
    Any ideas??
    Thanks

    Hello
    Follow up with this thread:
    [Re: How to get the numeric value of DocTotal from UI API]
    Regards,
    J.

  • Problem with icons in the application bar (Photoshop CS4)

    My computer's OS is WinXP Pro SP3.
    I just now noticed a problem with all icons in the application bar in PS CS4 (v. 11.0.1).
    When I bring mouse over icons (except for zoom level icon), all icons turn into blank (white) boxes.
    For "Arrange Documents" bar, when I click on its blank icon, the top two columns are empty but show the the rest of three columns.
    Please advise me how to fix this problem.  I hope to avoid uninstalling -reinstallinlg.  Thanks.

    ATI no longer supports your card so I don't think you will see any updated drivers from them to correct your problem. You might want to look into investing in a newer card.
    http://support.amd.com/us/gpudownload/windows/Legacy/Pages/radeonaiw_xp.aspx?type=2.4.1&pr oduct=2.4.1.3.23&lang=English

  • Problem with Icon in JCheckBox

    I have a problem with a JCheckBox, when I assign an Icon to it, the checkBox dissapears and the only thing I see is the Icon. Is there a way to have the CheckBox and the Icon?
    Thanks
    Alejandro

    class MyCheckBox extends JPanel {
      JCheckBox jcb = new JCheckBox();
      JLabel jl;
      public MyCheckBox(String s, Icon i) {
        add(jcb);
        jl = new JLabel(s,i, JLabel.LEFT);
        add(jl);
      public boolean isSelected() { return jcb.isSelected(); }
      public void setSelected(boolean b) { jcb.setSelected(b); }
      public String getText() { return jl.getText(); }
      public void setText(String s) { jl.setText(s); }
      public Icon getIcon() { return jl.getIcon(); }
      public void setIcon(Icon i) { jl.setIcon(i); }
    }

  • ATI Radeon 4870 Graphic Card - Minor Problems with Icon View

    I have a MacPro 2,1 (early 2007)... Recently upgrade graphic card from ATI Radeon X1900 to ATI Radeon 4870... Works fine, except when viewing files in "icon view"... The icons are "fuzzy-like" some pixels are missing... This is seen in any size icon... small or large... or views no problem... cover view, list view, or column view...Does anyone have a working solution for this problem in icon view... Thanks

    If ATi didn't specify the card you bought is designed for your Mac, then it's strictly the PC version and is incompatible with OS X. It may work correctly in Bootcamp for Windows, but not for OS X.
    Your best option would be to return the 4350 and purchase a "designed for Mac" video card by ATi or nVidia cards offered on the Apple online store.

  • BAPI_ACC_INVOICE_RECEIPT_POST problem with Business place

    Hi Experts,
    I'm using the the BAPI  "BAPI_ACC_INVOICE_RECEIPT_POST" for the F-43 posting, it's working fine. But I have a little problem here, Even though I pass the correct values to the fields "Valuation type" and "Business place" in the posted document I could see only "?".
    Could you please some one help me in finding what might be the problem.
    Thanks
    Nivash

    hi
    hope it will help you.
    <REMOVED BY MODERATOR>
    BAPI_ACC_GL_POSTING_CHECK
    CALL FUNCTION 'BAPI_ACC_GL_POSTING_CHECK'
    EXPORTING
    documentheader = w_documentheader
    TABLES
    accountgl = it_accountgl
    currencyamount = it_currencyamount
    return = it_return.
    Populate the corresponding tables with the data you have.
    For the Date do convert it.
    PERFORM convert_date USING it_header-bldat
    CHANGING w_documentheader-doc_date.
    w_documentheader-comp_code = 'z998'
    w_documentheader-doc_type = 'SA'
    "and fill the respective tables this way .
    <b>
    BAPI_ACC_GL_POSTING_POST
    </b>
    call function 'BAPI_ACC_GL_POSTING_POST'
    exporting
    documentheader = doc_header
    IMPORTING
    OBJ_TYPE = l_objtype
    * OBJ_KEY =
    * OBJ_SYS =
    tables
    accountgl = t_accountgl
    currencyamount = t_curramt
    return = t_return
    * EXTENSION1 =
    Edited by: Alvaro Tejada Galindo on Feb 7, 2008 9:51 AM

  • Problems with icon object

    Hi! I hope someone can help me with the icons object.
    When I use the following code (document level) in a PDF file  I created (with Acrobat 8)
    app.alert (this.icons.length)
    try {
    app.alert (this.icons[0].name)
    catch(e)
    for (var i in e)
    app.alert(i +":"+e[i])
    I get 8 for the length and the error message
    this.icons[0] has no properties
    This happens for this.icons[1].name, ..... this.icons[7].name
    Although there should be eigth icons I can't get any name.
    Furthermore if I use app.alert(this.icons) I get  the following string ",,,,,,,". There is a simple way to remove this corrupted (I think) object?
    Sorry for my bad english
    Thank you, linopasc

    Just yesterday I used importIcon() to add some icons to a new created file and I used these icons to set the icon associated with  buttons (buttonSetIcon).  All  was correctly working. But this morning the script does not work. In place of the two first icons there are two commas (???).

  • [InDesign C# Script] Problem with textframe.place(imageName)

    Hi everyboy !
    I am beginning with the InDesign Scripting in C#, and the documentation is very poor. I have a problem and I can't find the solution.
    I have to place an image into a textframe on my document's page.
    I create my textframe without any problem :
               myDocument.Layers.Add();
            InDesign.Layer lastLayer = (InDesign.Layer) myDocument.Layers[myDocument.Layers.Count];
            InDesign.TextFrame myPicture = myPage.TextFrames.Add(lastLayer, InDesign.idLocationOptions.idUnknown, myPage);
            myPicture.GeometricBounds = new string[4] { myY, myX, myY2, myX2 };
    Then I try to place my Image, but I can't find which type of object is returned by .Place méthode :
    First try :
    InDesign.Graphics myGraphic =  (InDesign.Graphic) myPicture.Place(pathName, false);
    And I have got this error :
    {System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'InDesign.Graphics'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{C85A4AB3-9492-4C40-8A7B-F8305706C8B8}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
       at Service.createPhotograph(XmlNode photo, Page myPage) in c:\Documents and Settings\melaniep\My Documents\Visual Studio 2005\WebSites\WebSite6\App_Code\Service.cs:line 204}
    And I saw this tutorial in javascript for placing images  at http://www.adobe.com/devnet/indesign/pdfs/indesigncs4_scriptingtutorial.pdf
    //Display a standard open file dialog box to select a graphic file.
    var myGraphicFile = File.openDialog("Choose a graphic file");
    //If a graphic file was selected, and if you didn't press Cancel,
    //place the graphic file on the page.
    if((myGraphicFile != "")&&(myGraphicFile != null)){
    var myGraphic = myDocument.pages.item(0).place(myGraphicFile);
    //Since you can place multiple graphics at once, the place method
    //returns an array. To get the graphic you placed, get the first
    //item in the array (JavaScript arrays start with item 0).
    myGraphic = myGraphic[0];
    So I tried :
    InDesign.Graphics myGraphics =  (InDesign.Graphics) myPicture.Place(pathName, false);
                InDesign.Graphic myGraphic = (InDesign.Graphic) myGraphics[0];
    But I have got the same error.
    Someone have an idea? I am really lost, and I don't know what to do :'(
    Another little question.
    My picture is smaller than my textFrame.
    And I want my picture fits to the texframe.
    MyGraphic.HorizontalScale = widthOfTextFrame
    MyGraphic.VerticalScale = heightOfTextFrame
    Does it works? Or Am I in the wrong way?
    Thank you very much (and sorry for my bad english, I am french )

    Are you also beginning with C# ? Then please reconsider, and follow tried paths with JavaScript - plenty more support around here. You could at least write a draft of your program, and only if it works move it to C#.
    To get further on your issue, I'd follow the idea outlined here:
    http://msdn.microsoft.com/en-us/library/ms173183(VS.80).aspx
    If that does not work, I'm sorry - last time I used C# is years ago, and targeting some pocket PC. No InDesign involved.
    Dirk

  • Problems with Icons

    Im very new to javax.Swing, and even new to java itself. I have an assignment to do basic Rational Number functions using Javax.Swing, and i wanted to spice my program up a bit by using my own icon. Here is my code, I know i am very very close to having it correct, but i cant figure it out. I only have the Main Method posted becuase the others are irrelevant to this problem.
    I want the image "subzero" to be displayed as the icon for the "strNbr1" dialog box:
    import javax.swing.*;
    public class rationalNumSean
         public static void main (String args[])
         ImageIcon subzero = new ImageIcon("c:/sub-zerob.GIF");
         String strNbr1=JOptionPane.showInputDialog(null,"Enter Numerator",null,JOptionPane.INFORMATION_MESSAGE,subzero);
    String strNbr2=JOptionPane.showInputDialog("Enter Denominator");          
              int x =Integer.parseInt(strNbr1);
              int y =Integer.parseInt(strNbr2);
              Rational r = new Rational(x,y);
              JOptionPane.showMessageDialog(null,r.getRational() + " equals " + r.getDecimal() + ",\nhas a GCF of "+ r.getGCF()+ " and reduces to "+ r.getReduce());
              System.exit(0);
    }

    Hi,
    so forgot my previous post. I try your code and it seems to be working except two things:
    1. JOptionPane.showInputDialog(null,"Enter Numerator",null,JOptionPane.INFORMATION_MESSAGE,subzero);This static method doesn't exist, try it replace with:
    JOptionPane.showInputDialog(null,"Enter Numerator",null,JOptionPane.INFORMATION_MESSAGE,subzero, null, null);2. This method returns Object, so you need to do this:
    String strNbr1=(String)JOptionPane.showInputDialog(null,"Enter Numerator",null,JOptionPane.INFORMATION_MESSAGE,subzero, null, null);So if you replace this one line, it should work.
    L.P.

  • Problem with icons running Form

    Hi to all,
    Because IE crash using Jinitiator, I have configured my formsweb.cfg in order to use jre instead of Jinitiator.
    This is the section in formsweb:
    baseHTMLjinitiator=basejpi.htm
    jpi_download_page=http://www.oracle.com/technetwork/java/javase/downloads/index.html
    # Generic to any version of JRE 1.6.0.
    jpi_classid=clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA
    # Generic to JRE 1.6.0
    jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0
    # Generic to JRE 1.6.0
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0
    pageTitle=Eclipse Web
    envFile=C:/oracle/FRHome10/forms/webutil/server/webutil.env
    webUtilArchive=/forms/webutil/jacob.jar,/forms/webutil/webutil.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    archive_jini=frmall_jinit.jar,myicons.jar,cursorpos.jar,newicons.jar
    imagebase=codebase
    archive=frmall.jar
    lookAndFeel=oracle
    colorScheme=blue
    separateFrame=true
    splashScreen=true
    form=mymenu.fmxWhen I run http://oracle-dev10g:7778/forms/frmservlet?config=jre_sun, the application mymenu.fmx is correctly opened, but without the icons stored in the files myicons.jar, newicons.jar etc. (Are menu icons, applications icons, report icons)
    Note that normally with Jinitiator the same configuration (modified for jinitiator) work fine without problems.
    Can You help me ?
    Thank You and Best regards
    Gaetano

    archive_jini=frmall_jinit.jar,myicons.jar,cursorpos.jar,newicons.jarWhen you use the Sun Plug-in instead of the JInitiator, the archive_jini tag is not used. the archive tag is used instead, so add your icons.jar to the archive tag.
    archive=frmall.jar,myicons.jar,cursorpos.jar,newicons.jarFrancois

  • Problem with business place and section code in miro screen

    hi experts,
    i have done the following config. for validate the b/place and section code at the time of invoice and payment.
    in prerequisite-com.code=l001 and (posting key=31 or posting key=29 or posting key=21 
    in check-business place=1001 and section code=1001
    by this config. in t code fv60 and f-48 b/place and section code showing mandatory but in miro screen w/o b/place and section code system alowing to save the entry.
    please suggest me where i am wrong and what to do next?
    thanks and regards
    konishko

    hi
    i have written the condition as follows
    in prerequisite:bseg-bukrs=l001 and (bseg-bschl=31 or bseg-bschl=29 or bseg-bschl=21)
    in check:bseg-bupla=1001 and bseg-secco=1001
    by doing this in fv60 and f-48 screen is not allowing to post w/o b/place and section code but in miro screen system allow me to post w/o b/place . if i validate the miro screen then after giving the b/place it is not allowing me to post the same and giving the error message which i have created.
    how to solve this problem?
    please suggest me and please give me the steps.
    regards
    konishko

  • Problem with icons not showing up using stacks.

    In my dock, I have a folder that contains movies and when I click it, it opens using the 'fan' effect in Stacks.
    The movies are .avi. My only problem is certain icons do not appear. They remain a simple QuickTime Logo on a white looking film strip.
    Below is a picture describing what it looks like.
    http://img523.imageshack.us/img523/7027/picture1nhx.png
    As far as I know as of yesterday, they were all displaying their respectable icons. Now they are not.
    Can anyone offer me some advice on how to get them to display their proper images again?
    Thanks in advance.
    Dran.

    Sounds like a hosed LaunchServices database. Launch the Terminal app in /Applications/Utilities/, copy this one-line command into the window that pops up, hit the return key, quit the Terminal app, and restart:
    */System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user*

  • Problem with icons apple store

    Hello everyone;
    I have a small problem that does not sway me at all, but wanted to know why this problem. Some days ago I had the problem of Invalid Address on my account, which simply hit the Continue button and got my menu icons this way.
    Would like to change?
    Follow the link to image.: http://imageshack.us/f/508/img0625.png/
    Wait.

    How long is 'just'?  If it is 14 days or less, return the MBP for a full refund.  If not, do not leave the store until you can start it up satisfactorily at the genius bar.
    Ciao.

  • Problem with icon preview in finder

    Lately I have noticed the odd picture would not display in preview in finder.  But today all of the jpg, pngs, and gifs in finder wont display, all I am getting is the default system image. Now I have show preview ticked in view options. I have deleted the finder plist file as suggested on a search for the problem online. But I am still having the problem. 
    The only images that show up as previews are the ones that have been created or edited through photoshop.  But as I have thousands of pictures on my HD i cant run them all through photoshop.
    Can anyone help or point me to a thread with a similar problem?  Thanks in advance for any sugestions.
    Oh I run Snow Leopard 10.6.8 on an intel imac

    Download and run all of the free OnyX checks, maintenance and then cleaning and reboot at the end.
    (Just one thing, don't delete the log files)
    http://www.titanium.free.fr/
    Also if any of the initial drive checks gives a error, report back and backup your files off the computer (Not TimeMachine) and disconnect.
    This will flush your system and let things rebuild, test things etc., nothing gets deleted but you should backup your files off the machine regardless.

Maybe you are looking for