ChoiceList within a Frame problem

Hi,
I have to create a GUI using swing and I don't know how to put a ChoiceList(ComboBox) into a panel.
This is what I wrote and that is the error message after compilation.
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class ChoiceDeparture2 extends Frame
implements ItemListener{
     Choice os;
     ChoiceDeparture2(){
     os = new Choice();
     Panel panel = new Panel();
     panel.setLayout(new GridLayout(1,2,20,0));
     panel.add(new Label("Departure City"));
          os.add("Any");
          os.add("SFO");
          os.add("LAX");
          os.add("DAL");
          os.add("FRA");
          os.add("BOM");
          os.add("DEN");
          os.add("ABQ");
          os.add("ATL");
          panel.add(os);
          os.addItemListener(this);
     add(panel, BorderLayout.CENTER);
public void itemStateChange(ItemEvent ae){
     repaint();
public static void main(String[] args){
     ChoiceDeparture2 ChoiceD = new ChoiceDeparture2();
     ChoiceD.setVisible(true);
     } //end main
}//end ChoiceDeparture
-error message-----------------------------------------------------------------------------
A:\Java\ChoiceDeparture2.java:5: ChoiceDeparture2 should be declared abstract; it does not define itemStateChanged(java.awt.event.ItemEvent) in ChoiceDeparture2
public class ChoiceDeparture2 extends Frame
^
1 error
Tool completed with exit code 1

you need to check your spelling
public void itemStateChanged(ItemEvent e){}

Similar Messages

  • Text wrap for a paragraph: How to define the width of a Text box /  active text area? I simply need a longish text to wrap within the frame!

    Hello, I've been searching for a good while in the forums now, but have found no solution or real mention of the problem – I hope some of you can help.
    I want to very simply layout a text between scenes, a slightly longer text that wraps within the frame margins. Here's an example of how I want it to look:
    Now, I couldn't for the life of me get the Custom Text to behave like that, as there are no parameters to set for the width of the text area. The Text Size, yes, along with the Tracking, Baseline and all that, but the width of the text box, no. The above was created by customizing one of the other Text Generator presets that happened to be left aligned.
    However, this preset has a fade in/fade out transition, which I do not want. There's no way to remove this transition as it seems integrated into the Text Generator (meaning they are not really presets, but separate kinds of Text objects? Very silly.)
    So I am asking you: Is there any way to get the Custom Text generator to behave like that? Just a text paragraph as above. Below you'll see all I can manage with the diffferent Custom Text parameters. Any kind of repositioning and resizing of the text just changes the position and size of the frame – but the actual text items are just cropped off where they extend out of that frame. Apparently the bounding box for the text is just some default length, and I can't find any way to adjust the width. See below my different attempts.
    The same text pasted into a Custom Text generator clearly extends outside the frame:
    Here Transform just moves – or resizes – the video frame that the Text Box exists inside:
    The Crop gives similar results, and of course Distort doesn't get me closer to what I need, either. There should be simply a Text Box Width parameter to set somewhere, but if it exists they have hidden it very well. How do you do it?
    Thanks for any help, this is a silly problem, but one of now many trivial problems that amount to me growing quite dissatisfied with FCPX. Hopefully I've just overlooked something.
    All the best,
    Thomas

    Thomas...same kind of crap here.
    I used Custom Text - entered a sentence, hit return, entered another.
    Set to 72 pt.
    The default alignment is centred - I want left aligned text...the text start point stays at the centre of frame and the sentence runs off the edge of the bounding box.
    There is no settings in the Text or Title inspector dialog to correct that!
    Using Transform will not sort it!

  • Duplicate spread causes some text to shift within its frame

    Hi,
    Indesign CS5 problem:
    When I duplicate the first page of my working document some text shifts vertically within its frame on the duplicate page.
    The same thing happens if I copy the text box and paste in place, the shift also occurs.
    This is a small grab of the file with the 1st page on the left and the duplicate page (or paste in place) on the right.
    Its driving me nuts, any help much appreciated.
    Cheers
    Dave

    Aha, you have got somewhere then!  Something is causing that type to shift, why it isn't in your original doesn't matter, the idml one is "cleaner" and now the behaviour makes sense in that both frames are bahaving the same.  There must be something somewhere, I assume you've checked the baseline shift in the control panel?
    If you are sure it's nothing like that it's time to replace your preferences, see the link here.

  • Targeting Webhelp within a frame set

    Our Webhelp runs within a frame set. The lower frame displays
    a copyright note and the upper frame (named, say, abc) displays the
    actual webhelp - no problem so far.
    The problems arise when I try to reference the webhelp in toc
    entries. When I include target="_top" then all is fine, except of
    course that the lower frame dissappears and the webhelp is displayd
    on top level which I dont want. But when I include target ="abc"
    (or whatever the frame name is) then the target attribute is simply
    ignored by the webhelp script. BUT, if I include target ="def" - an
    undefined frame name - then a new browser window is opened
    correctly. The target attribute is only ignored when is addresses
    an EXISTING frame name.
    Any ideas on this or is it simply though luck?

    Hello Robert -
    Why not include the copyright note into the top-right frame
    of RoboHelp by the "Powered By" - or try what we do and have the
    copyright info as part of the "Powered By" pop-up (we changed the
    name to "About IRIS" where IRIS is the project name).
    Regards,
    GEWB

  • [JS] CS4 How to position a graphic within a Frame

    I have a JS script that I am converting from CS3 to CS4 and I am finding that the behaviour for positioning a graphic within a frame has changed.  I have code that sets the geometric bounds of a graphic to a negitave value within the frame, within CS3 this works great.  However using the same code on CS4 to set the geometric bounds does not produce the same result.  The graphic is always placed at 0,0 and it ignores the negitive top and left values supplied.
    Does anyone know what has changed with the geometric bounds of a graphic within a recrangle frame?  How would I set the position of the graphic within the frame since setting the geometric bounds does not seem to work any longer.
    Thanks,
    Sheldon

    I have yet to determine why the behavior is different from CS3 to CS4 and how to correct the positioning within CS4.  To help explain the problem further I have included a sample script which demonstrates the problem.  I have run the script on both CS3 and CS4 and included screen shots of the results when the resulting INDD file is opened.  Could someone help explain why the position of the image is wrong in CS4 and what I can do to correct the problem?
    Here is the sample script ...
    for(i=app.documents.count()-1;i>=0;i--){app.documents.item(i).close();}
    app.textPreferences.useOpticalSize = false;
    app.textPreferences.typographersQuotes = false;
    app.textImportPreferences.useTypographersQuotes = false;
    app.taggedTextImportPreferences.useTypographersQuotes = false;
    app.pasteboardPreferences.minimumSpaceAboveAndBelow = "300p";
    app.textFramePreferences.firstBaselineOffset = FirstBaseline.ascentOffset;
    app.colorSettings.cmsSettingsPath = File("C:\\etc\\Friesens_Yearbook_Custom_Color_Settings.csf");
    app.marginPreferences.top = '24pt';
    app.marginPreferences.bottom = '48pt';
    app.marginPreferences.left = '36pt';
    app.marginPreferences.right = '36pt';
    var doc = app.documents.add();
    doc.viewPreferences.horizontalMeasurementUnits = MeasurementUnits.points;
    doc.viewPreferences.verticalMeasurementUnits = MeasurementUnits.points;
    doc.documentPreferences.pageHeight = 792;
    doc.documentPreferences.pageWidth = 612;
    doc.documentPreferences.pageOrientation = PageOrientation.portrait;
    doc.documentPreferences.pagesPerDocument = 2;
    doc.documentPreferences.facingPages = true;
    doc.sections.firstItem().continueNumbering = false;
    doc.sections.firstItem().pageNumberStart = 2;
    var pg = doc.pages.item(0);
    var frm = pg.rectangles.add();
    frm.geometricBounds = ['200.5pt','200.2pt','447.8551pt','415.5206pt'];
    try{frm.place (File('c:\\test.jpg'), false);}catch(err){};
    if(frm.graphics.count() > 0) {frm.graphics.firstItem().geometricBounds = [frm.geometricBounds[0]-147, frm.geometricBounds[1]-49, 407.04+frm.geometricBounds[0]-147, 271.68+frm.geometricBounds[1]-49];};
    var objStyle = doc.objectStyles.add();
    objStyle.enableStroke= false;
    objStyle.transparencySettings.blendingSettings.opacity = 100;
    frm.applyObjectStyle(objStyle, true, true);
    frm.rotationAngle = 59;
    doc.label = '824203.indd';
    doc.packageForPrint('c:\\test\\824203\\', true, true, true, true, true, false, '', false, false);
    for(i=app.documents.count()-1;i>=0;i--){app.documents.item(i).close();}
    The line that I highlighted is the one that adjusts the images position within its frame.  It uses a formula to determine the exact position relative to the containing frames position.  This is why you will see the calculations to determine the geometric bounds.
    Here is the result of the script using InDesign Server CS3, notice the position of the image based on the 'Direct Selection Tool' highlight area (this is the desired result):
    And, here is the result after running the script against InDesign Server CS4:
    As you can see the Image is placed at the lot left corrner of the frame which is wrong.  Any insight into the diffrences in the behavior would be appreciated.
    Thanks

  • Editing timelapses in Lightroom- looks very different if there´s a small change within the frame

    Hi
    We´re having some serious issues with editing timelapses in Lightroom (5.6). What seems to happen over and over again, is that if there´s a small change within the frame (such as a bird flying past, people walking), the editing result varies greatly compared to the previoius frame. It´s easiest to understand what I mean by viewing the examples below.
    Here there´s one picture without a boat in the frame, and a few seconds later there´s a boat in a small part of the frame. The camera is set to full manual, and the two JPGs which show the unedited pictures shows that the background and sky in both pictures look exactly the same. However, after pasting the same editing setting on both pictures, the picture with the boat looks vastly different (shadow areas are much darker). It´s the same result weather it is a white boat, a black bird or a person walking in/out of the frame. The picture gets much darker, and leads to some serious flicker in the timelapse which can be impossible to get rid of.
    I assume that as there´s a small change in the histogram when the boat enters the frame, this change affects what Lightroom thinks of as shadows/highlights on so on? The example below has some heavy editing applied (shadows up, highlights down, clarity). You can see the settings that have been adjusted in the screenshots below. Does LR change what it considers shadows/highlights based on the histogram, or are there standard settings? If this is the case, it would be much better for timelapsers if Lightroom had standard values for what is considered shadows/highlights, so that two pictures where the only difference is a person walking on the street or not, would look the same with the same editing settings applied. What I find strange if LR works like I´m asking here, why does the picture get darker whether it is a white boat or a black bird changing the histogram slightly. Shouldn´t they then have the opposite effect of each other?
    Any ideas what is causing the difference, and what I can do about it? Thanks!

    In these forums you are only talking to other users like yourself, not Apple. Be sure to repost your info in the channel Apple has set up for it:
    http://www.apple.com/feedback/imovie_iOS.html

  • How do I fit a picture within a frame layer?

    How do I fit a picture within a frame layer?

    If your images are an aspect that does not fit easily into
    a standard video frame, you might need to scale up
    (or preferably down) and reposition your images to fit.
    What are your image dimensions?
    What are your Sequence settings?
    What is the intended destination for your finished video?
    Premiere Pro / Motion: position, scale, and rotate a clip
    http://help.adobe.com/en_US/premierepro/cs/using/WSC7A162B6-6EF1-49e1-8622-8127366710BB.ht ml
    How do I choose the right sequence settings?
    http://www.video2brain.com/en/lessons/how-do-i-choose-the-right-sequence-settings
    Also, make sure you're running the most current update (CS6.0.5).
    Within Premiere:  Help > Updates...

  • I need to insert a fade to black within a frame of footage.

    I need to insert a fade to black effect within a frame of footage. The raw footage simply cuts to black, and I want to edit it so that it fades out within the same frame. Thanks for helping!

    cass516 wrote:
    this method sounds like a PAIN but of course i have no choice but to try it.  Why would Pages make such a simple thing so troublesome?  in other programs, you simply click 'insert file'.
    The only thing odd about Pages' Insert file is that it doesn't do its own format.
    You obviously think that MsWord is "The Norm" but I found really odd things that it won't do. To the point I, like others here, can't be bothered trying to drive the Word square peg into the Mac round hole.
    Mostly Pages works by drag and drop, I'm puzzled why that doesn't work with the thumbnails. But then there are quite a few oddities in every program. Pages is far from an exception.
    Peter

  • Premiere Elements 7 - When play my work frame problems occur. codec issues?

    Hello,
    I use Premiere Elements 7 to edit my videos; however, recently I have found that most of the videos I add to my work shows a frame problem every time I play. I am not so familiar with the terms but I will try my best to explain how it happens.
    1. I open a new project
    2. Add a video (usually avi format)
    3. I play the video whitout editing.
    4. I see that after every 5 frames there is a frozen frame (like a dublicate of the 5th frame)
    It results me to cut my video in every 5 frames to get rid of the frozen frame and it takes a lot of time.
    What would be causing that? When I play the video with my media players it shows perfectly but when I add it to Premiere Elements 7 to edit, this is what happens.
    I also see that there are multiple fddshow icons on the right bottom of my screen.
    I assume there is something wrong with the codecs. In that case, what would be the best codec to have in order to edit my videos on PE7?
    What do you suggest I do?
    Thank you in advance.

    Dear Bill,
    I have formated my computer and reinstalled my operating system Vista Home 32 bit. Then I switched from PRE7 to PRE8.
    This is my computer info below;
    CPU Türü QuadCore Intel Core 2 Quad Q9300, 2500 MHz
    4GB RAM
    ATI Radeon HD 3600 Series 512 MB
    I have AVC Core 2.0.0 codec, NVIDIA PureVideo codec for MPEG, K-lite MEga codecs installed as they are-without any configuration.
    Gspot still shows Xvid codec XviD ISO MPEG-4.
    File Length Correct
    Multipart OpenDML AVI (2 parts)
    (69639 frames in first part, 2663 frames follow)
    Interleave: 1 vid frame (40 ms), preload=504
    Audio frames: Split across interleaves
    [JUNK] VirtualDub
    [JUNK] MPEG2 build 24586/release
    [ISFT] VirtualDubMod 1.5.4.1 (build 2178/release)
    [USER] XviD0050
    So I assume Xvid was used for this file. Considering that what would you reccomend me to do in order to view this file and be able to edit on PRE8?

  • Problems accessing parameters within repeating frames.

    I hope this is a more readable version of the problem I just submitted.
    This is the overall layout of a report I am currently working on
    and having problems with, using Oracle Reports 6i.
    Departments Commitments Obligations
    Dept 1 - Dept 1 Title
    RCC 1 - RCC Title
    RIC
    Non-pay by RIC 308 1 1
    Non-pay by RIC 438 1 1
    Non-pay by RIC 514 1 1
    Subtotal 3 3
    Pay by RIC 514 2 2
    Total RCC 1 5 5
    RCC 2 - RCC Title
    RIC
    Non-pay by RIC 308 1 1
    Non-pay by RIC 438 1 1
    Non-pay by RIC 514 1 1
    Subtotal 3 3
    Pay by RIC 514 1 1
    Total RCC 2 5 5
    Dept n
    Total Dept 1
    Non-pay by RIC 308 2 2
    Non-pay by RIC 438 2 2
    Non-pay by RIC 514 2 2
    Subtotal 6 6
    Pay RIC 514 4 4
    Total Dept1 10 10
    I use a format trigger to calculate the data for
    Non-pay by RIC 308 (the most inner frame).
    If (:RIC = '308') then
    Return (True);
    Else
    Return (False);
    End if;
    And I do something equivalent for the other two RICs, RIC = 438,
    and RIC = 514.
    With this approach, I am able to calculate subtotals and totals
    for all the RCCs for each Dept.
    I work one frame at a time, from the inner frame to the outer
    frame.
    My problem is to get the Total Dept section at the end of each
    Department.
    Total Dept 1
    Non-pay by RIC 308 2 2
    Non-pay by RIC 438 2 2
    Non-pay by RIC 514 2 2
    Subtotal 6 6
    Pay RIC 514 4 4
    Total Dept1 10 10
    I get a frame error when I try this code in a format trigger
    If (:RIC = '308') then
    Return (True);
    Else
    Return (False);
    End if;
    I know this trigger fails because I am trying to reference the ":RIC"
    parameter that is in a different repeating frame.
    How can I check for the RIC at this level?
    Is there a better way to tackle this problem? Any suggestions?
    Thanks,
    Carlos

    Sounds like the source data for the Graph is the wrong Group.
    Dave

  • Calling javascript from swf (which is source file of frame) - problems with OPERA

    hey,
    right now i have the swf-file as the source file for a frame,
    because i want the swf-width depend on the browser-size.
    it looks kinda like this:
    <frameset cols="10,*,10">
    <frame src="border.htm" name="leftFrame">
    <frame src="file.swf" name="mainFrame">
    <frame src="border.htm" name="rightFrame">
    </frameset>
    from the swf i call a javascript-code that is located in the
    'border.htm'
    file.
    the javascript simply opens a popup window.
    function open_popup() {
    MM_openBrWindow('popup.htm','pop','toolbar=no,location=no,status=no,menubar=no,scrollbars =no,resizable=no,width=400,height=500');}everything
    works fine ine firefox, ie, netscape (at least in another tab),but
    when it comes to the opera browser (and apparently also safari)i
    don't get any reaction at all ...i told opera to allow
    popup-windows, so that shouldnt be the reason.now i am thinking
    maybe some browsers have a problem with callingjavascripts from
    within swfs that are not located in that specifichtml-file?maybe
    some of you encountered the same problem ...would be grateful for
    any advices ...thanx,eva

    hey,
    right now i have the swf-file as the source file for a frame,
    because i want the swf-width depend on the browser-size.
    it looks kinda like this:
    <frameset cols="10,*,10">
    <frame src="border.htm" name="leftFrame">
    <frame src="file.swf" name="mainFrame">
    <frame src="border.htm" name="rightFrame">
    </frameset>
    from the swf i call a javascript-code that is located in the
    'border.htm'
    file.
    the javascript simply opens a popup window.
    function open_popup() {
    MM_openBrWindow('popup.htm','pop','toolbar=no,location=no,status=no,menubar=no,scrollbars =no,resizable=no,width=400,height=500');}everything
    works fine ine firefox, ie, netscape (at least in another tab),but
    when it comes to the opera browser (and apparently also safari)i
    don't get any reaction at all ...i told opera to allow
    popup-windows, so that shouldnt be the reason.now i am thinking
    maybe some browsers have a problem with callingjavascripts from
    within swfs that are not located in that specifichtml-file?maybe
    some of you encountered the same problem ...would be grateful for
    any advices ...thanx,eva

  • SG 300-28 Switch - Jumbo Frames Problem.

    I just got the SG 300-28 28 port switch tonight and got it up and running however, i've encountered a problem regarding jumbo frames. In the documentation and product brochures, it states the SG 300 switches supports jumbo frames up to 10k. When I first setup the switch and enabled jumbo frames, i was getting very slow speeds in my network transfers (800kb/s !!!). All the workstations are running Intel PCIE nic cards with jumbo frames enabled at 9014 bytes. After some troubleshooting, i lowered the frame size to 4088 bytes and everything returned to normal with fast speeds.
    I had a suspicion that it might be the switch that is causing the network slowdown with 9k frames; I went ahead and enabled the 9k jumbo frame settings on my NICs again and started to ping other workstations on the network using the "don't fragment" flag. It turns out, the largest packet that i can send out is 8972 bytes. This is a little far from 10k frames that is stated in the documentation and brochures. Please correct me if i'm wrong, but it seems that i've stumbled into a bug in switch.
    Time for a firmware update?

    Hi Dickson C,
    Interesting query.. TCP, UDP and ICMP packet overhead are fairly negligible according to the information below i would think about 94 bytes for ethernet plus tcp overhead.
    The switch would internally label the ethernet frame to identify what VLAN the frame is in (even Vlan 1), so an extra 4 bytes would be used within the switch for that.
    Ethernet frame format:
    6 byte dest MAC  addr
    6 byte src MAC  addr
    [4 byte optional 802.1q VLAN Tag]
    2 byte length/type
    46-9014 byte data (payload)
    4 byte CRC
    Ethernet overhead bytes:
    12 byte intergap + 8 preamble + 14 header + 4 trailer = 18 bytes/packet w/o 802.1q
    12 byte intergap + 8 preamble + 18 header + 4 trailer = 22 bytes/packet with 802.1q
    TCP encapsulated in Ethernet:
    Assuming no header compression (e.g. not PPP)
    Add 20 IPv4 header or 40 IPv6 header (no options)
    Add 20 TCP header
    Add 12 bytes optional TCP timestamps
    TCP overhead can be 52 bytes
    Ethernet + TCP overhead around 52+22 bytes = 74 bytes
    Your Intel ethernet NIC supports around 9500-byte, so the datasheets from intel suggest for a jumbo frame , but you have it enabled at 9014 bytes.
    So your  NIC enabled at 9014 bytes - 74 bytes for Ethernet and TCP packet overhead= approximately 8940 bytes of data.
    You say you are getting packet data throughput around 8972 bytes.
    Check my maths, I have made a few assumptions.  What you reckon, worth a call to the Small Business Support center to double check, please open a case  and report back with the results. I really may be way off in some of my assumptions.
    regards Dave
    http://www.cisco.com/en/US/support/tsd_cisco_small_business_support_center_contacts.html

  • Sony EX1 mp4 pixelation on the frame problem

    Hi,
    I just got CS6, and I'm editting mp4 files from Sony EX1 camera and I keep getting bad frames here an there, it's either a pixelation, or parts of the image breaking and moving within the image. It's not always in the same exact place, can be a few frames futher or back but it keeps happenning in most of my clips.
    with few of the clips that have problems
    - I tried openning the clip in source monitor from media browser same problem.
    - I tried openning in a brand new project, the clip alone from a new user (clean cache) still have the problem
    - Tired openning in After Effects same problem.
    - And when i export the clip, all the glitches get printed onto the export
    - When i open the clip with an outside program like VLC Player, no problem
    - I open it in another computer where i have CS5.5 no problem
    - And i convert the clip to Cineform, no problems again.
    Any help will be appreciated because I do wanna keep working on my beautiful new CS6 but I can't.
    Thanks in advance!
    Yas Dalkilic

    Hi Yas
    Plese read this thread - could be related:
    http://forums.adobe.com/thread/1009064?start=0&tstart=0
    Ulf

  • Application Frame problem

    Hi:
    Of late when I use the application frame it is sized so large (not by me) that you cannot see the information at the bottom on the tabbed image and the Panels section.  I have tried to resize it but it extends so low that the cursor cannot reach the control.  I have already tried uninstalling and installing and that worked and I reset it to my desired size but when I came back the next day the problem was back.  I figured finally that it must be a Preference and I restarted and allowed for resetting and again this worked.
    My question is does anyone know what the actual plist is for the Application frame so that I can trash that directly?
    Herman R.

    PECourtejoie wrote:
    The + jellibean is the maximize button (for those that might not see the image)
    Which is also useful to know for those of us who use the Graphite theme (System Preferences > Appearance) and thus see no color and no "jelly beans" anywhere in our Macintosh user interface:

  • JAVA Frame problem

    Hi,
    I hav a problem in JAVA. I have a main frame. This has an internal
    frame as its compnent. The size(height) of internal frame is more
    than the main frame. I want the a to vertically scroll in main frame
    to see the entire internal frame.
         The following code i tried with JSCrollPane gives me only
    horizontall scrolling , so i can see entire width, but no verticall
    scroll to see entire height of internal frame.
         Can u solve this problem.
    Bye,
    Pradeep
    import java.awt.*;
    import javax.swing.*;
    public class Main extends JFrame
         JInternalFrame jInternal;
         JScrollPane jPane;
         Main()
              jInternal = new JInternalFrame();
              jInternal.setSize(200,600);//Internal Frame height bigger
              jPane = new JScrollPane(jInternal);
              getContentPane().add(jPane);
              setSize(200,200);//Frame height smaller
              jInternal.show();
         public static void main(String a[])
              Main m = new Main();
              m.show();     

    Hi.. This might help:
    JScrollPane jPane;
    jPane = new JScrollPane(jInternal,
    ScrollPaneConstants.VERTICAL_SCROLLBAR_AS_NEEDED,
    ScrollPaneConstants.HORIZONTAL_SCROLLBAR_AS_NEEDED);
    U can change those constants so that it shows the scrollbars at all time.. Now they only appear when needed..

Maybe you are looking for

  • Can't view data in IT302 - Additional Actions

    Hi Gurus, I cannot view any data in IT302 using Ad Hoc Query. Correct infoset was set up which include Additional actions infotype. IT302 was also properly set up in t77S0> ADMIN-EVSUP set to 1. And in T529A all Actions set to be updated in IT302. Th

  • Desktop Software incompatibility with Windows 7

    Good day! I downloaded the latest BlackBerry Desktop Software on my pc but when I tried to run it, a dialog box appeared telling me that the software was not a valid Win32 application. I am using Windows 7 on my laptop. I met the system requirements

  • I wish to cancel an automatic renewal of a magazine subscription

    I bought a magazine subscription called 'Love of Knitting' through the iTunes store for $2.99. It will be automaticly deducted each month. I can cancel it any time. But when I go to cancel it I cannot find a link to do so. The magazine company does n

  • Using xsd:group in Report Data Structure

    Hi all, I am totally new to BI Publisher trying to create a report with a data structure specified by an XML schema. This schema makes heavy use of the XML schema construct 'group', e.g. like <?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.o

  • Custom idoc [ related to function module]

    HI ALL, sorry for repeating the question i had an requirement to create a custom idoc for catsdb table with 4 fields 1. pernr 2. workdate 3. lstar ...... and to transfer it from one application server to another.i had created it n transfered it to an