Over / Down Icons not in exported folder

Over / Down Icons not in exported folder.
I've created some action buttons, and when a user hovers over it turns blue, and when they click it turns red. The png files I used for this I put into a folder called "IMG" (configuratorname.assets/IMG/blue-50-26.png). This folder is located in the .assets directory that configurator created when I saved the .gpc file. When I export the panel, the custom png files (red & blue) aren't exported into the content folder. How do I get it to export the custom icon png files ? Also, do I have to use a custom path in the the Over Icon and Down Icon fields. Here is what is in there now "Locales/IMG/blue-50-26.png", I think somewhere I read that I need to use a ".." at the beginning so it's a relative reference, not absolute ? My goal is for this panel to work on various machines, and all the needed componets are locally resident and pointed to within the content folder.
Thanks ahead of time for your help.
One last question, should the png file that I'm using as a custom color for the buttons when clicked be the exact dimension of the button, or will it scale the png file ?

In your case, the png files will not be export to content folder, these files will be exported to content/Configurator-Panel.assets/IMG/.
You can not use ".." to set the path of icon pictures. The root directory for icon picture is configuratorname.assets/. The value for icon picture path are relative to this root directory. After exporting, the pictures will be exported to content/configuratorname.assets/.
The png file be scale to fill the dimension of the button. We strongly suggest that you set the png file and the button in same size. If the size of png file is lager, it should be in same ratio with the size of the button.

Similar Messages

  • Scrollup and down icons not working in ALV. Please help!

    Hi Experts,
           I have a ALV webdynpro ABAP report. I have to show only fixed no of rows.
           But the scrollup and scroll down icons in the ALV (^) not working when I use subtotal (aggregation).
           Interestingly scrolling works perfectly if I remove my subtotal code.  
           My subtotal code is like this:
    *...Sort PRODUCT and group it for subtotal
    *lr_field_settings ?= l_value.
    *lr_field = lr_field_settings->get_field( 'PRODUCT' ).
    *lr_field->if_salv_wd_sort~set_group_aggregation_allowed( ABAP_TRUE ).
    *lr_field->if_salv_wd_sort~create_sort_rule( ).
    *l_sortrule = lr_field->if_salv_wd_sort~GET_SORT_RULE(  ).
    *l_sortrule->set_sort_order( if_salv_wd_c_sort=>sort_order_ascending ).
    *l_sortrule->set_group_aggregation( ABAP_TRUE ).
    **...Aggregate Field QTY
    *lr_field = lr_field_settings->get_field( 'QTY' ).
    *lr_field->if_salv_wd_aggr~create_aggr_rule( ).
    *lr_aggr_rule = lr_field->if_salv_wd_aggr~get_aggr_rule(  ).
    *lr_aggr_rule->set_aggregation_type( if_salv_wd_c_aggregation=>aggrtype_total ).
    **lr_field_settings ?= l_value.
    **lr_field_settings->set_group_aggr_displayed( abap_true ).
           One more thing, In addition to subtotal it also shows grand total in the end. Is this the normal feature or my code for subtotal is wrong?
           So what could be the problem?
           Any sample code will be really helpfull. Please help!
    Thanks
    Gopal
    Message was edited by:
            gopalkrishna baliga

    Hi Gopal,
    Please try to build the effect you commented out in the settings of the ALV. You can save it as a special layout. If scrolling works then, you should check which part of your coding leads to the problem and possibly correct it.
    If this is not possible, just create an OSS message.
    Ciao, Regina

  • Datatip function not shown when the user hovers over the icon int ADG

    When you have a datatip function in a advanced datagrid the datatip  does not show when the user hovers over the icon. Is there a way round this?

    I have almost same situation. But there are some different. I am using RegisterPointerInputTarget to redirect all touch message to my window. and use InjectTouchInput to simulate each flag, which means, WM_POINTERDOWN,WM_POINTERUPDATE,WM_POINTERUP. If user
    touches monitor, I simulate DOWN, if user swipes their finger, I simulate UPDATE, if user lifts finger, I simulate UP.
    Then the interesting point is, system consider user's finger as primary pointer, and my injected touch as secondary pointer. windows desktop and windows explorer skip all my injected touch. I really hate that.
    However IE and chrome will accept my injected touch, they don't caret about primary pointer.
    In order to fix this problem, I call AccNotifyTouchInteraction before calling InjectTouchInput.
    According to the MSDN, AccNotifyTouchInteraction will notify the destination window before InjectTouchInput. But this idea still fails, which is disappointing.

  • Downloads of updates not saving, no prompts or icons in the Application folder-how do I ensure updates are saved?

    I am following the instructions to download v 6 but receive no prompt to move the Firefox icon to the applications folder. I have done that anyway, but it's not saving-the latest version is July 11. I then get reminders to update all the time-what am I doing wrong?
    I am working on a Mac laptop

    A lot of people panic when they see Photoshop displaying differently from other software. But that's normal and expected. Here's what happens:
    1. Photoshop is color managed and performs a document profile > monitor profile conversion when it displays. So whatever the document profile is, Photoshop will display correctly - unless you have CM policies set to "off" (...!)
    2. Other applications, including many web browsers, aren't color managed and will just send the file numbers directly to the display. This distinction is extremely important, because there will be a slight difference. Again, that's normal. Photoshop is right and the other apps are wrong.
    3. Without color management, it all hangs on how your monitor displays color. Most monitors are so close to sRGB that any sRGB file will display roughly correctly. This is why sRGB is the de facto web standard: it can live without color management. And that's why you should always convert web material to sRGB. Yes, that's the Edit > Convert to Profile option. You can also use Save For Web to do this if you check the appropriate boxes.

  • Getting error while export folder: ScriptTemplate [6] not found

    Hi,
    I am trying to do a weekly refresh in IOP. As part of the script I take a backup of export folder and generate a new export folder. While taking a backup of export folder, job is failing while exporting user preferences.
    2011-06-21 00:02:00,626 [ExecuteCommand] MigrateExporter INFO - Exporting users to D:\bsm\IT_Big\export\migration\data\users.csv
    2011-06-21 00:02:00,704 [ExecuteCommand] MigrateExporter INFO - Exporting user acls to file D:\bsm\IT_Big\export\migration\model\acls.xml
    2011-06-21 00:02:01,562 [ExecuteCommand] Request ERROR - ISException processing request [execute]
    com.interlacesystems.util.ObjectDNEException: ScriptTemplate [6] not found
    Please let us know if any idea.
    Thanks

    Hi,
    I am trying to do a weekly refresh in IOP. As part of the script I take a backup of export folder and generate a new export folder. While taking a backup of export folder, job is failing while exporting user preferences.
    2011-06-21 00:02:00,626 [ExecuteCommand] MigrateExporter INFO - Exporting users to D:\bsm\IT_Big\export\migration\data\users.csv
    2011-06-21 00:02:00,704 [ExecuteCommand] MigrateExporter INFO - Exporting user acls to file D:\bsm\IT_Big\export\migration\model\acls.xml
    2011-06-21 00:02:01,562 [ExecuteCommand] Request ERROR - ISException processing request [execute]
    com.interlacesystems.util.ObjectDNEException: ScriptTemplate [6] not found
    Please let us know if any idea.
    Thanks

  • My MacBook Pro turns on but not all the way, it gives me an icon of a grey folder with a question mark in the middle, and won't go further that that. Anyone knows why, or what's the problem?

    My MacBook Pro turns on but not all the way, it gives me an icon of a grey folder with a question mark in the middle, and won't go further that that. Anyone knows why, or what's the problem?

    If these do not resolve the issue or if you are not comfortable with proceeding through these steps then take your Mac to an Apple store or an Apple Authorized Service Provider.  An Apple store will perform these initial steps, diagnose the problem, and give an estimate for repairs (if needed).  If the Mac is less than one year old or is covered by AppleCare any repairs would be free.
              Genius reservation http://www.apple.com/retail/geniusbar/ .
              or find an Apple Authorized Service Provider https://locate.apple.com/country

  • How can I compare a (partial) export folder from iPhoto to an event in iPhoto to find images not exported?

    How can I compare a (partial) export folder from iPhoto to an event in iPhoto to find images not exported?  Or better yet, how can I export selected events to a new iPhoto library or an existing iPhoto library with events, titles and keywords intact?

    Ask here:
    https://discussions.apple.com/community/ilife/iphoto

  • Why do the dock items do not enlarge when I position over the icon?

    Why do the dock items do not enlarge when I position over the icon?

    Go to system preferences, click on Dock and then make sure magnification is ticked and the slider bar next to it isnt on minimun.

  • My i photo application will not open, A ? appears over the icon when I try to open it. What can I do?

    My i photo aplication will not open. A question mark appears over the icon when I try to open it. My photos are still on the hard disc under images, however, I cannot open the application. How can I resolve the?

    Reinstall iPhoto.
    (83881)

  • HTML5 Canvas (in Flash CC) Button Functionality Faulty - Over, Down states do not work

    I have searched and searched and I can't find a solution.
    In Flash CC, creating in an Actionscript 3.0 canvas, buttons work as expected. Up, Over, Down and Hit states produce desired results.
    I am creating an HTML5 animated webpage and none of the buttons work as expected. Here are the flaws:
    1 - There is no hand when a button is scrolled over. This is an issue because there are multiple objects on stage, only half of which are buttons. The user needs to be able to know which are clickable.
    2 - When I have an image on the Up state, all is well. But when I add an image on the Over state, it causes a loop. Up and over just loop in the preview and after I publish regardless of the cursor position and regardless of the browser type (FF, Chrome, IE).
    I have searched the web. A lot of people have this problem but no answers have surfaced. I don't particularly want to spend another 100 hours recreating in Edge Animate--which I am not as familiar with. Is there some code that might stop all the madness?

    You can program using java script in flash.
    use the code
    exportRoot.stop();
    inside the button frame
    if not working and all becomes gray as described above then target your button from the main timeline like
    exportRoot.someClip.subClip.stop();
    But remember to change .someClip & .subClip with their correct names.

  • Fireworks not defaulting export to previously exported folder

    In Adobe Fireworks for some reason I am not able to export files to previously exported folder, each time I export, I have to navigate to the previously exported path. This is something that was previously working.

    The short answer: no.
    Lightroom remembers recently imported files in a collection, but does not remember recently exported files.
    That said, you could use the SQLiteroom plugin (free, by me) to round up a collection of *all* exported files, which might help.
    Rob

  • HT1338 mail icon not in dock mail won't send a pop down dox appears and when message placed a black dot appes=ars on red dot appears and then the message will go into draft ?

    mail icon not in dock-  mail won't send - a drop down small box appears and when a message is typed in to sent the send icon goes grey and a black dot appears on the red dot in top left side of box and the message will be sent to drafts only

    Hello Bill,
    Who is your eMail provider, the part after the @ sign?
    In Mail's Window Menu, choose Connection Doctor, any red dots for status, if so what is the message?
    Then click the Show Details button & Check again.
    Mail: Can't send messages, "Cannot send message using the server smtp.xxxxx.com" alert appears...
    old: http://support.apple.com/kb/TS1482

  • I've downloaded Firefox 3.6 in order to upgrade to prevent online attacks as advised but when I try to drag teh new icon into the applications folder it says I do not have sufficient priviledges??

    I've had an 'urgent' message telling me to upgrade Firefox to 3.6.6 in order to prevent online attacks but when I try to drag the newly downloaded icon into the applications folder a message comes up saying I do not have sufficient priviledges. Can you explain why and what I have to do?

    * Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    * Trash the current Firefox application to do a clean (re)install.
    * Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • Voice Over not in proper folder

    In FCPX , I set up a new event and then a new project, I edited the project and then did some voice overs.  WHen I looked for where it saved the voice overs, they were not in the project folder but in previous peroject folders.  WHY? I was looking because I was trying to dupolicate the project so I could make an alternative edit for a client and still keep the orig.  I couldnt get DUPLICATE PROJECT to work as it didnt duplicate the voice overs nand move them to the proper place.  What did I do wrong?
    Thanks...

    There's something wrong here. The VO should not be in a project folder, but in the event folder. If you duplicate a project it may not duplicate the event unless you specifically ask the application to duplicate the media.

  • Why has my iPad downloaded over 7000 spam messages into a folder called gmail/all mail?  I have not set up a gmail account on my iPad

    Why has my iPad downloaded over 7000 spam messages into a folder called gmail/all mail?  I have not set up a gmail account on my iPad

    No you will not have to set up the iPad all over again. Resetting the iPad is like rebooting your computer. You will lose no apps, data, settings .... Nothing at all. I like to use the expression that it's like "clearing out the cobwebs" on the iPad's memory.
    The reason I am suggesting this is that there are some other sort of bizarre issues that occur in the mail app and the reset seems to clear up those issues. So I think it is worth a try.
    On the other hand, if you have restored the iPad to factory settings, I don't know that it will help. If nothing else works, try going to your web mail using a browser and see if you can't deal with this in there.

Maybe you are looking for

  • PO dryage accruel vendor conition type and MR11 value is not maching?

    Dear Gurus, In PO, for delivery cost, FRC2 condition type is used...In PO history tab, I am seeing that there are diffrences of amount 2000 b/w GR and IR... but in MR11 GR/IR clerance report, I am seeing that -1257 is coming for FRC2 conition type(de

  • How to change the column order in the DB?

    Hi all, For example,      there is an employee database with the field names empno(1),empname(2), empphone(3), empaddress(4), empsal(5). the values in the brackets are the column order i.e., the order in which the column names are placed.      I have

  • Unable to open indicator properties

    Hello everyone For some reason, as of late, I cannot access an indicator/control/boolean/clusters/arrays by right clicking on them and opening up the properties menu (i am using Labview 2009 SP1).  When I do right click any of these the menu appears

  • ISE1.1 - Use of one guest account on multiple devices

    I have ISE1.1 with local web authentication process for "Guest" Wi-Fi. I faced a problem in bulk guest account creation and TAC filed a bug - CSCup38457: "importing guest account CSV fails via sponsor portal" Now, I need to allow guests to connect to

  • Acknowledgment in BPM

    Hi Scenario is File->PI(BPM)->Aysnc proxy... I am using a standard content inbound ASYNC proxy which I cannot edit. From the BPM I am calling an abstract interface which in turn calls this inbound ASYNC proxy. I need application errors (if any) back