Calendar PJC -- is it possible to include icon on this Bean

Hi all,
We have implemented Calendar in our application using Calendar PJC supplied by Oracle. We are using this Calendar Bean along with few other items in tool bar...for us other items are pushbuttons and so we could easily include icons for each of them. I'm just wondering if it is possible to come up with icon for the calendar Bean. If so, can u please guide me regarding the modifications to be done in Java code ?
Thank you
madhu

Madhu,
chances are rare that people on this list can help you with PJCs because they are Forms related. So the question must be: How do I add an icon to a Java button.
A Java button does have a property that can ve accessed via setIcon();
As said in the Forms forum, please consult the Java tutorial on the SUN webpage (java.sun.com) on how to add images to buttons.
Frank

Similar Messages

  • Include icon graphics in table of contents (TOC)?

    Question
    Is it possible to have icons (i.e. inline anchored frames) automatically appear in the TOC?
    (We translate into 15+ languages, so adding the graphics manually to the TOC after it's generated isn't really a viable option.)
    Scenario
    In our manuals, we include a troubleshooting section explaining what different warning symbol icons mean. (Kind of like the various check engine lights you see in cars.) It'd be nice to show the actual icons in the TOC, to hopefully make that info a little easier to find.
    We do include the icons in the actual headings in the book using shrink-wrapped anchored frames, but each anchored frame gets replaced with a space in the auto-generated TOC. (Which is what we would want in most cases, just not this particular instance.)
    Specs
    We're working in unstructured FM 11.
    Thanks in advance,
    Jason Nichols

    If you are willing to have a separate paragraph format for each variation of icon, you might be able to use the Frame Above property of each corresponding xxxTOC tag to bring in its icon, using the negative-space Frame-Above hack that Arnis described lately at:
    Are circled numbered steps possible?
    This is going to pollute the Paragraph Catalog of course.
    I would be tempted instead to use some font rendering tool to convert your icons to character glyphs in Unicode Private Use Area E000-F8FF*. Then the icons are just text brought in with each heading. Note: switching Character Formats in a heading breaks the automatic hypertext in the TOC. See:
    Page Number color in TOC
    The link termination problem could be avoided by using an open license Unicode text font that is similar to your preferred heading font, and adding the icon glyphs to it in Private Use Area. Then there is no character format change in the affected TOC entries. Of course, turning your icons into font glyphs presumes you have vector art for them that is easily converted to outlines, otherwise it's going to be a major effort.
    * I would avoid Private Use Areas A or B, due to being on Planes 15 and 16 (larger than 32-bit code points).

  • Is it possible to add icons to a field in the table control  ?

    Dear Gurus,
               Greetings..............
    Is it possible to add icons to the line item of  a field in the table control ?
    Thanks in advance
    Raj Kumar

    HI
    YES IT IS POSSIBLE.
    DO THE FOLLOWING
    1.DECLARE INCLUDE <ICON>.
    2.IN YOUR INTERNAL TABLE DECLARE FIELD ICON
    icon(4) TYPE c,
    3. POPULATE YOUR INTERNAL TABLE WITH APPROPRIATE ICONS BY SELECTING FROM INCLUDE SPECIFIED ABOVE.
    EG:
    wa2-icon = '@5C@'.
    4.PASS IT TO FIELDCAT
    wa_fieldcat-fieldname = 'ICON'.
        wa_fieldcat-icon = 'X'.            " Displayed as Icon
      wa_fieldcat-tabname = ' '.
      wa_fieldcat-seltext = 'Status'.
      wa_fieldcat-coltext = text-001.
      APPEND wa_fieldcat TO it_fieldcat.

  • Forms10gdemos9_0_4_2 - Calendar PJC Demo Error

    Hello All,
    I downloaded the forms demos from the OTN site and tried to use the calendar.jar file belonging to the Calendar PJC Application in the one that I'd created. Although it worked just fine, when I opened the Java Console It displayed the following errors.
    CalendarWidgetWrapper: init()
    OUTERSIZE
    CalendarWidgetWrapper: init()
    OUTERSIZE
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.ButtonItem.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Can anyone help in pointing out what's causing these errors and how to rectify it.
    There's one more aspect of it which I'm not able to sort out. I've included the bean by specifying the bean name in the Bean area implementation Class say oracle.forms.demos.CalendarWidgetWrapper.
    Everytime I open my application in forms builer a dialogbox opens displaying the message
    FRM-13008: Cannot find JavaBean with name "oracle.forms.demos.CalendarWidgetWrapper".
    But at run-time the application works fine. Is there anything wrong in the procedure that I follow for including a JavaBean in a forms application. Are both the errors mentioned above related to each other? Kindly help me out on this.
    Regards,
    Arun.V

    Hai,
    I've been able to solve one part of my problem. As mentioned in my original post I was having problems everytime I selected the layout editor. A message popped up saying
    FRM-13008: Cannot find JavaBean with name "oracle.forms.demos.CalendarWidgetWrapper".
    Earlier I'd failed to include the path of the calendar.jar file in the Registry FORMS_BUILDER_CLASSPATH. After including it's working fine.
    But I still get errors in the java console when I run the application. Is there any place left where I've to set the class path, by which I can rectify these errors.
    Regards,
    Arun.V

  • Using calendar PJC on smartbar

    Hi,
    We are in a process of using customized smartbar in our application. We would like to provide a calendar icon on the same smartbar. I'm just wondering how the calendar PJC being a Java bean supports this feature.
    Please guide us in this regard,
    madhu.

    Dear Frank,
    Thank you for immediate response. Yes, we are using Forms Smartbar but instead of using OFGMNUT.mmb, we used our own mmb (removing few menu's which are not required) and thus allowing the required items visible on 'HORIZANTAL TOOLBAR'.The reason why we are interested in this toolbar is that the look and feel is very impressive (each icon when focussed by mouse raises). But, we need to implement calendar PJC too on the same toolbar. Can we do this ?
    We have designed another toolbar with pushbuttons and bean (for calendar). Is there anyway that we make these buttons behave like the buttons on smartbar (raising when focussed by mouse) ?
    waiting for ur response,
    Madhu.

  • TS3999 I have a macbook Pro which had Mobileme. I have joined ICloud, but my Calendar does not sync. How do I fix this? I do not see an ICloud Icon on my laptop and the software is updated.

    I have a macbook Pro which had Mobileme. I have joined ICloud, but my Calendar does not sync. How do I fix this? I do not see an ICloud Icon on my laptop and the software is updated.

    This is the situation with Snow Leopard and existing iCloud accounts:
    You will be able to access email and calendars on the iCloud website at http://icloud.com provided your browser is reasonably up-to-date.
    You will not be able to sync contacts or bookmarks from a pre-Lion Mac.
    You will be able to enter the server settings for email manually in the Mail application and access your email.
    You will not be able to sync your calendars directly.
    Some people have been able to set up calendar syncing by using the method detailed here - this is an unsupported hack and may not be reliable, and may stop working at some future point.
    Address Book won't sync: this page has a convoluted hack to make it sync which has been reported as working (and as not working by others). I've not tried it.
    There are a couple of alternative syncing services you might like to consider, though they're not particularly cheap:
    Soho Organizer can sync Calendars and Contacts with iCloud on Leopard, Snow Leopard and Lion. A single user licence (multiple machines allowed) is $99.99.
    Fruux syncs Calendars, Tasks and Contacts beetween a wide variety of devices (not using the iCloud server) including Snow Leopard and above, Windows Outlook and Thunderbird, Linux Thunderbird, and iOS and Android devices - see their compatibility chart (click the blue 'i' for a caveat about Snow Leopard). It's free for one user, two shares, two devices; above that pricing starts at €4 per month.
    (I have no connection with these firms and have not tried Soho Organizer, though both have had good reports and I've found Fruux to work well.)

  • Generic service 'Analysis Services (TEST1)' could not be brought online (with error '1060') during an attempt to open the service. Possible causes include: the service is either not installed or the specified service name is invalid.

    Hi,
    We have a cluster with 2 nodes. Everything works fine in Node1. When I try to failover TEST1 database to Node-2 it fails with this message.
    Generic service 'Analysis Services (TEST1)' could not be brought online (with error '1060') during an attempt to open the service.  Possible causes include: the service is either not installed or the specified service name is invalid.
    Any help is much appreciated.
    Thanks

    Hello,
    The error message is pretty straight forward, it's saying either the service isn't installed or it's not installed as the same service on that node. Did you install analysis services on the second node (from the error it seems like it isn't)?
    Sean Gallardy | Blog |
    Twitter

  • While Installing adobe reader and acrobat im getting error 1406 this error. I had already tried every possible step including special permission in registry file. Please help..

    While Installing adobe reader and acrobat im getting error 1406 this error. I had already tried every possible step including special permission in registry file. Please help..

    What is your operating system?  Is there anything else beside the number 1406?

  • Please advise: if it's possible to include a table control in step loop

    Dear Gurus,
    Currently, our user want to output a result list after calling BAPI: BAPI_BILLINGDOC_CREATEMULTIPLE.
    Because this BAPI could create multiple invoices, and the result is asked to be displayed in a special format (both header information and item information). I just think if it is possible that make the header(text boxes) and item (table control ) in to a step loop.
    Could you please kindly advise?
    Thanks & Regards

    Dear all,
    As I tried, it is not possible to include table control or subscreen area in the step loop.

  • Possible to include keywords in Web Gallery?

    I'm fairly new to LR, just been using it a couple weeks as a recent switcher from Aperture, I'm really liking it! One question I have concerns exporting to a web gallery: is it possible to include keywords? I'm using a PayPal template and have also checked some of the included templates but I don't see an option anywhere to add keywords to the caption area. Is this possible and I'm just missing it?
    Thanks!

    or pass an argment in the URL...
    http://MyServer/MyApplication/GetOrderInfo?method=a
    http://MyServer/MyApplication/GetOrderInfo?method=b
    And call the appropriate things according to the parameter used. But if you can't make alterations to the other application, I'm not sure how you can do any changes at all.

  • It is possible to include the jre(not the installer) with the application?

    Is it possible to include the jre(not the installer) with the application, so that the application will run on its own jre.??
    If so please provide me instructions,how to do it.
    Thanks
    Isma

    See http://java.sun.com/javase/6/docs/technotes/guides/deployment/index.html

  • Is it possible to include items and portlets in an unstructured UI template

    Is it possible to include items and portlets in an unstructured UI template. The solution which we are working on requires to have the following dynamic entities as part of the unstructured UI template
    - Page Path
    - Basic Search (item)
    - People Search (portlet)
    - Current Date (we could achieve this by using <oracle>select sysdate from dual</oracle> in the html code... however, the date appears with a different background color)
    We are working on Oracle 10g AS 9.0.4.

    Hello Matt,
    Thank you for the reply to my email menu question.
    I have a couple of things that have been bouncing around in my head that maybe you could answer for me:
    1. I see where I have a free site to promote web hosting, of which I selected the site name as NewtonBridgeAdv.... Will this site allow me to fully integrate it into the web with my design, e-commerce,  email marketing, as this site NewtonBridgeAdv.com? I currently have NewtonBridgeAdv listed on http://www.thruadoor.com/advertising-agency.html but would like to move it to a more complete site.
    2. I see where SuperSupportTeam.com is expiring on 14, June 2014. This site was cancelled as WebMarketing a few weeks ago (but still current with the payment) and is now set up as one of the five basic sites.  The payment was not refunded for this months web marketing so maybe this is what it is referring to. I don't know. I wanted the credit applied to an upgrade to E-Commercee on thruAdoor.com. However, I was not granted the refund.
    3. I thought I had viewed a sales commission on the Portal credited to the current site hosting, but now the account is empty. How do I warrant a commission for any sites that I may host on BC?
    4. I may not understand what some of the BC team members have said about my current site thruAdoor.com in that it is not set up properly or not linked properly with BC. I don't know what they are talking about. Can you help?
    Thanks,
    Henry O'Pry
    President
    Southeastern Color
    Athens, GA

  • Error including icons in package

    I am attempting to include icons in my Air application. Unfortunately, during the package phase, I am receiving the following errors:
    /Users/gene/Development/Projects/Flex/app/My-app.xml(18): error 303: Icon Source/assets/icons/icon16.png is missing from package
    /Users/gene/Development/Projects/Flex/app/My-app.xml(19): error 303: Icon Source/assets/icons/icon32.png is missing from package
    /Users/gene/Development/Projects/Flex/app/My-app.xml(20): error 303: Icon Source/assets/icons/icon48.png is missing from package
    /Users/gene/Development/Projects/Flex/app/My-app.xml(21): error 303: Icon Source/assets/icons/icon128.png is missing from package
    I've found multiple threads dealing with this issue, but they all say to do what I am already doing. I am posting my -app.xml file and the command I am using in hopes that someone can see what I am missing. Thanks.
    -app.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <application xmlns="http://ns.adobe.com/air/application/1.5">
        <id>com.baruconsulting.Myapp</id>
        <version>1.0.8</version>
        <filename>Myapp</filename>
        <programMenuFolder>Baru</programMenuFolder>
        <initialWindow>
            <content>Myapp.swf</content>
            <visible>true</visible>
            <systemChrome>none</systemChrome>
            <transparent>false</transparent>
            <width>1000</width>
            <height>750</height>
            <x>50</x>
            <y>50</y>
        </initialWindow>
    <icon>
    <image16x16>Source/assets/icons/icon16.png</image16x16>
    <image32x32>Source/assets/icons/icon32.png</image32x32>
    <image48x48>Source/assets/icons/icon48.png</image48x48>
    <image128x128>Source/assets/icons/icon128.png</image128x128>
    </icon>
    </application>
    package command:
    adt -package -storetype pkcs12 -keystore temp.pfx Myapp.air My-app.xml Myapp.swf
    Thanks,
    Gene

    For more info,
    http://help.adobe.com/en_US/AIR/1.5/devappshtml/WS5b3ccc516d4fbf351e63e3d118666ade46-7fd6. html
    GoTo Error code : 303.

  • How is it possible to include in the procedure  part of HTML ?

    Hi,
    how is it possible to include in the procedure HTML tags?
    Such description give error message:
    <%public void statt()%{%>
    <option value="US">United States</option>
    <option value="AF">Afghanistan</option>
    <option value="AL">Albania</option>
    <%}%>
    This procedure is used to avoid many times to write the same HTML part.
    What is wrong?
    Best Regards,
    sergey

    I understance what you are trying to do, but you are doing it poorly... you could do something like that if you passed the JSPWriter as an argument to the method, then used ou.print("<option ..."); instead of just doing what you are doing...
    But there is probably a better way... Just make a real short html page, like this:
    <select name="country">
      <option value="US">United States</option>
      <option value="AF">Afghanistan</option>
      <option value="AL">Albania</option>
    </select>And name it like... countryList.htm.
    Then, in your JSP, do something like:
    <jsp:include page="countryList.html"/> wherever you want the list to go...

  • Question about Oracle Demo - calendar PJC

    Hi all.
    I using Forms 11g Rel2.
    Can the Oracle Demos calendar PJC be display in a language other than English?.
    Thanks in advance ...!

    Any comments on this ...?

Maybe you are looking for

  • Create PDF PO in SAP R/3 4.7

    Anyone know whether it is possible to create PDF PO document in R/3 4.7? If you have experience on the above work, appreciate if you can share with me. TQ.

  • Download error. Tap to retry and syncing problems!

    I can't sync music to my iphone 4s, i tried so many times to sync music to it after managing and adding music to my itunes library then dragging them to my iphone, but when i go to my Iphone Music app, only "No content" appear inside the app, no tabs

  • How to run 2 different versions of thin driver

    We are about to deploy our app that is using CMP 2.0 entity beans on WLS 7.0 and it requires an older version of the oracle thin driver because of known bugs in the driver. The problem is there are multiple applications on our staging server and we d

  • Itunes indicates update necessary but won't

    i have an iphone 4.  i plugged it into my mac to sync with itunes.  sync worked fine.  but, on the itunes home page for my phone it indicates that there is a newer version of software for my iphone.  i know this because it's been a while since i sync

  • Modify Code

    Hi Guys, I need some help please. There is a note on Payment terms. Please see the link below https://service.sap.com/sap/support/notes/1316578 Here the solution is to :- In the message class FC, change the message text for message 116 to: "When ente