Frustrated with simple JTable issue....very simple..aggghhhh

I'm trying to create a JTable with currency fileds, and other types as well. It would display currency format but wipe off the dollar signs when the user edits the field and allow the user to enter numbers without dollar signs.
I was able to do this for a textfield using the online tutorial but having problem creating it for a JTable.
This is because the example that I'm using creates the table with its data hardcoded...I need to pass data to the table at runtime.
If I mod the code's constructor to receive data and columnNames, I'd get a Null pointer error because the the first thing the constructor would try to getRowCount which it references ddata...data is not yet assigned a value.
Here's the tutorial sample codes...
public TableDemo() {
JTable table = new JTable(new MyTableModel());
class MyTableModel extends AbstractTableModel {
private String[] columnNames = ...//same as before...
private Object[][] data = ...//same as before...
public int getColumnCount() {
return columnNames.length;
public int getRowCount() {
return data.length;
public String getColumnName(int col) {
return columnNames[col];
public Object getValueAt(int row, int col) {
return data[row][col];
public Class getColumnClass(int c) {
return getValueAt(0, c).getClass();
* Don't need to implement this method unless your table's
* editable.
public boolean isCellEditable(int row, int col) {
//Note that the data/cell address is constant,
//no matter where the cell appears onscreen.
if (col < 2) {
return false;
} else {
return true;
* Don't need to implement this method unless your table's
* data can change.
public void setValueAt(Object value, int row, int col) {
data[row][col] = value;
fireTableCellUpdated(row, col);
I just need to make this table NOT having the data and columnNames hardcoded...or if someone has some niffty currency edits...
Thanks so much

Your question still doesn't make any sense to me. From your last posting I suggested you should be using the DefaultTableModel, since you apparently don't understand how to write your own custom TableModel. The DefaultTableModel allows you to create a TableModel loaded with data or you can create an empty DefaultTableModel and add rows of data to it as required.
I need to pass data to the table at runtime.Again you seem confused. What is the difference between hardcoding data and reading data from a file at runtime? None.
The basic coding structure would be:
a) create TableModel
b) JTable table = new JTable( model );
Create a method called createTableModel. In that method you either hardcode a table or add logic to read data from a file, read data froma database. It doesn't matter where the data comes from as long as you createTableModel method returns a TableModel.
In your last posting I gave you a link to a simple working demo. Start with that as your base code and try to customize it. The code you posted here is useless. We can't solve problems based on a few lines of code.
Here is another example showing how to add rows of data dynamicallly:
http://forum.java.sun.com/thread.jspa?forumID=57&threadID=577919
Use the "code" tags any time you post code.

Similar Messages

  • Jdev Team - Frustrated with Simple UIX-XML test case

    Why can't I get a simple UIX-XML test case to run? Better still why can't I get a response as to why it won't run? This is my second attempt at a post as the other was just left hanging. Iwas asked for more info, I provided it and that ended that.
    Again, I created a workspace. Used the scott schema and created a project with a set of VO's (and took the ALL defaults). I have created a UIX-JSP and BC4J-JSP projects that both run fine (taking all the defaults). In that same workspace without any modifications to the VO's I created a UIX-XML project. The main menu runs fine. None of the forms will run. I get the following error if I choose ANY form from the menu or I get the same error if I just run any form from Jdeveloper (except main.uix of course):
    Servlet error: Renderer failed: java.lang.ArrayIndexOutOfBoundsException: -10
    What is happening? Why cant I get this to run. Is this a failed technology? I can't seem to find any working UIX samples.
    TIA,
    Ed.
    PS. A footnote: * It seems if you don't get an answer from the Jdev team inside of two days your post is toast (unless it's a rant in which case everyone seems to jump on the band wagon). :-) :-) :-) ;-)

    Hmmmmm...... did I mention I was on Internet Explorer 6.0.2600.0000 ? Probably does not matter.
    Also, although I loaded the full 9i Developer suite, I also loaded (in a seperate directory), Sun's J2DKSE 1.3.1_03 and J2DKEE 1.3.1 and have the following local environment variables set:
    JAVA_HOME = d:\java\j2sdk
    JDK_HOME = d:\java\j2sdk
    J2EE_HOME = d:\java\j2sdkee
    JDEV_HOME = d:\oracle\9iDS\jdev
    Are any of these redundant or are they clobbering something for UIX-XML?
    TIA,
    Ed.

  • Please Help!! Very Frustrated with IOS 7 Issues

    First of all I couldnt sign in to imessage after updating to ios 7.  Error said "check your network connection and try again".  Course my network connection was fine and I signed in with my appleid to everything else required such as icloud just fine.  Then in troubleshooting I saw that I had to have location services enabled and Date and Time set to automatically.  So I enabled location services and Date and Time is stuck with the spinning wheel "spinning".  Imessage wont let me sign in correctly until I get this Date and Time to set automatically.  Its been spinning for the last 30 minutes so obviously it is not going to work.
    I have gone as far as to Erase all Content and that still did not fix the issue.  I chose restore from the backup I had.  Next step would be to reset and select set up as new but darn that would take a long time.  Can anybody suggest anything else that I could do.  Probably not but I am on the verge of trashing this Ipad 4 and going back to my ipad 2 which I have not updated yet and works fine.

    iMessage, Facetime and the iPad app store have all had issues lately
    No idea if it's iOS7 related or if it's something on Apple's end, or it could just be too much bandwidth still being used to update devices and it's affecting other services.

  • Very Frustrated with Leopard Incompatibility Issue

    We, as a school, decided to go with a Mac lab in our art room and of course Leopard is the OS that came with it. Only to find out that several of our programs that we used, that is labeled OS X compatible, is NOT Leopard 10.5 compatible...geesh and yet Apple is bashing Vista for compatibility problems. Before they go busting on Windows they need to fix their own problems, sorry...
    <Edited by Moderator>
    I know Vista has major bugs too and this is NOT a pro Vista comment...it was more of a look in the mirror first.

    As I suppose you well know by now, an "OS X compatible" label on a software box does not tell the whole story. It has always been so & always will be. No OS can maintain backwards compatibility indefinitely & at the same time move forward without collecting baggage that stifles innovation. Eventually, it becomes too costly, both in development effort & in performance penalties, to maintain all the API's to support the old OS version.
    Actually, that is exactly what is wrong with Vista: Microsoft last "pruned" the OS of support for legacy technologies so long ago that the only way to make Vista a modern, speedy OS was to remove support for just about everything non-essential to get it to run at all. It is like an airplane prototype that included so many extra parts that it was too heavy to get off the ground, so the designers just kept removing things until it did.
    Apple's more gradual approach (even though "OS 9 is dead," Tiger still supports Classic) is still a little painful for Mac users but nowhere near what PC users are experiencing.
    In this sense, the ads are right: Vista is just Microsloth's latest effort to play catch-up with issues Apple long ago planned for & dealt with much more effectively.

  • Frustrated with video orientation issues - conversion please?

    Both wife and I take iPhone video - on a 4 and 4S.  Seems now I'm spending all sports of time trying to change orientation for use/sharing/uploading because of the newer orientation "tagging" iOS is doing.
    I'm not here to debate the right/wrong of that decision, I just need to know the "simple" solution to change/convert the orientation so that regardless of wheather the video is viewed in Quicktime, Windows Media Player, VLC, or any other video client, they ALL SEE THE SAME CORRECT THING.
    At this point I've tried converting using Quicktime Pro, VLC, and MPEG Streamer, but when I do, I may see it correctly in 1 client but not in the others I test with (mentioned above).
    How to please? And THANK YOU!

    Still hoping for a solution from somebody!

  • I've used for months but am now so frustrated with the script issue I have uninstalled until I get some resolution. Help?

    I've to change the 10 to 20 solution to help solve the unresponsive script issue. I've tried safe mode. I've tried disabling all add-ons but still have it hang up. I don't seem to face that issue with explorer. Is microsoft sabotaging your efforts?

    Did you also try to disable all plugins?
    See [[Troubleshooting plugins]]
    Create a new profile as a test to check if your current profile is causing the problems<br />
    See [[Basic Troubleshooting#Make_a_new_profile|Basic Troubleshooting&#58; Make a new profile]]
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins"
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)<br />
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Frustrated with iCal 3--please fix the obvious bugs!

    I read that Apple actually looks at these posts, otherwise I would suffer in silence. So here goes...
    After adopting iCal for all of my calendar needs and being able to rely on version 2 to work, I upgraded to Leopard and iCal 3. Now, I am frustrated with obvious bugs and very worried about the integrity of my calendar data (which is EXTREMELY important).
    Some things that do not work or seem to work sporadically in iCal 3:
    1. Delete events/to-do's after n days. Nothing. And why is this option applied globally rather than to specific calendars?
    2. Publish calendars upon modification. Usually works; sometimes quits for no apparent reason.
    3. Reliable syncing (OK, maybe this is an iSync problem).
    Other frustrations:
    1. Very slow operation. Slow to create event, slow to edit event, slow to even change from month to month.
    2. Very slow or even crashes when I double-click on an event.
    3. I seem to need to double-click after I enter an event to fill in all the info I want.
    4. No easy way to archive (and restore) old events.
    Please, Apple, do not lose your focus on software excellence, as you pursue lucrative new markets! Your recent software releases (like iCal, iSync, AirDisk, TimeMachine, etc.) are beginning to remind me of, gasp, Microsoft. They almost work.
    Excuse me for venting on this forum.

    I have all of the same issues Jeff. What gives?? This needs immediate fix.

  • Issues with Simple Lists in service requests

    We are using Service Manager 2012 and have run into a problem with simple lists within the service requests we created.  We believe the issues started after we upgraded to Service Manager SP1 and Silverlight 5.1.  What happens is you can select
    one of the options in the simple list, but if you decide to change back to the original option, the system won't allow it.  In the case where there might be three options in the simple list (i.e. New, Change, Delete), you can select each one once, but
    if we try to change it back to any of the other options the system won't allow it.  We tested all of this before going live and everything was working, but just before we went live SP1 came out and so we elected to upgrade to it first.  We then needed
    to upgrade to Silverlight SP1 to work with Service Manager SP1.  We retested all of our service requests again just before going live, but didn't think we needed to go through every simple list so we didn't retest this.  Since then the simple lists
    are problematic.  Has anyone else experienced this and if so is there a fix that will correct this issue?

    Yes!
    We submitted a business impact statement back in February and after pushing them on a weekly basis, we finally received word that we will be receiving a hot fix next week.  Until we actually receive the hot fix and confirm that it works, I will wait
    to post another update on this.
    With that said, they came up with a temporary workaround about 2-3 weeks ago.  This is the message regarding the temporary fix that we received from the engineer that has been working on the issue:
    After doing code review I identified the regression was introduced in the binaries that are included as part of this Silverlight XAP file:
    RequestOfferingSilverlightModule.xap. As we discussed on the phone going back to the pre SP1 version means you will lose any enhancements/fixes that were introduced in SP1. Looking at the Change history for this module I only see two changes
    that were introduced in SP1 and those changes are as follows:
    The text field control only shows the first three lines.
    Hierarchical support for List Items in Portal
    To confirm my findings I replaced this XAP file with a pre SP1 version and I couldn’t repro the issue in my lab. I also confirmed implementing this module I lose the
    above fixes that were introduced in Sp1.
    To implement the workaround, please follow the below steps:
    Connect to the Web Content Server,  locate the following directory:
    C:\inetpub\wwwroot\System Center Service Manager Portal\ContentHost\Clientbin
    Rename the following file RequestOfferingSilverlightModule.xap
    to RequestOfferingSilverlightModule.xap.org
    Copy the attached file RequestOfferingSilverlightModule.xap to the folder:
    C:\inetpub\wwwroot\System Center Service Manager Portal\ContentHost\Clientbin
    Restart IIS by issuing the following command at the command prompt:
    iisreset
    Clear the client side cache and see if you can reproduce the issue.
    Once confirmed the issue doesn’t reproduce, please proceed with testing all scenarios that make use of the Self Service Portal.
    If you don't have the pre SP1 version of the file I'm sure you can get it from Microsoft.  We are not using hierarchical lists so the temporary fix is currently working for us without any issues.

  • Very frustrated with the battery exchange program

    I'm very frustrated with the battery exchange program. I signed up online, double checked all my information, and submitted. No where on the page did it say that a signature would be required upon delivery. I work during the day, so I'm not home to receive shipments (any package I do receive is just left in the lobby, and it's always been fine--I live in a secure building).
    DHL is refusing to leave the package at the door. Apple refuses to tell DHL that it's ok to redirect the package to my place of employment. My only option, it seems, is to spend almost two hours of my time driving to the DHL location and back (the pickup location isn't even in the same county I live in).
    If anyone has any better ideas, I would love to hear it.
    Thanks,
    Andrea

    If your battery was stolen after it was delivered, I'd bet you'd really get upset. If DHL is anything like UPS, you can sign the receipt telling them to leave the package. Pretty simple.

  • How to create a Shuttle box in Apex with simple copy and move option..

    I want to create a shuttle box in Apex with simple copy option. the demo application I downloaded from oracle had a two level selection query option which I dont need and was not even compatible with my version. All I need is a way to shuttle single query values between two multiple select lists. I could not find any demo.
    My Apex version 2.1 with XE
    query : select distinct fieldid d, fieldid r from field order by 1
    What kind of buttons do I need.. ? submitting or url redirecting ?

    Hello,
    >>
    The demo is not working in my apex 2.1 as I mentioned in the post.
    >>
    Not working is not enough of a description to help you out. I assume that what you mean is it won't install into XE since the demo was built in 2.2 and uses some 2.2 specific technology for the install.
    The way to get around that issue like I said was to get a free workspace on apex.oracle.com install the demo application there and then using some cutting and pasting recreate the demo app in your XE instance.
    Carl

  • Explain User exit concept with simple example

    Hi friends
    I am new member of this forum & i am learning ABAP.
    Kindly send me user exit concept with simple example to my mail ID so i can able to use it.
    mail ID  [email protected]
    thanks in advance
    Thanks & Regards

    Code SE18 is used to Identify the BADI available.
    Look for the string 'CL_EXITHANDLER' in the standard program. This is a class which has a method 'GET_INSTANCE' which is used to trigger BADI's from the Standard Program. The interface parameter for this static method 'EXIT_NAME' is used to pass the BADI to the method.
    Open Standard Program and do a global search 'CL_EXITHANDLER'.
    SE18 > give the BADI name found through above search.
    CUSTOMER_ADD_DATA > which has a method SAVE_DATA.
    T.Code SE19 is used to Implement BADI.
    SE19 > give the implementation name > Give the Definition name as CUSTOMER_ADD_DATA and the Short Text.
    Intro.....
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm
    Check these links for info about badi..
    BADI's
    http://support.sas.com/rnd/papers/sugi30/SAP.ppt
    BADI's
    http://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
    http://support.sas.com/rnd/papers/sugi30/SAP.ppt
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm
    http://members.aol.com/_ht_a/skarkada/sap/
    http://www.ct-software.com/reportpool_frame.htm
    http://www.saphelp.com/SAP_Technical.htm
    http://www.kabai.com/abaps/q.htm
    http://www.guidancetech.com/people/holland/sap/abap/
    http://www.planetsap.com/download_abap_programs.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework
    http://www.esnips.com/web/BAdI
    http://www.allsaplinks.com/badi.html
    New to Badi
    check any fo the below links. this will def help u.
    http://www.allsaplinks.com/badi.html
    And also download this file....
    http://www.savefile.com/files.php?fid=8913854
    There are other tutorials on this site...
    http://sapbrain.com/Tutorials/tuto_download.html
    What are BAdIs?
    -> is an anticipated point of extension – these points act like sockets and exist in the original source code
    -> based on ABAP Objects. BAdI defines an interface that can be implemented by BAdI-implementations that are transport objects of their own
    ->Important! There are 2 roles: Enhancement Option-provider & Implementer.
    -> In the above context, Enhancement Implementation can be done only if option (hook) is provided by the Option-provider. In simple words there are no implicit BAdIs.
    Note: In the following slides, Definitions are created so as to understand the method of BAdI definition & for example purpose. As stated above this is the role of Enhancement Option-Provider.
    Classic BAdIs already exist since SAP Release 4.6
    BAdIs have been Re-implemented in ECC7.0 under the new Enhancement Framework & Switch Framework
    Classic BAdIs
    To understand what a powerful pattern a BAdI is, we will now define & then implement a BAdI
    BADI Class is created automatically.
    The various options are described below in detail:
    1. Enhanceable: Enhanceability of filter types can only be specified for filter-dependent BADI definitions under very special conditions. For example, the domain belonging to the filter type must be linked with a value table that is of the type E or G. A BADI implementation can then be created in one step by creating a new filter value that is automatically entered into the value table at save and also copied into the transport order of the BADI implementation. In addition, it is also possible to create a new filter value and, at the same time, a BADI implementation with the same name. Naturally, you can also specify existing filter values.
    You should select this feature if there is a prerequisite that a new filter value is created together with a new BADI implementation - that is, that BADI implementations are not created solely with existing filter values, although this, too, is possible.
    2. Multiple-Use
    3. Filter-Dependent
    Instance Methods can access all of the attributes of a class and can trigger all events of a class. Static Methods can only access static attributes and static events.
    Exceptions:
    Events:
    Events can be defined in classes or in interfaces. Corresponding methods can trigger these events with the RAISE EVENT statement. Each class (or interface) that is going to handle the corresponding event must implement a relevant handler method, and register it using the SET HANDLER statement. When an event occurs, the system calls all of the handler methods registered for that event.
    Like method definitions, events have a parameter interface. The only difference is that events may only have EXPORTING parameters.
    BADI : Businees Add IN's
    Business Add-Ins are SAP enhancement technique based on ABAP Objects.
    Where the SAP standard program is not going to fullfill the client requirement , we are going to add our own program to SAP standard program, without changing the standard prog.
    Each Business Add-In has
    – at least one Business Add-In definition
    – a Business Add-In interface
    – a Business Add-In class that implements the interface
    Each BADI has two different Views.
    1.Definition view
    2.Implementation view
    T.C for BADI Definition is SE18.
    T.C for BADI Implementation is SE19.
    There are multiple ways of searching for BADI.
    • Finding BADI Using CL_EXITHANDLER=>GET_INSTANCE
    • Finding BADI Using SQL Trace (TCODE-ST05).
    • Finding BADI Using Repository Information System (TCODE- SE84).
    1. Go to the Transaction, for which we want to find the BADI, take the example of Transaction VD02. Click on System->Status. Double click on the program name. Once inside the program search for ‘CL_EXITHANDLER=>GET_INSTANCE’.
    Make sure the radio button “In main program” is checked. A list of all the programs with call to the BADI’s will be listed.
    The export parameter ‘EXIT_NAME’ for the method GET_INSTANCE of class CL_EXITHANDLER will have the user exit assigned to it. The changing parameter ‘INSTANCE’ will have the interface assigned to it. Double click on the method to enter the source code.Definition of Instance would give you the Interface name.
    2. Start transaction ST05 (Performance Analysis).
    Set flag field "Buffer trace"
    Remark: We need to trace also the buffer calls, because BADI database tables are buffered. (Especially view V_EXT_IMP and V_EXT_ACT)
    Push the button "Activate Trace". Start transaction VA02 in a new GUI session. Go back to the Performance trace session.
    Push the button "Deactivate Trace".
    Push the button "Display Trace".
    The popup screen "Set Restrictions for Displaying Trace" appears.
    Now, filter the trace on Objects:
    • V_EXT_IMP
    • V_EXT_ACT
    Push button "Multiple selections" button behind field Objects
    Fill: V_EXT_IMP and V_EXT_ACT
    All the interface class names of view V_EXT_IMP start with IF_EX_. This is the standard SAP prefix for BADI class interfaces. The BADI name is after the IF_EX_.
    So the BADI name of IF_EX_CUSTOMER_ADD_DATA is CUSTOMER_ADD_DATA
    3. Go to “Maintain Transaction” (TCODE- SE93).
    Enter the Transaction VD02 for which you want to find BADI.
    Click on the Display push buttons.
    Get the Package Name. (Package VS in this case)
    Go to TCode: SE84->Enhancements->Business Add-inns->Definition
    Enter the Package Name and Execute.
    Here you get a list of all the Enhancement BADI’s for the given package MB.
    Have a look at http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
    http://support.sas.com/rnd/papers/sugi30/SAP.ppt
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm
    http://members.aol.com/_ht_a/skarkada/sap/
    http://www.ct-software.com/reportpool_frame.htm
    http://www.saphelp.com/SAP_Technical.htm
    http://www.kabai.com/abaps/q.htm
    http://www.guidancetech.com/people/holland/sap/abap/
    http://www.planetsap.com/download_abap_programs.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework
    How to develop BADI
    Rewards if useful.

  • You are making me very frustrated with your contorted way of communicating.

    You are making me very frustrated with your contorted way of communicating
    I tried the suggested procedures. Took out cartridges, replaced them in proper order. Shut off machine. Unplugged machine for more than 10 minutes.
    After plugging in machine & turning on, the same error message appeared. It is constant and the machine will not perform in any way including for scanning.
    The suggested procedure did not eliminate the error. Your message suggested I go through the "contact us" screen but I've done that twice already.
    Not willing to play that dumb game again.

    Hi Sjpop,
    To have a better understanding of your issue, please let everyone know what operating system and equipment you are using. That way, community will be able to assist you with suggestions appropriate for your product.
    Thanks!

  • I bought my brand new HP 15 Notebook & now i'm very frustrated with its perfomance.

    Hi, I bought my brand new HP 15 Notebook Pc Model: r204ne less then 1month ago, as i installed my softwares, the perfomance of my laptop is became very very slow, i have done factory reset, deleting tempraroy files, unwanted applications and much more, but still the same problem, i'm very frustrated with its perfomance and also HP.I'm using After Efects CC, Adobe Premiere CC, Sony Vegas Pro 13, FL Studio, Adobe Audiation.i5, 2.20 GHz, 64bit, 4GB Ram, 2 GB Geforce Nvidia, 500Gb, Win 8.1. Now i'm thinking to buy my laptop, I will be very thannkful for your suggestion.And also give suggestion to buy a new laptop which give me perfomance for my purpose.Thank you

    i have same issue i also bought hp 15 notebook 2 months ago.But i have no heavy softwares i have just gta 4 game and some nessacary softwares.kindly help me.i am very frustrated with this laptop because it is very slow with core i5 2.2ghz 4gb ram 2gb nivdia 500gb hdd.please help me guide me.banhien wrote:
    MB-Pak wrote:
    ... . I'm using After Efects CC, Adobe Premiere CC, Sony Vegas Pro 13, FL Studio, Adobe Audiation. ...Hi, You are using all heavy and demanding software, definitely that HP 15 won't help. Please try one of HP workstation machines, they are machines which can do the real works. They are much more expensive than your HP 15 . Regards. 

  • How Can i use Html frames with  simple JSP???

    How Can i use Html frames with simple JSP???
    Actually i am creating an application in which i have used Index.html as frame.
    Noew i am trying that if i click on a link of one frame(say menu frame) the \result shoul come to some other frame(say frame named mainwindow).
    Hoe can i do like this???
    Anand Pritam

    Well i am using..
    < Base target="mainwindow">
    But it is no working is there some other way??

  • Dynamic tooltips for charts (BusinessGraphics) with simple series

    Hello,
    I was wondering wheter the tooltip for charts with simple series can set dynamically. I cannot bind it to the context within the properties of the BusinessGraphics control but maybe it can be set in the code?
    This way I want to show the value of the column for instance as tooltip in a chart, or is there a better solution?
    thx,
    jeroen

    I got it!
    This thread helped me.
    [http://forums.sdn.sap.com/thread.jspa?threadID=1343796|http://forums.sdn.sap.com/thread.jspa?threadID=1343796]

Maybe you are looking for