Button group and 'Other Components'

Hullo,
I am trying to insert in the gui a couple of exclusive buttons, in the sense that when one is on the other becomes off.
I thought the component useful for that was 'Button Group'. Though when I insert it, it end up in the Other Components session and does not show in the main panel. Normal independent buttons work regularly by simply laying them in the panel.
Thanks,
Fabrizio

In fact I found an example at:
http://java.sun.com/docs/books/tutorial/uiswing/examples/components/RadioButtonDemoProject/src/components/RadioButtonDemo.java
I managed to create a package and a class inside and to have it compiled - a feat to me as I started touching Java yesterday :-)
Still I have no cue about how to invoke it from the main package. The example fares to dispatchers and the like, what I do not need presently as I only need to get the clicked button at a later time rather that invoking an event at the click.
Basically how do I simply instantiate the class in the other package? Should I import the other file and how?
This is what I tried that gives error lamenting it does not find the symbol and location class.
This is the failed attempt:
public static void main(String[] args) {
myRadioButton RadioButtonDemo = new RadioButtonDemo;
Thanks again.
Fabrizio

Similar Messages

  • Read Only for "Group" and "Others" via SMB

    I see when Windows vista users of my OS X 10.5.8 server save a file to the server, the permissions show on the server as Read & Write for the owner and Read Only for 'Group' and 'Others'.
    Is there a way I can make the OS X server always make 'Group' and 'Others' always be Read & Write?
    Thanks!

    It's using a shared component LOV cleverly called LOV_YN which consists of a static LOV with
    1 Display=Yes, Return=Y
    2 Display=No, Return=N
    The settings in the LOV section on the item iteself:
    Named LOV: LOV_YN
    Display Extra values: No Dynamic translation: Not translated
    Number of columns: 2 Display null: No
    Null display value is blank as is null return value
    Item was setup as a radio group and was only converted over to a select list to work around this issue. Let me know what else you need and thanks again.
    Rgds/Mark M.

  • HT1923 I get a message-error opening installationlog file. Verify that the specified lof file location exists and is writeable-when I try to uninstall iTunes and other components

    I get a message-error opening installationlog file. Verify that the specified lof file location exists and is writeable-when I try to uninstall iTunes and other components. How can I uninstall and reinstall iTunes?

    Hey jemerritt,
    Thanks for the question. I understand you are experiencing issues with iTunes for Windows. The following resources may help to resolve your issue:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thanks,
    Matt M.

  • When I use Thunderbird with Yahoo Groups, Google groups, and other email lists, I don't get a copy of my own emails back from the list (I do with Mail.app)...?

    When I use Thunderbird with Yahoo Groups, Google groups, and other email lists, I don't get a copy of my own emails back from the list. I *do* when I use Mail, so it seems like a Thunderbird thing. I'd really like to see my own emails come back to me in the conversation so that I know where my remarks fall in the discussion; it's very disorienting when you can't tell if your email has arrived at the list, or not. I can't seem to find the setting, and I've searched thru your help topics, etc., to no avail. Thanks.

    It's both gmail and mac.com email accounts, and it's all email lists -- including some privately hosted on servers, that are not Google groups, not Yahoo groups.
    I'm not sure what you mean by "saving a copy of your messages yourself" in Mail -- if I email to the lists with Mail on my laptop or iPad, I can see it on my desktop computer too, right in line with other email messages in the thread, after the list resends the message I've submitted. It's only Thunderbird that this "invisible posts" behavior happens, and it didn't use to happen this way. I used to get my emails posting right in the thread.

  • Any known issues with Essbase 64 bit and other components as 32 bit

    Hi Everyone,
    Are there any known issues with 64 bit Essbase and other components (Planning, EAS, Provider services, EAS, Workspace and Reporting) in 32 bit?
    Version is EPM 11.1.1.3
    The reason for choosing ESSBASE 64 bit is of course performance. We decided to stick to 32 bit for the web applications due to some known issues and bitter experiences in past in this version with 64 bit web deployments.
    OS is Windows 2003 Server (64 bit for the ESSBASE server and 32/64 bit for the application server)
    Thanks,
    Sayantan

    Hyperion 32-bit Web Apps are fully compatible with Essbase 64-bit. Same with 32-bit Essbase client.

  • Strategy group and other settings

    Hi all,
    If you are getting
    1. Custormer requirements for new product(in-house prod)
    2. Requirements from Project system for new product (in-house prod)
    and you may sell the same developed product over the counter lateron. Then what strategy or strategy group and other necessary settings would be needed for the new material.
    Thanks
    Shiva

    Hi,
    If you are producing against your customer reqmt, you can use the planning strategy as 20. Later you would like to sell this in your counter u can use planning strategy 10 and 40 also. In SAP the same material can be assigned up to 6 planning strategy. Based on the requirement class it will behave according to the planning strategy.
    Regards,
    V. Suresh

  • Connections between decentral adapter engine and other components

    Hi,
    is there any documentation of what connections are needed between decentral adatper engine (DAE) and PI, SLD or other
    components for configuration/monitoring&alerting and at runtime?
    I need this information because our client has a very strict firewall policy and we are not shure
    if we can place an DAE in a given zone of his network. It is very important which protokoll is used and in which
    direction the connection is initiated (from PI/SLD/... to DAE or vice versa).
    Best regards and thank you very much!
    Stefan

    Hi
    Refer these links .
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/03fd85cc-0201-0010-8ca4-a32a119a582d
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/327dc490-0201-0010-d49e-e10f3e6cd3d8
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/webinars-nw-rig/configuring%20a%20local%20adapter%20engine%20to%20work%20with%20a%20central%20instance%20-%20webinar%20powerpoint.pdf
    Regards,
    Surya

  • How to access the jpanel and other components on click of a button

    hi ,
    need help,how to access the components of a frame onclick of a button ,if the actionPerformed() is written in a seperate class.
    in my code
    button.addActionListener(new Xyz());
    Xyz is implementing the ActionListener.
    in actionPerformed() i want to access the components in the frame.
    thanks.

    public class Xyz implements ActionListener{
      JFrame frame;
      Component[] comps;
      public Xyz(JFrame f){
        frame = f;
        comps = frame.getContentPane().getComponents();
      public void actionPerformed(ActionEvent e){
        // access elements in comps array
    button.addActionListener(new Xyz(this)); // if 'this' is a JFrame in question

  • How to distribute the serial core only with my exe and DLL applicatio​n using the Labview applicatio​n builder 8.21. I'm not interested having MAX and other components installed on the customer PC and in the program menu

    Since Labview ver 8.0 and later, I am not very happy with the new way the project installer is managing the additional drivers such as Serial.
    With LV 7.11 the serial components was included in the cab file and was installed on the target computer in a specific directory. The size of the distribution was pretty small and well suited for compact distribution.
    My LV application use only the serial object and with LV 8.21, if I include the serial 3.2 component, I get an enormus file including max, visa ... and a lot of fucky component I do not need.
    To distribute my application, I just need, the runtime engine and the serial driver as it was with the version 7.XX
    Looking for clever advises from you gentlemen!

    Thanks Dennis for you input
    My problem is in fact very simple. 3 years ago, I developped a software suite for X ray generator; My company is selling such generator all over the world and our control panel software and DLL (for OEM integrator) is based on Labview professionnal development plateform.
    To drive our generator, we just need to transfer ascii data using the strandard RS232 port still present on most of equipments used in the industrial area.
    Until LV version 7.11, there was no problem to include serial component in my distribution with a very reasonable size and transparency for the end user.
    with LV 8.xx (preparing a new release), I'm very disapointed to see, my distribution is increased of about for 10 Mo to 180 Mo just because I increase the serial component.
    May I mix a previous version of the serial component with LV 8.21?
    Should I change my source to Visa instruction only and merge visa runtime only to my distribution?
    is there any simple serial example based on visa and distributed with th application builder?
    I will appreciate your help in order to optimize my distribution
    Pascal 

  • Full screen button disappeared and other oddities

    i have a bunch of TV shows that i put in playlists and let run all night (they help me sleep). up until last night they all work fine, going from one to the next in full screen. now, all of a sudden, the episodes have trouble maintaining full screen after one episode and not only that but the playback gets choppy for some reason. ALSO, my full screen button for video has disappeared from the bottom of iTunes.
    any ideas? everything else seems to be working fine.

    the problem was in the lower left corner album art display. when it is clicked to select "now playing" everything is fine. when it is clicked to display "selected item" it looses it's fullscreen in a playlist.

  • 20G iPOD freezes when connecting to home stereo and other components

    When i connect my iPOD to my home stereo through a docking station the iPOD buttons become disfunctional. it only plays one song and then it "shuts down". Not really shuts down because the iPOD is still on and as soon as i remove it from the docking station, it works fine again. Any ideas?

    "However, most of the cables I find use the headphone output. "
    Yep, thats fine, just get one of those!
    MiniJack (3.5mm; small headphone output) - L/R Cinch Audio Jack, as you say.

  • Does Studio Creator support Oracle ADF Faces and other components?

    Hi everyone
    According to:
    http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/faq.html
    "Although ADF Faces is "vanilla" JSF we have not been able to run with Java Studio Creator Build 04.06.2. We are working with Sun to resolve the issues in Java Studio Creator."
    Does anyone know if Oracle ADF faces now work with Studio Creator and if so which version.
    In addition I am also looking for JSF visualization components. In addition to advanced 3-D graphs (send as PNG to client) I am also looking for components to visualize the structure of a website. These all need to work with Studio Creator.

    Importing 3rd party libraries used to be complicated. The .complib stuff was added precisely to make it easy.
    It does make packaging slightly harder for third party -vendors-, since there's one extra step, but this makes everything easier for (the much larger number of) users of the third party components, since the packaging format specifies a bunch of stuff that we used to have to ask of users when trying to add the jar and associated metadata into the IDE.
    The complib stuff is documented, so if you're producing a 3rd party JSF library, or if you really want to use one that hasn't yet been packaged, you can do the steps yourself.
    See http://wiki.java.net/bin/view/People/EdwinGoei -- the first couple of links describes the process. Yes, we're working with third party vendors to get this done for their component sets, and yes, there's talk with other IDE vendors to standardize all this.
    -- Tor
    http://blogs.sun.com/tor

  • Bug: grouping and others

    i'm not sure if if this a bug. perhaps i'm not using edge reflow correctly, since it's in beta there's a darth of resources. So here's the problem:
    1) when i move layers up/down. 4 out of 5 times i accidently group the contents of the div when i really didn't intend to do that,  it seems somehow the act of moving layers also group the div contents sometimes.. very weird..
    2) The layer palette is hard to use in its current state. i think it needs to be a floating palette of part of the tool set on the left. right now it requires a click before i can access it. and scrolling up/down the palette really strains my hands. bc i use this palette every other second.
    3) is there a way to lock values i eneter for div/elements?? (ie. margin, positions,, etc) bc it gets moved automatically when i bring in a new elements that impacts it. i understand this is the nature of webdesign.. but is it possible to lock the previously entered values so i don't have to re-enter values over and over again...( i spend 70% of my time doing that, and it takes me half day to a day  jsut to layout a page...!)
    #1 and #3 is why i'm reluctant to use it for real work right now. b/c those two bugs slow me down too much... :-(
    but i can see the potential of edge flow if some of these bugs are worked out. when it does. it will be prob. be one of my fav softwares. :-B

    gc234,
    Thanks for your feedback. The panel where you move elements is representative of the DOM. Depending on where you mouse down, you might end up making an element a child of another box (as you mentioned). To avoid this, one recommendation I'd make is to close all of the boxes (near where you want to place your element). For example, in this project, if you want to put "Content" above "Header", close the hints-MQ box first.
    If the other boxes are "closed", you cannot make anything you drag a child of that box. This would be your desired outcome.
    #2 has been noted and is common feedback we have gotten, so, we'll likely look at options for changing this.
    #3 You can try grouping elements so that the contents of the group are locked and don't get moved. But, there is no way, right now to lock the position of any element to ensure it always stays in the same place. I suppose you could change the layout property Postion to "Absolute" which means it would not ever be affected by other elements. But, I'm not sure if this would be what you wanted because the items would never move even with browser size changes.
    I hope this helps.
    Joan

  • Interactive PDF weirdness: buttons, sound, and other hyperlink intrigue

    Hi everyone.
    1. I'm trying to see if there's any way whatsoever to make a "Back" button (like in a browser) in an interactive PDF work correctly on an iPad. I did a test doc that works fine on a Mac, but on the iPad, the buttons don't even appear in iBooks, Notability or GoodNotes. In the iPad's version of Adobe Reader, they are visible, but don't do anything. I've searched the ID forums trying to figure out what info is outdated, but am beginning to think that Back/Forward buttons just plain won't work on an iPad. Is there any work around? (I don't have Acrobat or other Adobe programs, so I guess the question should be, "Is there a workaround without having to pay more big buckaroos for an additonal Adobe program?")
    2. Oh, and sound doesn't work on either the Mac nor iPad, although the button does show up on all the iPad apps I mentioned. Besides the fact that the button doesn't work, it does seem odd to me that it does show up in these other programs, whereas the previous/next buttons don't even show up.
    3. Another weirder weirdness: I have a 4-page test document with some hyperlinks on a master page which is applied to all four pages. The hyperlinks have various visible/invisible, think/thin Adobe rectangles around them, so I could see what they look like. Yet when I export to an Interactive PDF, although the hyperlinks appear on all four pages, they only work on one page—in one export, only the first page, and in a subsequent export, only on the second page. AND only one of the rectangles shows up at all, and only on the first page, at that. I've reapplied the master page multiple times, and replaced my prefs as described at http://forums.adobe.com/thread/526990. No change. I have no idea what's going on!
    This is on a iMac i7, and most up-to-date versions of the OS and ID: OS X 107.2, ID CS 5.5 (V7.5.2.318), and an iPad 2, with all current, update software.
    I'll attach a link to my zipped test file and PDF, should anyone want to take a look at them. (Warning: there was no attempt at aesthetics in making the test file!)
    http://dl.dropbox.com/u/17952771/Interactive%20PDF%20tests.zip (866 KB)
    Thanks ahead of time for any input!

    For 1. and 2.: concerning PDFs, there is no "on Mac" and "on iPad". Both are mere environments in which software runs. It depends entirely on which software you are using.
    There is not a single PDF reader available for the iPad that supports everything Adobe Reader can do on a modern desktop. As for your "on Mac", you don't say so but I bet you are  using OS X's Preview application, which is not by Adobe and also does not support any of the more advanced functions possible in PDFs.

  • Enterprises Services information for TM, MDM, BI and other components

    Hello,
    I was wondering if anyone had information on where to find out if Enterprise Services (ES) is offered for the SAP components TM, MDM, BI, etc. and if so, where to find information on the impact analysis of installing ES on already installed SAP systems.
    Thanks!

    Hi James,
    For Transportation Management have a look at
    http://erp.esworkplace.sap.com/socoview(bD1lbiZjPTgwMCZkPW1pbg==)/render.asp?id=A4E8BBB0628111DA36BB000F20DAC9EF&fragID=&packageid=DBBB6D8AA3B382F191E0000F20F64781&iv=
    Michael.vanden.Dungen at capgemini.com is one of our SAP Solution Architects who can tell you all about it.
    Regards, Mendel

Maybe you are looking for