Changing scrollTrackColor bckground problem

hi harveyc & to all flash fanatic,
i'm intersted also to wt u did in flashkit.com but ryt nw i'm
using a default component like scrollpane bcoz i'm only beginner in
AS dt's y f u don't mind, can u give me d exact code on how to
change d bgcolor of d scrollTrackColor & wer s d exact to put
it in flash?
I tried alreadu some sample on dis forum bt still it won't
run as in no effect. I think i just miss type d code:
here's my sample code for u to see and analyze
code:
mysp.setStyle("borderStyle", "none"); - dis one work, its
remove d white border of scrollpane
mysp.setStyle("scrollTrackColor", 0x000000); - & diz
won't work at all, as in no effect.
what should i do now . pls help me too.
tnx an advnce 4 ur help
norman-RP

Hi judy, yes your right, if you use self-expanding text
blocks this would be the case,
if you use standard text frames however this works,
that said, you would need to make sure the text frame is
large enough for future scaling needs (as with the path method)
also the problem with my solution as well a Judys is the fact
that the text will in Judys case stick to the path and in my
solution stick to the top of the frame, it's likely that the town
name would not lie nicely level with the dot in either case if the
font size changes drastically,
you would have to move the town names slightly to realign
their position vertically in relation to the dot, if you use the
layer method and select all on the appropriate layer they can all
be moved together accurately and easily on one action,
Judys solution will work, however working with paths adds
another set of annoying quirks, one of which is:
if you find that a too short path causes the text to be
clipped, try resizing the path from either end and you will find
that the right alignment value remains at the same point measured
from the left end of the path rather than sticking to the right end
of the path, you can of course unatatch and re-attatch each
individual town name to each path or alter the right alignment
value,
if the text is clipped because of a too small text frame,
just drag the text frame at the bottom left to resize and you're
done, the text will always stick to the right of the frame.
there's no easy automatic solution to this, but why
complicate things if you don't need too?

Similar Messages

  • My iPhoto hasn't upgraded at all, just the icon has changed, but the all graphic hasn't changed, whats the problem ?

    My iPhoto hasn't upgraded at all, just the icon has changed, but the all graphic hasn't changed, whats the problem ?

    I'm having the same problem...it says that it upgraded (it says iPhoto 9.5 when I go into 'About iPhoto') and the new features seem to be there (when I click on share, I have the new option of ordering photo's like it shows in the pictures on the site, ordering a photo album, etc), but the main user interface is still the old one. Instead of having the new buttons on the bottom for Events, Faces, etc, I still have all of those on the old toolbar on the lefthand side...so confused haha.

  • Smart Objects...changing canvas size problem

    When changing the canvas size of a smart object, the layer on the original document will distort visually since it doesn't update the size of the smart object.
    Is there a solution to this, or an easy way to quickly update every instance of the smart object on the original doc?
    To clarify: I know that you can change the dimensions of the smart object on the original doc and it'll fix it, my question is if there's a way to automatically have that happen and have the original doc smart objects respect your canvas size changes on the smart object doc.
    Reproduce:
    1) Draw a circle
    2) Turn it into a smart object
    3) Go into the smart object, change the canvas size by increasing the height of the canvas. The smart object should now have a circle with blank space above/below it.
    4) Save the smart object
    5) The circle on the original document will now be squished.
    I'm using Photoshop CS5

    xg3 wrote:
    When changing the canvas size of a smart object, the layer on the original document will distort visually since it doesn't update the size of the smart object.
    When you change the canvas size of a document the only layer that will change is a backgroung layer for it does not support transparency so its pixels will be changed.  However a background layer should not distort it may be cropped  and have canvas added in which case the color of the empty canvas can be set in the canvas size dialog.  All other layer including Smart Object layer should not chang at all.  Layer positioning in relationship to the canvas  and the new canvas size is set during the canvas size change.  Layers can be any size and have any aspect ratio. Their sizes can be smaller, the same or larger then the canvas size. Even layer that can fit  within a documents canvas size may be positioned so that all, some or none of the layer is over the documents canvas.
    I do not know what you mean when you write the original document chages. A smart object layer has an embedded copy of an object. The original document is not touched. You can open the smart object layer embedded object in  Photoshop by double clicking on the smart object icon in the layers palette smart object layer and change it size. And distort it f you wish. When you use Photoshop save. Photoshop will change the enbedded object in the smart object layer. You can also leave the embedded smaro object as is and change the smart object layer size and distort it using transform on the smart object layer itsself.
    I think what you did was to open the smart object in photoshop change its canvas saze then save it. The updated smart object is realy round but you dont see that it is becaue it is being transformec ti fit the original documents canvas. If you do a Canvas size on the codument you will see the original docyment canvas size is not change and thet your now squaching a now changed taller object into a shorter canvas.  With each Smart Obkect layer there is as associated transform.
    No I was wrong I just tried that and it looks like the transform was not the problem as yo can see I dir a Ctrl+T so you can see the size of the smart object layer is now biger then the original document and is positioned centered canvas is still 300x300 white area in image

  • Displaying dynamically changing image: a problem with JLabel.

    Hello! I use NetBeans 5.5 and I develop my GUI with Matisse. I'm rather a beginner in developing GUIs with this editor...
    I'd like to display a dynamically changing image. The idea is: GUI shows the image, that is modified as some computations run in a different thread. App will be run on a single machine.
    I'm trying to display the image as a label's icon. The problem is that my app's frame can be resized - and when it is, the label also resizes. When the label is resized, the image should also be resized - the image should always be of the same size as the label. The problem? I noticed, that it works only when I make my app's bigger. When I try to lower its dimensions, the label's dimensions remain the same. Why the label don't make its size smaller?
    My code works as follows: when app's main frame is resize, the panel (the one, that the label is placed in) is also resized. And, since the label is in the panel, it (should) also be resized. So I wrote all the resize-events handlers (therefore I know that the resize event is sent when my app's frame is resized, and when the panel is resized - but the label is resized only when it grows bigger). In this methods I modify the image displayed in the label (I resize the image).
    Or, perhaps, there is some other way to show a (dynamically changing) image with Swing... I chose JLabel, because I didn't want to write my own JComponent. JLabel can display image and that is all I need. The problem is: when the label grows bigger, I create a new, bigger image (icon). Why my label don't get smaller (the resize event isn't even sent)?

    There is no component that dynamically resizes an image. You need to create your own. Something like this:
    JComponent component = new JComponent()
         protected void paintComponent(Graphics g)
              //  Scale image to size of component
              g.drawImage(yourImage, 0, 0, getWidth(), getHeight(), null);
    };

  • Password reset/change during migration [Problem an...

    Hi all,
    I would like to share a password change problem I have encountered, and some remedial steps to resolve it during the migration from Yahoo Mail to BT Mail.
    Background:
    I am a relatively new customer (less than a year) and I have a ABC@btinternet BT ID and email account name. I recently received an email informing me of the pre-requirites for the migration. I have attempted to change my password since then which resulted in being effectively locked out of my account. I tried all of the usual remedies ranging from clearing cookies and browsing data, to different browsers, deep virus and malware scans, to a completley new installation of the OS (Win 7) and even using a Linux distribution.
    Problem:
    After logging in via the BT main portal email link, I attempted to change my password via the account settings page. This appeared to be successful, and a confirmation email was received via previously set up forwarded address, which would also indicate this assertion. However, after logging out, I was unable to log back in with neither the new password, nor the old. Any attempt to reset using the lost password wizard resulted in the same initial indication of success, but ultimate failure to log in. This is rather counter intuitive.
    After several hours of live chat and telephone conversations with the help department, it was found that using the BT main page to initiate a password change for the email service was at fault.
    Solution:
    There is an alternative using the Yahoo (www.mail.yahoo.com) sign in page to initiate a password change/reset, and will work as intended. Exactly the same user experience, ie wizard completes and confirmation email, but this time the change will come into effect when logging in from the BT main page.
    [Edit]
    If you have found this after already being locked out of your account (which is very likely to be the case) simply go to the Yahoo sign in page and enter your old password. You will then be able to access your account settings to change to your new one. Similarly, a forgotten password will work from here too.
    Things to look out for:
    Some of us are under what is dubbed a "mierge journey" and this appears to be at the root of the problem. If the URL for a "Forgotten Password" contains something like
    "... /managepassword/merged_consumer_journey/forgottenpass ..."
    Then you are probably in the same situation and this advice should apply.
    Thanks go to the help team for thier tireless efforts in uncovering this issue, and please reply with any ommisions or other suggestions/situations that will help others and I'll ammend/add to this post.
    TLDR:
    Do not use the BT email sign in link when changing or restting your password.
    Do use the alternative Yahoo sign in page to change or reset your password.

    Update:
    Workaround: log in using a different client machine.
    Scary.
    It looks the same problem reported, without response, here: Apex.oracle.com SaaS Login - Must Change Password.
    jd

  • Jtree Select node and change leafs icon problem

    Hi All,
    i create a tree and implement a TreeSelectionListener:
    my mission is whenever i select a node i need to change the icon of this node (for now.later i will have to find if it have childrens).
    import java.awt.Color;
    import java.awt.Component;
    import java.util.Enumeration;
    import java.util.NoSuchElementException;
    import java.util.Vector;
    import javax.swing.ImageIcon;
    import javax.swing.JTree;
    import javax.swing.event.TreeExpansionEvent;
    import javax.swing.event.TreeExpansionListener;
    import javax.swing.event.TreeSelectionEvent;
    import javax.swing.event.TreeSelectionListener;
    import javax.swing.tree.DefaultMutableTreeNode;
    import javax.swing.tree.DefaultTreeCellRenderer;
    import javax.swing.tree.TreeModel;
    import javax.swing.tree.TreeNode;
    import javax.swing.tree.TreePath;
    public class TreeView{
         DefaultMutableTreeNode top;
         JTree tree ;
         Color frameColor;
         public static ImageIcon NoTSelIcon;
         public static ImageIcon SelIcon;
        public static String[] name= new String[8];
         public TreeView(Color BackColor) {
              // TODO Auto-generated constructor stub
            top =  new DefaultMutableTreeNode("Diagnostics");
            this.frameColor=BackColor;
             SelIcon = createImageIcon("../Resource/Images/Select.gif");
             if (SelIcon == null)
                 System.err.println("Tutorial icon missing; using default.");
             NoTSelIcon = createImageIcon("../Resource/Images/NotSelc.gif");
               if (NoTSelIcon == null)
                 System.err.println("Tutorial icon missing; using default.");
         public Component createTreeComponents(){
                //Create the nodes.
                 createNodes(top);
            //Create a tree that allows one selection at a time.
            tree = new JTree(top);
            //TREE LISTENERS
            //Treeselction listener
            Handler hObject = new Handler();
            tree.addTreeSelectionListener(hObject);
           //Tree expand/collapse listener
            HandlerExpansionListener hObjectExpan = new HandlerExpansionListener();
            tree.addTreeExpansionListener(hObjectExpan);
    //       tree.getSelectionModel().setSelectionMode(TreeSelectionModel.DISCONTIGUOUS_TREE_SELECTION);
            //set tree background
            tree.setBackground(frameColor);
             tree.setCellRenderer(new OverrideTreeCellRenderer(frameColor,SelIcon,NoTSelIcon));
            return tree;
          private void createNodes(DefaultMutableTreeNode top) {
                 DefaultMutableTreeNode category = null;
                 DefaultMutableTreeNode SubCategory = null;
                 DefaultMutableTreeNode SubCategoryBasee = null;
                 DefaultMutableTreeNode SubSubCategoryBasee = null;
                 category = new DefaultMutableTreeNode("Dfe");
                 top.add(category);
                 //Sub test visible
                 SubCategory = new DefaultMutableTreeNode("Test Visible");
                 category.add(SubCategory);
                 SubCategory.add(new DefaultMutableTreeNode("Son 1"));
                 SubCategory.add(new DefaultMutableTreeNode("Son 2"));
                 SubSubCategoryBasee = new DefaultMutableTreeNode("Test Base");
                 SubSubCategoryBasee.add(new DefaultMutableTreeNode("Grandson 1"));
                 SubSubCategoryBasee.add(new DefaultMutableTreeNode("Grandson 2"));
                 SubCategory.add(SubSubCategoryBasee);
          class Handler implements TreeSelectionListener {
                   public void valueChanged(TreeSelectionEvent arg0) {
                        // TODO Auto-generated method stub
                        System.out.println("treeSelect event ");
                        TreePath trph;
                        trph=arg0.getNewLeadSelectionPath();
                        int count=trph.getPathCount();
                        DefaultMutableTreeNode Selnode = (DefaultMutableTreeNode)tree.getLastSelectedPathComponent();
                        String Name = (String)Selnode.getUserObject();
                        setSelected(Selnode,true);
                        int number_ofnodes=getNodeCountBelow((TreeModel)tree.getModel() , Selnode, false);
                        System.out.println("The Number of nodes under "+Name+"="+number_ofnodes);
                        tree.setCellRenderer(new IconRenderer(SelIcon,NoTSelIcon,frameColor));
          class HandlerExpansionListener implements TreeExpansionListener {
                   public void valueChanged(TreeSelectionEvent arg0) {
                        // TODO Auto-generated method stub
                        DefaultMutableTreeNode node = (DefaultMutableTreeNode)  tree.getLastSelectedPathComponent();
                        if (node == null) return;
                      }     // The inner class
                   public void treeCollapsed(TreeExpansionEvent arg0) {
                        // TODO Auto-generated method stub
                        System.out.println("treeCollapsed event ");
                   public void treeExpanded(TreeExpansionEvent arg0) {
                        // TODO Auto-generated method stub
                        System.out.println("treeExpanded event ");
          /** Returns an ImageIcon, or null if the path was invalid. */
             protected static ImageIcon createImageIcon(String path) {
                  //ImageIcon imcon= new ImageIcon(path);
                  //return imcon;
                 java.net.URL imgURL = TreeView.class.getResource(path);
                 if (imgURL != null) {
                     return new ImageIcon(imgURL);
                 } else {
                     System.err.println("Couldn't find file: " + path);
                     return null;
             DefaultMutableTreeNode newnode;
             public void setSelected(DefaultMutableTreeNode Selnode ,boolean isSelected)
                    Enumeration Enchilds=Selnode.children();//ENUMRATE ALL CHILDS FOR THIS NODE
                 if (Enchilds != null)
                      while (Enchilds.hasMoreElements())
                           newnode=(DefaultMutableTreeNode)Enchilds.nextElement();
                           String NameSel = (String)newnode.getUserObject();
                           setSelected(newnode,isSelected);
             //GETTING THE TREE DEPTH
             public int getNodeCountBelow(TreeModel model, Object node, boolean includeInitialNode)
                 int n = includeInitialNode ? 1 : 0;
                 for (int i = 0; i < model.getChildCount(node); i ++)
                     n += getNodeCountBelow(model, model.getChild(node, i), true);
                 return n;
    import java.awt.Color;
    import java.awt.Component;
    import java.util.Enumeration;
    import java.util.NoSuchElementException;
    import javax.swing.Icon;
    import javax.swing.JTree;
    import javax.swing.tree.DefaultMutableTreeNode;
    import javax.swing.tree.DefaultTreeCellRenderer;
    public class IconRenderer extends DefaultTreeCellRenderer {
         private static final long serialVersionUID = 1L;
         Icon SelectedIcon;
         Icon NotSelectedIcon;
         Color BackgroundColor;
         boolean Selected=false;
         boolean Leaf=false;
         boolean IsItaChild=false;
         DefaultMutableTreeNode SelctedNode=null;
        public IconRenderer(Icon SelIcon,Icon NoTSelIcon,Color Bacground) {
             SelectedIcon = SelIcon;
             NotSelectedIcon = NoTSelIcon;
             BackgroundColor=Bacground;
             setBackgroundNonSelectionColor(BackgroundColor);
        public Component getTreeCellRendererComponent(JTree tree,Object value,boolean sel,boolean expanded,
                                                        boolean leaf,int row,boolean hasFocus)
             super.getTreeCellRendererComponent(tree, value, sel,expanded, leaf, row,hasFocus);
             Selected=sel;
             Leaf=leaf;
             DefaultMutableTreeNode node = (DefaultMutableTreeNode) value;
             String s2 = (String)node.getUserObject();
       return this;
    }my problem is :
    when i select a node the the method "getTreeCellRendererComponent"
    start to run on the entire tree from buttom to top and than from top to buttom.
    for me it waste of time because if has say 100 nodes it wont botthers me.
    but i have 20000 nodes and more its take a time.
    and for all this nodes i have to make compares.
    is there a way to force the DefaultTreeCellRenderer to not run the entire tree???
    Thanks

    You need to make sure that your TreeModel interprets your group nodes to be non-leaf nodes (one of the methods in the TreeModel interface is called isLeaf). If you are using a DefaultTreeModel with DefaultMutableTreeNode objects, you can use the askAllowsChildren property of DefaultTreeModel and the allowsChildren property of DefaultMutableTreeNode to control this. See the API for more details:
    http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/tree/DefaultTreeModel.html
    http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/tree/DefaultMutableTreeNode.html

  • PSE 8 - Changing Dates - Serious problem

    I have been using PSE for many years and have built up a library of almost 14,000 images, which are carefully tagged and dated, however I recently upgraded from PSE7 to PSE8 and, as recommended, I regenerated the thumbnails. I now find that PSE has changed the dates on about 4,000 of my photos and videos to the date of installation of PSE8 or of regeneration of thumbnails. The import date has remained unchanged but the date created and the date modified have both been changed on the file properties. The Exif Date as also been changed and mow matches the PSE Installation date as well.
    I am running Windows 7 and first installed the trial version of PSE8 while I waited for the boxed version to come.
    Since I am also experiencing some of the other bugs described in this forum, such as duplicated tags and the crashes when using people tagging etc. I am seriously thinking of going back to PSE7 and asking for a refund.
    Has anyone else experienced this problem?
    I did a backup of the catalog just before upgrading and I assume that I could restore that, and then import all the new pictures since the PSE8 upgrade.
    Does anyone have any recommendations for fixing this situation? I suppose I could deinstall PSE8 and PRE8, do a fresh install from the official disks, restore my PSE7 backup and reimport the recent photos. I have to say this sounds like a lot of work though.
    Peter

    Thanks for the reply, John.  After I wrote my post I found your comprehensive listing of resolved and unresolved problems with the PSE Organizer in 7 and 8 and saw that you had already found an unresolved issue with both 7 and 8 changing dates and times.
    I have not consciously changed anything at Photoshop.com.  I'm only using the on-line backup/synchronization as one form of back up.  I also back up to an external hard drive and DVDs.  But now that the main files are corrupted, later backups will be corrupted, too.
    I did have the advanced option to "Resolve backup/sync conflicts automatically" checked by mistake for awhile and I believe the date problem occurred while I had that option selected.  Now that I've de-selected that option, however, the improper dates/times keep regenerating themselves.
    This program is a quite disappointing upgrade, all in all.  As you note, it is a lot slower in several ways than PSE 7 was.  The program size may itself account for that since it is more than three times larger than 7 was.  What kind of programmer allows an automatic backup function to override dates and times which the user has specified in response to a dialog box which specifically asks you to specify dates and times?  And what kind of programmer hides the selection of file types for backup under "Advanced Backup/sync Options"?  Out of the box, PSE 8 has no files selected for backup.  The Backup/sync icon indicates that it's operating normally even when nothing at all is being backed up because you haven't clicked on any file types under "Advanced Backup/sync Options.
    I saw someone asking about other organizer programs for electronic photos and other files.  One which was not mentioned, which has a basically bulletproof organizer function, is Creative Memories Memory Manager 3 for about $40.  Editing features are quite limited, but functional with no glitches.  Organizing is the main thing here; editing is secondary, as you'd expect from a program aimed primarily at the digital scrapbooking market.  The entire program is very easy to learn and use and backups work without a hitch.  You could always edit in PSE and then use another program like Memory Manager 3 to organize your files as long as you don't save the edited files as .psd files.  See:  http://www.creativememories.com/MainMenu/Our-products-and-services/Digital-Scrapbooking/Me mory-Manager%c2%ae  The reason my wife and I moved to PSE from Memory Manager was the more sophisticated editing functions available in PSE, but by comparison PSE's Organizer is second rate, to be kind.
    >>> "John R. Ellis" <[email protected]> 12/29/2009 10:39 PM >>>
    Interesting, this is another symptom of a known bug: Photoshop.com doesn't handle unknown month, day, or time fields. (This is ironic, given that Adobe has been pushing a revision to its XMP standard specifically for handling unknown date/time fields.)  See this post for other issues wth Photoshop.com:
    http://forums.adobe.com/message/2306550#2306550
    After you first sync with Photoshop.com, you can see that the thumbnails on Photoshop.com have incorrect date/times.  But for me to reproduce your bug, I need to then change the tags or captions of the thumbnails on Photoshop.com.  Then when I sync again, the incorrect date/times get copied back into the PSE catalog. If I don't add a tag or caption on Photoshop.com, the incorrect date/times don't get copied back.
    Are you making any changes to the tags or captions of the photos on Photoshop.com?

  • Table Control BDC to CHANGE the contents problem

    Hi,
    I am having a problem in BDC. The screen is having a table control and I want to change the contents depending on certain conditions.
    This BDC is not to upload the data but to change already existing data.
    How can I dynamically know the contents of the screen or contents or the row so that I can select the correct row to be changed?

    Hi,
    No its not like that.
    Suppose I want to update/change sheduling agreements <b>not upload</b>
    I will be calling the transaction which will list the scheduling lines in a table control. The order of the lines in table control will be as per logic of SAP's Application program.
    Now when I read the file and how will I dynamically know the exact line which should get selected.
    Say my internal table is having the data to be changed but I can not determine the exact ordering of the records as per table control.
    Hence I am facing the problem to know the exact ordering of table control
    Let me give another example. Using ME12 transaction I am supposed to delete certain rows from info records say having condition '15EC'.
    Now when I call a transction how will I know that for a particular vendor which line will contain this condition value so that can select the line and press delete
    Regards,
    Nitin

  • Colour changing upon export problem.

    Hi.
    I'm working on a game at the moment, and I'm running into a problem. I was testing the vector files that I export of the art I made, and upon re-importation to flash the colours have changed significantly. Then, when the game is running in a browser, it looks different again. It even looks different between different browsers. What am I doing wrong?
    Thanks in Advance.

    Read this:
    http://www.adobe.com/devnet/flash/quickstart/color_correction_as3/

  • STMS change request release problem

    Hi
    I am not able to release change requests, sab task able to release, but problem in main request, when I press , release directly, on the bottom it shows u2026tp successfully connected / check writeability of buffers finished with return cod 0. Then screen hangs u2026 manually I have to stop the transition.
    I have configured STMS 4,5 times but same problem, in SM59 all retaliated RFCs working fine.
    Our System is ERP 6.0, HPUX with DB2
    Kindly give me a solution.
    But in Tcode STMS >>Monitor>>TMS Alerts>>TMS Alert viewer showers following error:
    Date       Time       User           Function      Message                                            System   Clt
    23.05.10   17:29:07   TMSADM         TMS_TS_GET_TRLIST    NO_LOG                SID      000
    23.05.10   16:58:25   TMSADM         TMS_PS_READ_PROFILE_FROM_DISK                               READ_PROFILE_FAILED                                            SID      000
    23.05.10   16:57:30   TMSADM         TMS_PS_READ_PROFILE_FROM_DISK                                 READ_PROFILE_FAILED                                            SID      000
    23.05.10   15:55:59   TMSADM         TMS_TP_MAINTAIN_BUFFER                                        RFC_SYSTEM_FAILURE                                             SID      200
    23.05.10   15:05:36   TMSADM         TMS_TS_GET_TRLIST                                             NO_LOG                                                         SID     000
    23.05.10   15:01:29   TMSADM         TMS_TS_GET_TRLIST                                             NO_LOG                                                         SID     000
    23.05.10   14:53:00   TMSADM         TMS_TS_GET_TRLIST                                             NO_LOG                                                         SID    000
    23.05.10   14:51:38   TMSADM         TMS_TS_GET_TRLIST                                             NO_LOG                                                         SID      000
    Regards
    Sunny

    Hi Sunny,
    Its hard to tell what might be the problem.
    I would recommend that you:
    - update kernel to the latest patch level for your release
    - update your transport tools, tp and R3trans to the latest available for your release
    - go into STMS - system pverview and do the 3 checks: Connection test, transport directory, transport tool
    check if they all pass.
    - try to release a transport and then if it still freezes after all of the above, stop it and check the system log, trans.log, the latest logs in usr/sap/trans/tmp and usr/sap/trans/log to see what was the action it was doing before it froze. That will give a clue as to where the issue may be.
    regards,
    Paul

  • Item: Display as Text - change background-color - problem in IE

    Hi,
    I have six display items, where I want to change the background-color, when moving the mouse over it.
    I'm using javascript to do this, it's looking like this:
    Call in Label: HTML Table CellAttributes: onmouseover="tab_mouseover('TAB1')" onmouseout = "tab_mouseout('TAB1')"
    Javasacript:
    function tab_mouseover(pThis)
    var el = html_GetElement('P229_' + pThis +'_label').parentNode.parentNode;     
    el.setAttribute('style', 'background-color: rgb(160,200,240)');     
    function tab_mouseout(pThis)
    var el = html_GetElement('P229_' + pThis +'_label').parentNode.parentNode;     
    el.removeAttribute('style');     
    It works properly fine in Firefox 2.0, but in IE 6 and 7 nothing happens, no error no background change.As far I could find, this functions should work in both browsers.
    Has anybody any idea what's the problem with this in IE?
    Thanks for help
    chrissy

    Hi,
    I think that the problem could have been because getAttribute and setAttribute use case-sensitive attribute names by default. You could also have tried doing:
    el.setAttribute('style', 'background-color: rgb(160,200,240)', 0);
    - the extra parameter of 0 tells the browser to ignore the case of the attribute name.
    The method could have been failing because there was a STYLE attribute as well and this was taking precendence.
    But, on the whole, I prefer to use Andy's method unless I'm creating a complete object from scratch in javascript.
    Andy

  • DAC: Change capture sql problem.

    Hi,
    DAC 10g, SEBL_VERT_80
    This is for vanilla code. When I right Click S_OPTY-> Select Change Capture Scripts->Generate Change capture SQL -> Incremental
    I am getting the
    Select * from Dual
    It suppose to generate all truncate image table and create view script right. Whats wrong with the Configuration
    Please help.
    Suresh

    Thanks Srini,
    Sorry we have patched all our environments with following patch.
    Dac Build AN 10.1.3.4.1.patch.20110427.0538, Build date: April 27 2011.
    If i have to apply the new patch. i have to do it in all environments.
    Its working in all other environments except one having problem.
    Anyway I have re-installed DAC and it fixed the problem. I dont know what caused this problem.
    Its shame that i have to re-install it, this is not recommended, this is not best practice.
    Regards
    Suresh
    Edited by: slella on 04-Mar-2013 08:26

  • Custom Theme: change resolution graphics problems

    Hi
    What can i do to make custom themes in a way that i can change the resolution anytime later by using that pulldown menu (e.g. 1024x768 to 800x600) without having problems with the graphics. I can make single themes in the right resolution but how do i tell keynote to use the right one when i want to change resolution? Or must i use only vector graphics?
    The problem by change the resolution of my custom themes is that all the graphics move somewhere and everything looks confused. When i go back to the right resolution graphics still stay confused and scaled to small or to big too????

    the way to do this properly is to make a theme file for each resolution, and then instead of just using the inspector to change the size, use the theme selector to choose your same theme in the new size. This will reapply the theme properly.

  • Create Change document update problem

    Hi Abap expert,
    I am a newbies in the ABAP world, recently i got some requirement to synchronize data from customize table.
    i already create new change document object (SCDO) and also generate update program and others step
    like BD
    The problem is thet the tables bdcp / bdcps do not have any data  after i make any changes to the table . Is there some missing link,
    is that requirement can be done ?
    Thank you and Best Regards
    Fernand

    If its a warning you can simply you can ignore the same.
    If its a hard error, make sure your function group / module name starts with a Z / Y.
    If its still gives a error, use the naming convention something like this
    ZXX_XXXX or YXX_XXXX...
    Regards,
    Ravi
    Note - Please mark all the helpful answers

  • ACR 7.3 Bug on Adjustment Brush tool - changing brush size problem.

    I update photoshop and using ACR 7.3 and now having big problem when I use Adjustment Brush took. Phe problem is when try to change brush size with holding right mouse button and moving the mouse. Behavior completely changed and its impossible to predict if I move mouse right what will happen.
    Please check solution for it. old behaviour was great. I think this is not new feature, its bug.
    Thanks in advance.

    No need.
    Already bugged and acknowledged: http://feedback.photoshop.com/photoshop_family/topics/bug_crash_adjustment_brush.

Maybe you are looking for

  • Search service is not working in sharepoint 2013

    Dear Support, please find below mentioned log file details. Timestamp               Process                                 TID   Area                           Category                       EventID Level     Message Correlation 07/07/2014 18:10:33.

  • What is the Hard Reset Buttons Combo for Macbook pro

    I have done it before but have forgotten.  I think it is Shift+option+commaand and hold down the power button for 5 seconds, all while the computer is off and plugged in, but I can't remember. Any help is much appreciated

  • Wrong entry in the table stock transport requisition index EBUB

    we have 2 plants 7080 and 6501, they belong to different company codes. in plant 6501, after MRP run a PR is created for material 420000064,we can see entry in table EBAN as below. Client Purchase Req. Requisn Item Document Type Doc. Category Materai

  • Error when editing archives using the VI.

    good afternoon to all. I am having the error below when I try to edit an archive with publisher vi. Somebody has some idea? root@cvrd0504 # vi startAPPMAXTAT.sh xterm: Unknown terminal type [Using open mode] Segmentation Fault (core dumped)

  • Phone display too large to function

    My display is too large to fit my screen and makes it almost unusable to navigate. I cannot find a setting to fix this. Anyone run across this?