Replacing GTK per-app UI with custom DE?

Is it possible to integrate apps like Gimp and Inkscape into the desktop? I am thinking of running the apps with minimal setting and having custom icons on the desktop to send commands to the apps. How would I go about implementing this?
Last edited by vnykanen (2012-11-15 22:09:55)

[javac] C:\Sun\SDK\domains\domain1\generated\jsp\j2ee-modules\CPIDemo\org\apache\jsp\cpiMain_jsp.java:2053: cannot find symbol
[javac] symbol : method setPageContext(javax.servlet.jsp.PageContext)
[javac] location: class cpidemo.wpfRenderer
[javac] jspxth_cpi_wpf_0.setPageContext(_jspx_page_context);
[javac] ^
Assuming cpidemo.wpfRenderer is your class, does it have the method referenced above?

Similar Messages

  • Replace instance B Apps Tier with instance A Apps tier

    Hi,
    I have :
    Instance A
    Apps Version: R12 (12.0.6)
    Ip:10.1.1.173
    Hostname : oratest
    Installation: Single Node and Single User
    Instance B
    Apps Version: R12 (12.0.6)
    IP 10.1.1.173
    Host Name : oraapps
    Installation: Singe Node and Single User
    I want to replace instance B Apps Tier with instance A Apps tier.
    Is it possible?
    Please suggest.
    Regards
    Anup

    Hi anup;
    I guess i am missing something.
    Instance A
    Apps Version: R12 (12.0.6)
    Ip:10.1.1.173
    Hostname : oratest
    Installation: Single Node and Single User
    Instance B
    Apps Version: R12 (12.0.6)
    IP 10.1.1.173
    Host Name : oraapps
    Installation: Singe Node and Single UserAs i understand you have 2 EBS system on one server? And you wanna replace instance B Apps Tier with instance A Apps tier and dont wanna use it no more?
    I want to replace instance B Apps Tier with instance A Apps tier.What about their patch level? Db versions(A and B) ? What is your purpose to replace instance B Apps Tier with instance A Apps tier?
    Regard
    Helios

  • Afaria Per App VPN with iOS 7.1

    Hello,
    I have a question regarding the Per App VPN function in Afaria 7 SP04. Before the update to iOS 7.1 appears the per App vpn works fine for me.
    Since I have installed iOS 7.1 I didn't got the function to run.
    Have anybody experience with that stuff on iOS 7.1? I dont get a vpn connection in the settings if I install a app policy with per App vpn in it.
    Thank you and best regards
    Michael

    The full (not "lite") version is still available.  You can get it here:
    https://itunes.apple.com/us/app/ipin-secure-pin-password-safe/id379865087?mt=8
    So I imagine what's going on is the company stopped supporting the "lite" version and you need to either purchase the full version or forget about retrieving your data from the old version.

  • Oracle Apps EUL with Custom Discoverer Views

    Disco Environment:
    OracleBI Discoverer 10g (10.1.2.2)
    Oracle Business Intelligence Discoverer Plus 10g (10.1.2.54.25)
    Discoverer Model - 10.1.2.54.25
    Discoverer Server - 10.1.2.54.25
    End User Layer - 5.1.1.0.0.0
    End User Layer Library - 10.1.2.54.25
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    Oracle Applications R12 EUL
    All,
    Up until now, we have been placing our Discoverer custom views in our apps schema. From a "keeping track" perspective and from a "keep Disco views separate from apps" perspective, we are inclined to create a custom schema to place all of our custom Discoverer views. I have heard that Noetix does this as well.
    To accomplish this, we were planning to provide a grant select to all tables, views and synonyms (with a limited execute rights to some packages).
    The easiest thing to do is to keep on doing what we are presently doing. We have a naming schema in place that enables us to quickly identify all custom Disco views.
    Can I have people whom have implemented a custom schema for their Disco views in apps let me know how this has worked for them? This type of Disco environment appears to require a lot of communication between the Disco staff and the DBA to make sure these grants are set-up correctly.
    Thanks,
    Patrick

    Hi,
    All the eBS sites I have worked on have created the majority of their custom views in the APPS schema using a naming convention to separate them from the seeded views. The reason being is that the SQL in the view (including all the function calls) is run with the privileges of the owner of the view. If the view is defined in another schema, then this schema must have access to the APPS database objects which can be a lot of work to set up because it is very hard to identify the dependencies and unnecessarily opens up the security on the APPS schema.
    Where the data is held in custom tables and there are views on these custom tables, then both the tables and the views are held in a separate schema.
    Rod West

  • Possible to replace a div's scrollbar with custom graphics?

    A blog-like (but not quite blog) site I'm working on requires
    a scrollable
    DIV to display past entries, in an unordered list fashion,
    one entry per
    line.
    The site's layout is dark (at the client's request), meaning
    that the
    scrollbar for the table of contents sticks out like a sore
    thumb on
    everything but IE (which allows us to color said scrollbar).
    Since there's no way of coloring the scrollbar on Firefox or
    Safari, are
    there widgets of any kind that will allow me to "draw" my own
    scrollbar?
    This sounds like something PVII would tackle.
    The div is currently absolutely-positioned, with overflow-y
    on auto and
    overflow-x hidden. But like I said, that white scrollbar is
    just an eyesore
    on this layout.

    "mjs" <[email protected]> wrote in message
    news:g6avn0$ecd$[email protected]..
    > Took a look at PVII's just now... none of the samples in
    the demo fit my
    > needs (like you said, I wouldn't want to stray too far
    from a traditional
    > scroll bar design, which seems to be the only thing this
    widget is
    > lacking).
    Our thing is to use modern scripting to present a custom
    scrolling solution
    that is accessible using mouse or keyboard, and that presents
    all content
    normally when script is not enabled. To make it look like all
    OSs would not
    be possible as it would require us to detect the OS
    (possible) and the
    visual theme/skin being used (not possible). The other thing
    to keep in mind
    is that our widgets are meant to be interface elements in the
    scope of a
    larger plan - not merely to scroll basic content. Consider
    things like news
    feeds, thumbnials, etc. While you can use a scripted scroller
    to scroll main
    content it is usually not advisable.
    That said, using overflow: auto would allow OS controls
    (except of course,
    in Safari Windows).
    > I just want a normal scrollbar, but darker than the
    default. I'm guessing
    > I'll have to come up with my own graphics for it, but
    I'd need to find the
    > code to put behind it.
    Not easy since you don't know what the user's normal
    scrollbar controls look
    like. You can only be sure of duplicating your normal
    scrollbars in a darker
    shade :-)
    Al Sparber - PVII
    http://www.projectseven.com
    Fully Automated Menu Systems | Galleries | Widgets
    http://www.projectseven.com/go/Elevators

  • Replacing Standard-Groups like SAP_J2EE_ADMIN with customized groups

    Hello everybody!
    I'd like to give a group of users access to our XI-Java-stack with permissions that are a bit more differenciated than the standard SAP-groups. For example, I want users to be able to view all messages, but not all of their payloads (we use different namespaces for different departments, so this might be an approach to differentiate).
    I have a bit of experience with the UME of Enterprise Portal and I've been able to assign Permissions (i.e. Roles) to users using the groups based on mapped ABAP-Roles. In XI I couldn't find any possibility to do something like this up to now. In the XI-User-Administrator I can view Roles and Groups, but all I get is a note that they are write-protected and can't be edited. I also haven't found a possibility to assign UME-Actions to my ABAP-mapped groups.
    Who can help me? Thanks in advance!

    Looks like there is no possible solution for this. I asked the teacher at my ADM200 course about this and he also didn't know anything

  • How do I create a custom sound/vibration profile per app, SMS text, phone, or email contact?

    I have a Verizon iPhone 4s recently upgraded to iOS 7.  I'm an IT engineer who's on call and started a new job last week with a company that doesn't provide company phones like a blackberry.  So now I get tons of company email alerts, text messages, and phone calls both private and for work.  I always have my phone switched to vibrate to filter out the noise of generic emails/texts/phone calls, but I also need to be able to configure specific emails sent from our network monitoring servers, text messages from my teammates and alerting devices, as well as phone calls from our internal tech support to be sent with sound.  Ideally I also need to be able to configure alert options in an "On-call" profile I can switch on so that I can configure alert repeats and the most annoying noise I can find so I don't sleep through network pages..  But I still want to be able to keep the default vibrate for everyone else and everything else.. How do I create a custom sound/vibration profile per app, SMS text, phone, or email contact?  In blackberry's, you can easily create different profiles to switch back/forth and configure each app/text/phone option to either a sound option or vibrate.  iPhone seems to be all vibrate or all sound, with little to no options to mix/match the two..  If Apple ever hopes to truly capture the enterprise market blackberry has, this is the most standard and essential feature on blackberries for IT professionals..  If I have to buy a third-party app for this, so be it.  But I've been searching for hours and found nothing that creates customized sound/vibrate profiles for iPhone like this (minus jailbreaking your phone, but I shouldn't have to jailbreak a $699 "smartphone" for simple sound/vibrate/alert options like this..).

    Yeah Appke wants to be like RIM (Blackberry) who is sinking fast and their devices will be door stops.
    http://www.apple.com under support you can ask at their forum or you can call them. However if you call under ios7 support they may help you for free. But if not they will cost you $$$$
    As far as I can tell with my iphone what you want to do is not possible. There are sites that tell you how  to make different ringtones for the device but your choices to change  sounds for email and text/sms messages are controlled unders sounds in the setting menu.  Again the manual is on your phone and online if you need assistance changing sounds and ringtones.
    Good Luck

  • Custom B2B apps in VPP $9.99 minimum price per app/user instance or just entire purchase?

    For custom B2B apps purchased under the VPP, is the $9.99 minimum the price per installed app instance (i.e. per user) or per app developed? In other words, does a customer with 100 users buying just a single app from me pay at least $9.99 or at least $999? Thanks!
    Will

    Using that terminology, what I'm looking for is the minimum cost is for my customer for, say, 100 copies of a single app.  Is it $999 or $9.99 (or something else)?  I cannot get a straight answer from any of the Apple documentation, which dances around this distinction.
    In case it's not clear, I'm trying to minimize my customer's cost.  I'd really prefer to give the app to them for free, but it sounds like that is not possible within the B2B program.  I realize I could post a free app on the App Store, but I'm looking to limit distribution and potentially customize my app for each customer.
    The Enterprise developer program is also not an obvious choice, because again my customer pays, and it's unclear if they can even receive apps I develop through that program.  Again, the Apple documentation is very unclear.
    Thanks again,
    Will

  • Discoverer Viewer/Plus does not work with Custom EUL owned by APPS user

    I am facing a unique issue with one of my customers. They have a custom EUL named XX_EUL_US and this does not allow connecting through discoverer viewer or discoverer plus.
    I have worked with custom EULS before at other customers and this was never the case. I am being told that this issue is happening as the EUL owner is APPS instead of some other user. Is this the case? Can discoverer viewer not be used with EULs owned by apps user?
    Please not that the Default EUL in ICX profiles is set to this EUL and no other EUL profiles are set.
    Appreciate any thoughts on this.

    Hi,
    I am not sure what you mean when you say you have a "custom EUL named XX_EUL_US". The EUL table should be created in a schema named XX_EUL_US. This will then be the EUL owner. You will then need to connect to Discoverer Administrator as the EUL owner and grant privileges to Apps users and/or responsibilities.
    The user should then be able to connect to Discoverer Plus/View using their apps username, responsibility and password.
    To be able to connect directly from an apps menu you need to have the ICX parameters set correctly. The ICX: Discoverer Default End User Layer Schema Prefix should be set to XX_EUL (without the _US). The ICX: Discoverer End User Layer Language Override should be set to US or not set at all.
    Rod West

  • Got errors when trying to open word document with Office Web App Server and customized WOPI host

    I am configuring the Office Web App Server with our ASP.NET MVC WOPI host based on this example. https://code.msdn.microsoft.com/office/Building-an-Office-Web-f98650d6. While both the OWA server and WOPI server has been set up and I can use Excel and PowerPoint
    app to open and edit xls and ppt file now, there are problems opening word documents no matter I enable or disable the editing function of OWA server.
    When I open a word document while enabling editing I got this error:
    If I disable editing I got this message:
    I have tried several file so I thought it is not the files' problem. Also I didn't find any exception in the log of OWA server. 

    Hi Gary Jiang,
    Thanks for posting in MSDN forum.
    This forum is for developers discussing issues about
    apps for Office.
    Based on the description, it seems that you got an issue when you deploy the code sample. If I understood clearly, I suggest that you contact the author of the code sample from the "Q and A" tab.
    Also if you have the question about WOPI, I suggest that you get more effective response from
    Office
    Protocols forum.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • If I replace my old Apple ID with a new one, will I get my purchased apps?

    If I replace my old Apple ID with a new Apple ID, will I get back all my purchased apps in app store?

    No. The purchase history is tied to your iTunes store account.
    Maybe there is a different way to achieve your objective. Why do you think you need to change your account name?
    Message was edited by: red555

  • How Can I replace newScale Text Strings with Custom Values?

    How Can I replace newScale Text Strings with Custom Values?
    How can I replace newScale text strings with custom values?
    All  newScale text is customizable. Follow the procedure below to change the  value of any text string that appears in RequestCenter online pages.
    Procedure
    1. Find out the String ID of the text string you would like to overwrite by turning on the String ID display:
    a) Navigate to the RequestCenter.ear/config directory.
    b) Open the newscale.properties file and add the following name-value pair at the end of the file:res.format=2
    c) Save the file.
    d) Repeat steps b and c for the RmiConfig.prop and RequestCenter.prop files.
    e) Stop and restart the RequestCenter service.
    f) Log  in to RequestCenter and browse to the page that has the text you want  to overwrite. In front of the text you will now see the String ID.
    g) Note down the String ID's you want to change.
    2. Navigate to the directory: /RequestCenter.ear/RequestCenter.war/WEB-INF/classes/com/newscale/bfw.
    3. Create the following sub-directory: res/resources
    4. Create the following empty text files in the directory you just created:
    RequestCenter_0.properties
    RequestCenter_1.properties
    RequestCenter_2.properties
    RequestCenter_3.properties
    RequestCenter_4.properties
    RequestCenter_5.properties
    RequestCenter_6.properties
    RequestCenter_7.properties
    5. Add the custom text strings to the appropriate  RequestCenter_<Number>.properties file in the following manner  (name-value pair) StringID=YourCustomTextString
    Example: The StringID for "Available Work" in ServiceManager is 699.
    If you wanted to change "Available Work" to "General Inbox", you  would add the following line to the RequestCenter_0.properties file
         699=General Inbox
    Strings are divided into the following files, based on their numeric ID:
    Strings are divided into the following files, based on their numeric ID:
    String ID  File Name
    0 to 999 -> RequestCenter_0.properties
    1000 to 1999 -> RequestCenter_1.properties
    2000 to 2999 -> RequestCenter_2.properties
    3000 to 3999 -> RequestCenter_3.properties
    4000 to 4999 -> RequestCenter_4.properties
    5000 to 5999 -> RequestCenter_5.properties
    6000 to 6999 -> RequestCenter_6.properties
    7000 to 7999 -> RequestCenter_7.properties
    6. Turn off the String ID display by removing (or commenting out) the line "res.format=2" from the newscale.properties, RequestCenter.prop and RmiConfig.prop files
    7. Restart RequestCenter.
    Your customized text should be displayed.

    I've recently come across this information and it was very helpful in changing some of the inline text.
    However, one place that seemed out of reach with this method was the three main buttons on an "Order" page.  Specifically the "Add & Review Order" button was confusing some of our users.
    Through the use of JavaScript we were able to modify the label of this button.  We placed JS in the footer.html file that changes the value of the butt

  • How do i get all my data and info from my old iphone onto my new one without access to the original itunes that i set my first iphone up on? my partners itunes keeps telling me that its going to replace all my apps and data with his stuff

    how do i get all my data and info from my old iphone onto my new one without access to the original itunes that i set my first iphone up on? my partners itunes keeps telling me that its going to replace all my apps and data with his stuff

    ok so i have my own i tunes library - how do i get all my old apps onto my new library?

  • Toolbar: replace SAP icon with custom icon

    Hello,
    in the account overview (component BP_HEAD, view BPHEADOverview), the implementation class (CL_BP_HEAD_BPHEADOVERVIEW_IMPL) contains method IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS where the buttons for the account overview are collected.
    Here you can check which buttons are used by SAP standard, e.g. for the PDF fact sheet, an icon is added:
    ls_button-icon_src = '/sap/bc/bsp/sap/crm_ppm/w_pdf__s.gif' .
    Now, I wanted to replace the given icon by another, customer-specific icon. I've tried to change the given URL to anything else, however, it didn't work. I even found out that the given URL is not necessary, it even works with this:
    ls_button-icon_src = 'w_pdf__s.gif' .
    ls_button-icon_src = 'i_do_not_exist/w_pdf__s.gif' .
    Thus, I assume that there's some kind of mapping of the icon name (e.g. "w_pdf__s.gif") is mapped to any table entry or whatever hard-coded.
    Does anyone having experience with replacing the icon with a custom-specific one and can provide the necessary steps?
    Regards
    Wolfgang

    Hi Wolfgang,
               You can use below sample code to get corresponding url for any standard sap icon:
    lv_icon = 'ICON_LED_GREEN'.
    *   Convert icon code into URL and prepare bee
        lv_icon = cl_bsp_mimes=>sap_icon( id = lv_icon ).
        lr_image->src = lv_icon.
    Also, all the icons are available in the database table 'ICON'.
    I hope that helps.
    Thanks,
    Rohit

  • App with custom storefront

    This App done with Adobe DPS has a very interesting approach of the customised storefront. Any other examples for apps with customised storefront?
    http://itunes.apple.com/au/app/fs-connect/id507335397?mt=8

    Hi Tony,
    We have developed quite a lot of custom storefronts powered by a web based content management system. Lately we are focussing on developing new features. Think of features such as recommended issues, advanced filtering, ordering and categorizing, clickable TOC with preview option, search option, video/audio, facebook and twitter integration, really nice image transitions and awesome (company) presentations.
    One of the first custom storefronts that we developed was Tijdschrift.nl:  http://itunes.apple.com/nl/app/tijdschrift.nl/id450120096?mt=8
    If you have any questions just let me know.
    Kind regards
    Tristan van Doorn

Maybe you are looking for

  • OPMN configuration assistant failed while applying patch on SOA 10.1.3.1

    Hi All, I tried upgrading the SOA Server from version 10.1.3.1 to 10.1.3.4 by applying a patch . But while applying patch I faced an error "OPMN Configuration Assistant failed " . When I gave opmnctl status command in the command prompt I found that

  • [VERY URGENT]Messages going in Scheduled State

    Hi Experts, PROD ISSUE All of sudden in PROD scenario all the messages start moving to Scheduled state in message monitoring and the channels have stopped polling . I have checked the dispatcher status in engine status (additional data tab) and find

  • BLOCK MATERIAL FOR SALES

    dear all, i want to block the material as in from sales side. puposes is nobody should be able to put sales order for that material. is there a wayout to go for it. regards rewa

  • System Preferences Hanging

    I upgraded my First Gen Macbook to Snow Leopard when it came out. Just recently however, I have started having a problem with system preferences. The first time I open system preferences, it hangs, stalls, and crashes. Once I force quit it, I can lau

  • How to create a new object of HttpServletRequest class manually?

    Dear all, I don't know how silly my question is, however I have no way except asking. I know that when I send a request from the client to the server, server authomatically creates an object of HttpServletRequest and assigns all the request informati