Developing a Ticket Application - Design Problems

Hi,
I didn't want to post this problem in my other thread, because the problems described there are already solves.
My intention is to write a ticket application which e.g. can store train tickets on a smart card. I will use java card for this, with RMI and the jcop offcard api.
I have been thinking about how to design the applet(s) and I have come to several issues in maybe you could help me.
My applet implementation consist of three files: TicketMgrApplet,TicketMgr (interface), and TicketMgrImpl (the Implementation).
I also wrote a Ticket class which has several member vars (byte arrays to store e.g. source and destination).
My TicketMgrImpl has a member var: Ticket[] tickets = new Ticket[5];
I now want a possibility on my offcard app to get this array of tickets. How could I realise that? of course i can't make a method public Ticket[] getTickets(), because Ticket[] is no valid return type. The same is vor inserting a ticket. I can't write a method: public void insertTicket(Ticket t).
As I am very unexperienced in developing java card, i would like to know if there Is there a way to handle the Tickets by getting them as remote objects or whatever. I don't know how to continue.
Thanks in advance,
Matthias

As I am very unexperienced in developing java card, i
would like to know if there Is there a way to handle
the Tickets by getting them as remote objects or
whatever. No, that is not possible. JC-RMI can only send java primitives or an array of java primitives to the card or receive from it. If you want to put a ticket on your card you have to encode it into a byte-stream (array of bytes), send it to the card and reconstruct it there or make your ticket class hold this byte-arryay and add methods for interpretating the ticket data.
Note: The size of an byte-array that can be transfered via JC-RMI is very limited. I made some tests and found a limit of ~110bytes per RMI method call. If you need to transfer larger arrays you have to split them, transfer the chunks and combine it on the other side.
For more information about limitations, see the JavaCard Platform Specification:
http://java.sun.com/products/javacard/specs.html
Jan

Similar Messages

  • Web application designer problem

    Hello All,
    I design a web application suing web application designer and trying it display using browser.
    the browser throws up a error
    The requested url could not be retreived.
    http://iwsap4.local:8080/sap/bw/BEx?
    The browser is IE & the GUI is 6.2.
    Have any of u experienced the same problem.
    Rgds
    Karthik

    Hi!
    First of all, check transaction SMICM to see if the Internet Connection Manager is running.
    As you probably can see, your URL seems to be missing your domain name. Check your icm/host_name_full parameter (menu Go to->Parameter->Display from SMICM).
    Regards
    Andreas

  • Application design problem

    Hello. I am attempting to create a desktop standalone application for my mechanic. The application needs to store customer information, address information, vehicle information, repair history information, mechanic information, and job information. I have started creating data objects to represent these entities. I would like the front-end to be swing based or something else that would not take up alot of memory. The database will be a mysql database. The main purpose is to track jobs. A job will be created and an mechanic will be assigned to the job. It will track the hours worked and the type of job that was done. It will track the vehicle the job was done on and which customer the vehicle belongs to. The main view of the application should be a schedule of jobs that are marked visually showing if they are complete or not. I would like to have different views so that I can see a list of the most current customers. I would like to click on a customer and have thier last repair information be shown. This is a rough desc of what the application will do. Being a beginner I do not know where to start or what the design pattern should be. Can anyone suggests a life cycle perhaps that I should follow? As well as some guidelines to what I should code first? Again I have the data objects coded but what should I do next? Thank you.

    The architecture question will depend a lot on how you foresee the program being used in the future. If it's likely to remain a single-user application, a desktop interface is the way to go. If it looks like several PCs will be accessing the data (perhaps one or two in the office and others in the workshop) then a web application may be the way to go.
    A desktop application will probably be a 2-tier application (database in one tier, UI and business logic in the other). The web application will probably be a 3-tier application. One other factor that may influence your choice is that Swing is a much richer UI than is a web browser.
    Next step is a class diagram, showing relationships between customers, vehicles, jobs and mechanics. This will give you a good overview of the system you're building. At the same time, write some use cases for the business functions � many of them will be the usual crud (create, read, update and delete).
    Break the coding up into sub-systems and get each working before moving onto the next. For example, a suite of windows to collect, display and edit customers. Then do the same with the vehicles. There will be a link between vehicles and customers and some questions to think on (What happens if the customer sells the car and the new owner brings the car in for service? What happens if the customer gets custom plates for the car? ie. Is the plate number the primary key to the vehicle table?). Once customers and vehicles are stable, move onto the jobs.
    As each sub-system is completed, you should have an executable that the customer can review and test. Get the customer to test to ensure you're on the right track. Watch out for scope creep though as the customer begins to see potential in areas that weren't apparent earlier in the project.

  • Web Application Designer Problem with Variable Rolluptime_max

    Hi,
    I needed some help on one of the issues I am facing in the Web template.There is a requirement that a query when executed on the web should have LatestDataUpdate of the data provider on the Header of the Report, which in this case is the Web Template.
    The issue is that I used the Rolluptime_max as the variable to get the value in the Web template and it works fine too in Dev system as I can see the changes on the Web.When I transported the changes to QA system then also it worked fine but in Production after the transport it's not picking up the date.
    I checked the template and the changes which I did is there in Production but it still doesn't pick up the date.
    Can anybody help.I am on BI7.0
    Thanks
    Umang

    I resolved my problem!
    In the Content Administration of the portal:
    -Portal Content
    --Content Provided by SAP
    ---Platform Add-Ons
    Business Intelligence
    iViews
    BEx Web... right click, Open -> Object
    I've deleted the value in the property "BEx Web Application Query String", I put in it nothing.
    Now, it works!
    Bye
    Federico

  • Web application designer basics

    hi experts,
    i am bw learner and want to know few things
    1) how do we publish report developed in web application designer so that we can access it on internet. Is there any webserver offered by sap.
    2) how that report will be authenticated in browser, do we have to create a login page for users or is there any built in one.
    3) Does web application designer comes with Sap GUI (like bex analyzer) or do we have to install separate programme.
    Points will be assigned. thanks

    I would suggest that you search the forums first ...
    1) how do we publish report developed in web application designer so that we can access it on internet. Is there any webserver offered by sap.
    SAp BI comes with a ABAP Web server and a JAVA web server. You can publish the web template / report using these servers ... they can be directly accessed using the URL ( the application has a feature to execute the same in the web ) or the same can be published as a page on Enterprise portal and then accessed from there.
    2) how that report will be authenticated in browser, do we have to create a login page for users or is there any built in one.
    The access for the same will be through the BI login. When you execute the URL , you will be prompted to login by the server and you do not need to create a separate login page for the same. You can also access them through Enterprise portal where the user needs to login to the enterprise portal and then access all systems using a Single Sign On or SSO.
    3) Does web application designer comes with Sap GUI (like bex analyzer) or do we have to install separate programme.
    The front end for Web Application designing is called Web Application designer and it gets installed along with your GUI installation and you can design the templates using the same.
    Note: WAD is getting phased out by Xcelsius as part of the BI BO roadmap but then with extended support you will have WAD supported till about 2016 I guess so nothing to worry right now.

  • Need support to develop a Web Application-T Shirt Designer

    Hello Everyone
    I am new here. So a big hello to all of you.
    Well, I am writing here because I urgently need an expert opinion on the matter mentioned below. And I would be glad if I could receieve some professional advice on this forum.
    I have to create  an online T shirt Designer (a Visual Configurator), i.e.a web based application where the user will be able to select the various elements of a T shirt such as color, text, graphics etc and visualize the same in real time and then place the order for the product. Here the cost will be automatically added at diferent stages i.e. when a text/graphic is selected while the shipping cost is added at the stage of check out . Finally as per the total cost, the final payment is made through the payment gateway.
    Now my question is which adobe product would be best for designing this visual configurator considering the following points.
    1. This visual configuartor has to be first designed and then embedded on an E commerce website as a web application.
    2. Like any other T shirt designer, the images will be swapped/changed. So mainly the development would involve creating a layout/structure wherein a certain process or series can be systematically organized to help a user configure the product.
    3. This configurator application would involve mathematical calculation i.e. adding costs at different  stages. So business rules will have to be applied and a payment gateway has to be integrated with the application.
    Mostly the online T shirt designer softwares I have seen are based on Flash. But I am not sure if this is the best product for my requirement.
    Would greatly appreciate support.
    Thanks
    Mini

    Go to CustomInk.com.  Their T-shirt Design App is not Flash based which is refreshing. Instead, they're using a sophisticated combination of CSS, JavaScript and PHP/MySql.
    Digging a little deeper into the source code, it looks like the company that developed their T-shirt Design App is located in India and called No-Fresh.com
    No-Fresh licenses their T-shirt Design App.  You might want to contact them directly.
    http://www.no-refresh.com/online-t-shirt-design-tool.php
    Nancy O.

  • Problem with layout in Web Application Designer

    Hi all,
       I am working with the BEx Web Application Designer. Well, I execute a web template in the browser, click on right button and  choose enhanced menu, query properties and mark the check box Display Rows as Hierarchy and Expand to and from the list of values (combo-box) choose the last field that can be expanded.
    Once all the lines have been expanded and the layout of the template is longer than a page, we look for a line that is not in the first page and contract it. The problem is that when we contract the line, the layout shows  the first page, instead of the page where the line had been contracted. I have tried to solve this changing the properties that appear when the template is designed, but I haven´t found the solution. Is there any way so that i can solve it?
    Thanks in advance,
    Mª del Mar Bonilla.

    Bonilla,
    Welcome to SDN...
    Try this out...
    In the Query designer view , right click on the rows structure and select display as hierarchy. In case this option works fine , the behavior pointed out by you could be a possible bug.
    Just update the result of what I have mentioned above...
    Hope it helps..
    Arun
    P.S Assigning points is a way fo saying thank you in SDN

  • Problem - over lie of data series in Line chart (Web Application Designer)

    Dear Experts,
    I have created a chart with below requiments from my user by using web application designer.
    1) Key Figure 1 (Chart type -> column )
    2) Key Figure 2 (Chart type -> column )
    3) Key Figure 3 (Chart type -> Line; color assigned -> BLACK;    Visibility: Visible)
    4) Key Figure 4 (Chart type -> Line; color assigned -> YELLOW; Visibility: Visible/Hidden)
    5) Key Figure 5 (Chart type -> Line; color assigned -> RED;         Visibility: Visible/Hidden)
    The line chart of Key Figure 3 must always appear in Front then others Key Figures.
    Then following by, Key Figure 4. Last is Key Figure 5.
    As I know the order of display line chart is infflucing by the order of Key Figure in structure by descending, likes below
    1) Key Figure 3 (Rank of front -> 3rd; Chart type -> Line; color assigned -> BLACK;    Visibility: Visible)
    2) Key Figure 4 (Rank of front -> 2nd; Chart type -> Line; color assigned -> YELLOW; Visibility: Visible/Hidden)
    3) Key Figure 5 (Rank of front -> 1st; Chart type -> Line; color assigned -> RED;         Visibility: Visible/Hidden)
    So, I have conflict on fulfilling these 2 request on assigning the color and control their visibility and lines over lie.
    Please advice me if you have any suggestion on controlling the lines order.
    Thanks!
    ~ GP
    Edited by: GP Poh on Jun 9, 2010 12:32 PM

    Hi Priya, thanks for input.
    I think I should further elaborate the problems. Thanks for your highlight.
    I have a lines chart with five key figures. So my chart will have five lines.
    Some lines from chart will overlap if the data are same.
    When overlapping of lines happens, I want to control the order of which series should be appear first.
    Likes below example,
    1) Key Figure 1 (Chart type -> column )
    2) Key Figure 2 (Chart type -> column )
    3) Key Figure 3 (Chart type -> Line; color assigned -> BLACK; Visibility: Visible)
    4) Key Figure 4 (Chart type -> Line; color assigned -> YELLOW; Visibility: Visible/Hidden)
    5) Key Figure 5 (Chart type -> Line; color assigned -> RED; Visibility: Visible/Hidden)
               KF1  KF2  KF3  KF4  KF5
    CW 1    30     30    80    80    50
    CW 2    40     50    90    60    90
    CW 3    70     50    90    90    90
    CW 4    80     70    70    90    70
    As you can see, there is overlap in these value.
    CW 1 KF3, KF4  -->80
    CW 2 KF3, KF5 --> 90
    CW 3 KF3, KF4, KF5 --> 90
    The order which i want the series should appear first when overlapping.
    - KF3 must appear on top.
    - Then, follow by KF5
    - Last is KF4.
    So now, i have no idea to control the overlap orders except adjusting the sequence of keyfigure from query.
    Feel free to give me any input!

  • Opening template issue in Web Application Designer (Loading problem)

    Hi,
    When i open a query in Web Application Designer through the BWdev, it is opening but when i open a query in Web Application Designer through the BWProduction it is not opening, it is displaying a msg box like this
      " Operation Failed! NO detailed error information from backend available ".
    In the opening of the webtemplate itself it is showing that box when loading mime type imgs.
      If anybody knows pls send msg.
    Thanks & Regds,
    Giri.

    Hi Giri,
    I have a similar problem ...
    when I give the user SAP_ALL security profile,
    the problem is gone,
    but I DON'T want to do that...
    can you please specify how to give full authentication access to WAD only
    thanks a million!
    Edwin

  • Problem with BEx Web Application Designer

    Hi,
    we use since last week the Web Application Designer with the SAP GUI 7.2.
    Now I have a big problem since last week. I can call existing templates but unfortunately not change! I make a change in the template and save it. When I viewed the template again but no change is saved!
    A new template I can create and change
    Does anyone know the problem? The behavior also occurs with the old Gui 7.1.
    Regards
    Edited by: Jana VOGL on Oct 18, 2010 10:14 AM

    Hi Jana,
    Do you get any error before opening of an existing template in WAD? Doesn't look to be a problem with the different SAP GUI versions. Maybe somethings gone wrong with the Java - ABAP config settings or Java Portal communication settings. Maybe you should check with your BASIS team on the same. Tell them what the problem is & they will run a trace to figure out.
    --Priya

  • Chart problems in Web-Application Designer

    Hello,
    I am trying to use CHART in Web Application Designer.
    But whatever TYPE I select in that (pie/stack/..),
    It shows the report with default chart type..
    Then after one /two trials, I have run time error. & Web application Designer crashes. In preview of that chart on template, it shows the chart type I have selected.
    What am I missing in my steps. Or is some library missing..
    Thanks for you suggestion.
    Is very urgent & as I need to show report tomorrow.
    Regards,
    Santosh

    Hi Santosh,
    <b>Defining the Width and Height of the Entire Chart</b>
    in the Properties
    Enter the desired values in fields Width and Height of the window in which you are editing the chart. The entries should be in pixels.
    Choose Apply.
    The size of the entire chart is changed according to your specifications.
    Changing the Size of the Entire Chart with the Mouse
    Point to the border of the preview window with the mouse.
    The cursor becomes a double arrow.
    Click on the border and pull the preview window to the required size.
    The size of the entire chart is changed when you let go of the mouse key.
    Changing the Size of the Plot Area or the Legend with the Mouse
    Click on the element whose size you want to change (plot area or legend).
    The element is enclosed in a move handle.
    Point to one of the move handles with the mouse.
    The cursor becomes a double arrow.
    If the cursor does not become a double arrow, you might not have selected the right element, for example the chart area instead of the plot area. In this case click again on the element whose size you want to change.
    Click on the move handle and keep the mouse key pressed.
    The cursor becomes a cross.
    Pull the element to the desired size.
    The size of the element is changed when you let go of the mouse key.
    Avoid stretching the plot area over the whole area of the chart. The outermost border of the plot area disappears from the visible area in this case and cannot be clicked on again. You cannot change the size of the plot area. If you made the plot area too large by accident, you can undo it with the menu option Undo in the context menu. You can reset the plot area to its original size with Reset, but you will lose all the changes you made to the chart.
    <i><u><b><b><b><b>
    It is simple issue D't worry..And one morething is  Check the <b>Specific Properties</b> of the Template</b></b></b></b></u></i> in Design of the web template.
    Thanks
    Bhima Chandra Sekhar

  • Web application designer - save view, Export to excel problem

    Hi All,
    It is very urgent.
    We are working in BW 3.5 version.
    In web application designer save view, export to excel, export to CSV options are not working.In the report out put if i select any of these push buttons it is giving blank page.
    Please give me the solution for the above.
    Thanks & Regards,
    Vizz

    Hi Amer,
    There is a web item 'Menu bar' available in WAD 7.0.
    There, you can set the Action (Command Triggered) (ACTION) property to Export Web Application and achieve the functionality of exporting to excel.
    For more details, see this..
    http://help.sap.com/saphelp_nw04s/helpdata/en/b9/a18342fe118c51e10000000a1550b0/frameset.htm
    Hope this helps you..!!
    Revert back in case of any help needed..
    -Pradnya

  • Web Application Designer standstill since BW SP25 / BI Java SPS 23

    Hi experts,
    in February we implemented the latest SPs into a SAP development system of our customer.
    Since then the BEx Web Application Designer doesn't work anymore for them.
    It just hangs up and you cannot even close it.
    I will provide the tracefile in an answer to this post because otherwise the post won't be readable.
    I've found note 1437358 concerning NullPointerException (but not NullReferenceException) but I doubt that this has something to do with our issue.
    Does anybody have an idea what could cause this problem and how it could be solved?
    WAD 7.20 is used.
    Best wishes
    Marie

    10:57:23.559: Info: Web Application Designer Start. Revision: 7100.4.1200.491
    BExCheckFrontend.CheckFrontend: No Check performed (20110322) 0
    10:57:32.933: Connected. System: HWT
    -EXCEPTION-START- 10:57:35.198: DEBUG EXCEPTION ###  ---
    Exception Name: ArgumentException
    Exception Message: Das Element wurde bereits hinzugefügt. Schlüssel im Wörterbuch:tartitle. Hinzuzufügender Schlüssel: tartitle.
    Exception    bei System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
       bei System.Collections.Hashtable.Add(Object key, Object value)
       bei System.Collections.Specialized.StringDictionary.Add(String key, String value)
       bei com.sap.bi.et.wad.wadconst.WADShortNames.InitShortNames(XmlDocument iTagList, XmlNamespaceManager insmgr)
       bei com.sap.bi.et.wad.man.WADfrmMainWindow.PubMainWindow_Load(Object eventSender, EventArgs eventArgs)
       bei System.EventHandler.Invoke(Object sender, EventArgs e)
       bei System.Windows.Forms.Form.OnLoad(EventArgs e)
       bei System.Windows.Forms.Form.OnCreateControl()
       bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       bei System.Windows.Forms.Control.CreateControl()
       bei System.Windows.Forms.Control.WmShowWindow(Message& m)
       bei System.Windows.Forms.Control.WndProc(Message& m)
       bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       bei System.Windows.Forms.ContainerControl.WndProc(Message& m)
       bei System.Windows.Forms.Form.WmShowWindow(Message& m)
       bei System.Windows.Forms.Form.WndProc(Message& m)
       bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    Full Stack:   bei com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       bei com.sap.bi.et.common.appl.Log.Debug.Exception(Exception ex, String iAdditionalInformation)
       bei com.sap.bi.et.common.appl.Handlers.OnGuiUnhandledException(Object iSender, ThreadExceptionEventArgs iEventArgs)
       bei System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
       bei System.Windows.Forms.Control.WndProcException(Exception e)
       bei System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e)
       bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       bei System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       bei System.Windows.Forms.NativeWindow.WndProc(Message& m)
       bei Syncfusion.Windows.Forms.Tools.CommandBarController.AppMainFormWnd.WndProc(Message& m)
       bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       bei System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       bei System.Windows.Forms.NativeWindow.WndProc(Message& m)
       bei Syncfusion.Windows.Forms.Tools.XPMenus.MenuActivationControl.WndProc(Message& m)
       bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       bei System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       bei System.Windows.Forms.NativeWindow.WndProc(Message& m)
       bei Syncfusion.Windows.Forms.Tools.MainWindowSubclass.WndProc(Message& m)
       bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       bei System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
       bei System.Windows.Forms.Control.SetVisibleCore(Boolean value)
       bei System.Windows.Forms.Form.SetVisibleCore(Boolean value)
       bei System.Windows.Forms.Control.Show()
       bei com.sap.bi.et.wad.BexWebApplicationDesigner.Launch.Main()
    -EXCEPTION-END----
    -CALLING-FROM- 10:57:35.198: DEBUG EXCEPTION ###  ---
       bei com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       bei com.sap.bi.et.common.appl.Log.Debug.Exception(Exception ex, String iAdditionalInformation)
       bei com.sap.bi.et.common.appl.Handlers.OnGuiUnhandledException(Object iSender, ThreadExceptionEventArgs iEventArgs)
       bei System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
       bei System.Windows.Forms.Control.WndProcException(Exception e)
       bei System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e)
       bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       bei System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       bei System.Windows.Forms.NativeWindow.WndProc(Message& m)
       bei Syncfusion.Windows.Forms.Tools.CommandBarController.AppMainFormWnd.WndProc(Message& m)
       bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       bei System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       bei System.Windows.Forms.NativeWindow.WndProc(Message& m)
       bei Syncfusion.Windows.Forms.Tools.XPMenus.MenuActivationControl.WndProc(Message& m)
       bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       bei System.Windows.Forms.NativeWindow.DefWndProc(Message& m)
       bei System.Windows.Forms.NativeWindow.WndProc(Message& m)
       bei Syncfusion.Windows.Forms.Tools.MainWindowSubclass.WndProc(Message& m)
       bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       bei System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
       bei System.Windows.Forms.Control.SetVisibleCore(Boolean value)
       bei System.Windows.Forms.Form.SetVisibleCore(Boolean value)
       bei System.Windows.Forms.Control.Show()
       bei com.sap.bi.et.wad.BexWebApplicationDesigner.Launch.Main()
    -EXCEPTION-START- 10:57:47.399: DEBUG EXCEPTION ###  ---
    Exception Name: NullReferenceException
    Exception Message: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
    Exception    bei com.sap.bi.et.wad.man.WADfrmMainWindow.RefreshInitialTemplateList()
       bei com.sap.bi.et.wad.man.WADTemplateController.OnTemplateOpened(WebTemplate iTemp)
       bei com.sap.bi.et.wad.pageobjects.WebTemplateFactory.TemplateOpenedEventHandler.Invoke(WebTemplate iTemplate)
       bei com.sap.bi.et.wad.pageobjects.WebTemplateFactory.AddTemplateOrLibrary(WebTemplate iTemplate)
       bei com.sap.bi.et.wad.pageobjects.WebTemplateFactory.RegisterTemplateOrLibrary(IWebTemplate iWebTemplate)
       bei com.sap.bi.et.wad.man.WADTemplateController.LoadTemplate(EnumLoadMode iLoadMode, String iFileName, String iTechName, Boolean iAsLibrary, String iEnqueueMode, Boolean iAsCopy, Boolean iForceRawEdit)
       bei com.sap.bi.et.wad.man.WADTemplateController.DoLoadTemplateFromBW(String iTechname)
       bei com.sap.bi.et.wad.man.WADfrmMainWindow.itmOpenWebTemplate_Click(Object eventSender, EventArgs eventArgs)
       bei Syncfusion.Windows.Forms.Tools.XPMenus.BarItem.OnItemClicked(EventArgs args)
       bei Syncfusion.Windows.Forms.Tools.XPMenus.BarItem.PerformClick()
       bei Syncfusion.Windows.Forms.Tools.XPMenus.BarRenderer.OnMouseUp(MouseEventArgs e)
       bei Syncfusion.Windows.Forms.Tools.XPMenus.BarControlInternal.OnMouseUp(MouseEventArgs e)
       bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       bei System.Windows.Forms.Control.WndProc(Message& m)
       bei Syncfusion.Windows.Forms.Tools.XPMenus.BarControlInternal.WndProc(Message& m)
       bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    Full Stack:   bei com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       bei com.sap.bi.et.common.appl.Log.Debug.Exception(Exception ex, String iAdditionalInformation)
       bei com.sap.bi.et.common.appl.Handlers.OnGuiUnhandledException(Object iSender, ThreadExceptionEventArgs iEventArgs)
       bei System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
       bei System.Windows.Forms.Control.WndProcException(Exception e)
       bei System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e)
       bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       bei System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       bei System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       bei System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       bei System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       bei System.Windows.Forms.Application.Run(Form mainForm)
       bei com.sap.bi.et.wad.BexWebApplicationDesigner.Launch.Main()
    -EXCEPTION-END----
    -CALLING-FROM- 10:57:47.399: DEBUG EXCEPTION ###  ---
       bei com.sap.bi.et.common.appl.Log.Debug.WriteTraceToFile(Level lLevel, String lString, Exception ex)
       bei com.sap.bi.et.common.appl.Log.Debug.Exception(Exception ex, String iAdditionalInformation)
       bei com.sap.bi.et.common.appl.Handlers.OnGuiUnhandledException(Object iSender, ThreadExceptionEventArgs iEventArgs)
       bei System.Windows.Forms.Application.ThreadContext.OnThreadException(Exception t)
       bei System.Windows.Forms.Control.WndProcException(Exception e)
       bei System.Windows.Forms.Control.ControlNativeWindow.OnThreadException(Exception e)
       bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
       bei System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
       bei System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
       bei System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
       bei System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
       bei System.Windows.Forms.Application.Run(Form mainForm)
       bei com.sap.bi.et.wad.BexWebApplicationDesigner.Launch.Main()

  • Developing on a 4K Monitor - problem with DPI Scaling

    Development Environment:
    Visual Studio 2013 Update 4
    Windows 8.1 latest SP
    1st screen: 4K, 3840x3260
    2nd screen: 1920x1200
    Situation: I'm developing a WinForms Application since many years.  Originally, my development environment was started on normal screens. Now, the main screen was exchanged by a 4K.
    Problem: Whenever I design a dialog, or change an existing one, the resulting dialog is much too big on a normal FullHD display. It seems that Visual Studio cannot correctly the DPI scaling;
    end the forms designer even "destroys" existing code once you open a dialog.
    Question: What's the best way to develop WinForms desktop applications on a high-resolution display?

    So, I messed around a lot more with switchresX, and discovered you can create any retina resolution by making a custom 'scaled' resolution with double the dimensions in each direction. For example, 1440p turns into 5120x2880.
    The caveat here is that you can't set the actual screen resolution. So, for my rMBP, 1440p gets scaled to 1080p and looks like garbage. I'm fairly convinced that this is something that's determined by the driver though. I attached the monitor (Asus p287q) to a Mac Pro with an nvidia graphics card and using the nvidia web drivers (not the default ones that come with mac os x), and the 1440p on 4K HiDPI mode is available and looking great (60hz too!)
    I haven't tried this yet, but maybe installing the nvidia web drivers will fix the rMBP resolution as well. Thing is, the Macbook Pro 13 has Intel graphics, right? Not sure if Intel offers alternative mac drivers, but if they do it's probably worth a try.

  • How to develop an standalone application ?

    Hi everybody:
    I am a beginner. I had developed a database based application some years ago.
    Nowadays ALL is on web...
    My question is How to develop an standalone application with Java Studio Creator (or any other tool)?
    I DONT WANT ANY JSP, HTML, ETC...
    JUST files on java using swing for GUI.
    My problem is that I am not good at designing GUI's so I would like to use a visual tool for the arrangement of the swing components, generating just *.java files.

    Hi:
    The features you have attached dont answer my question. I have installed Java Studio Creator, but the only option is to create drag and drop the GUI components on a jsp file, not swing components on a java file....If I try to execute the java files generated on the Studio Creator with java from the command com they can not recognise the classes because they were ment to be under a web environment....

Maybe you are looking for

  • Update and Patch download errors (CC 2014)

    Hi all, this was initially meant to be a customer support chat, but it seems to be unavailable currently, so I'll ask on here instead. The issue is happening on Creative Cloud (1.7.1.418) I am running Mac OSX Mavericks (version 10.9.4), early 2011 mo

  • Export part of a library to a new library

    The library on my computer has 17K fotos. I would like to break it into smaller libraries by year. Is it possible to do this?

  • Adding plugin deletes InDesign (workspace) settings

    Hi, we discovered the following strange behaviour: By adding a plugin to the InDesign plugin folder (via Drag&Drop) several user settings of InDesign will be deleted. For example: The list of recently opend documents, the preview checkbox in paragrap

  • Connect third part opc client to labview

    I have no experience with Labview.  I need to connect a third part opc client to get data from Labview 8.5.  When I run the OPC Explorer and connect to the local server I see the data items.  However if I run the free OPC explorer from matrikon it do

  • Your purchase could not be completed. Connection Lost. Cannot connect to Itunes Store.

    About three months ago, I when I started playing Hay Day games, I could not purchase addional coins (in-game purchase) through Itunes store. When I purchased, I got this message "Your purchase could not be completed. Connection Lost. Cannot connect t