BlackBerry user interface design tool

Hi all

What kind of tool is recommended in the design of the interface of BlackBerry user?
I would like to express and the resource PNG and the class as a screen or a Manager or a field on the layout of the screen.

There are tutorials... Here are a few links.

http://devsushi.com/2007/12/02/BlackBerry-JDE-API-user-interface-field-reference/

http://www.Scribd.com/doc/4759794/developing-custom-Java-applications-BlackBerry

http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/CustomView.html?func=...

Good luck.

D

Tags: BlackBerry Developers

Similar Questions

  • Confused about the bar mentioned in user interface designs

    I was reviewing the instructions for user interface design, and he mentions a menu bar:

    "Use a menu bar to move user interface components off the screen.
    The application menu can include primary or secondary
    The menu when you drag from the top of the screen.

    The menu bar is built in? Or it simply means, I can create an and show it when the 'swipe_start' event fires?

    What does primary and secondary? This means main and submenus?

    If there is a menu built in, how I add to it? If I created one, what would be the best approach to design? I saw a QNX class for menus. How the menu disappear? Would it not as simple as when something is clicked?

    If the best way to get the menu bar to slide downwards to activate it? It is implying that the menu bar is the Menu bar main application and dialog boxes in the frame actions app to be managed by popups, buttons etc and do not use a menu bar always visible because it uses valuable screen realestate.

    I understand that these are guidelines, there are always exceptions to the rule. I just want an idea on best practices.

    Keith

    Hey kmitchell,.

    You basically answered most of your questions, but not confirm them

    The menu bar from what I've seen so far in the docs is not built in, and you will need to create one on your own by using the SWIPE_START event. Primary and secondary actually seems to be what you call main and submenus. What I thought of him, it was maybe a menu that looks the same every time by sweeping u down and has basic functions or if something happens in the application and slide you down the menu reflects the events of what is happening. in regards to how it should look like, there is a video of a demo that was presented at the adobe max Conference where he shows a demo of the camera app to help slip it in the menu dropdown. Here is the link. go to the last 13:45 video to see the demo:

    http://2010.Max.Adobe.com/online/2010/MAX260_1288217641375UQJD

    the menu design would be that it would disappear as soon as you click an option. its really what you want it to be. I don't think that there is no specificity.

    and Internet broadcasting its been said that they do not like to see sort of a title from the menu bar. now, I agree and disagree with this statement, but maybe im just not used to slide down menu type event. so ill see where this goes.

    also, here is a code harrydodgson and I worked on regarding the menu and the SWIPE_START event:

    SwipeDownTest.as (main Application file)

    package
    {
        import caurina.transitions.Tweener;
    
        import flash.display.Sprite;
        import flash.display.StageAlign;
        import flash.display.StageScaleMode;
        import flash.events.Event;
        import flash.events.MouseEvent;
        import flash.ui.Mouse;
    
        import qnx.events.QNXApplicationEvent;
        import qnx.system.QNXApplication;
    
        // The following metadata specifies the size and properties of the canvas that
        // this application should occupy on the BlackBerry PlayBook screen.
        [SWF(width="1024", height="600", backgroundColor="#F4F4F4", frameRate="30")]
        public class SwipeDownTest extends Sprite
        {
            private var ui:UI;
            private var swiping:Boolean;
    
            public function SwipeDownTest()
            {
                stage.align = StageAlign.TOP_LEFT;
                stage.scaleMode = StageScaleMode.NO_SCALE;
    
                ui = new UI();
    
                addChild(ui);
    
                QNXApplication.qnxApplication.addEventListener(QNXApplicationEvent.SWIPE_START, onSwipeStart);
            }
    
            private function onSwipeStart( e:QNXApplicationEvent ):void
            {
                swiping = true;
                addEventListener( Event.ENTER_FRAME, trackMouse );
                stage.addEventListener( MouseEvent.MOUSE_UP, mouseUp );
            }
    
            private function trackMouse( e:Event ):void
            {
                var pos:int = stage.mouseY;
    
                if (pos > 123) pos = 123;
                if (pos < 0) pos = 0;
    
                ui.y = pos;
            }
    
            private function mouseUp( e:MouseEvent ):void
            {
                if (!swiping)
                {
                    Tweener.addTween(ui, {y: 0, time: .3, transition: "linear"});
                }
    
                removeEventListener( Event.ENTER_FRAME, trackMouse );
     
                swiping = !swiping;
            }
        }
    }
    

    UI.as (File menu)

    package
    {
        import flash.display.Shape;
        import flash.display.Sprite;
    
        public class UI extends Sprite
        {
            private var sectionOne:Shape;
            private var sectionTwo:Shape;
    
            public function UI()
            {
                //set it up with two sections
    
                sectionOne = new Shape();
                sectionOne.graphics.beginFill(0x333333, 1);
                sectionOne.graphics.drawRect(0,-123,1024,123);
                sectionOne.graphics.endFill();
    
                sectionTwo = new Shape();
                sectionTwo.graphics.beginFill(0x666666, 1);
                sectionTwo.graphics.drawRect(0,0,1024,600);
                sectionTwo.graphics.endFill();
    
                addChild(sectionOne);
                addChild(sectionTwo);
    
            }
        }
    }
    

    hope that answered most of your questions. Good luck!

  • VIX file in the user interface designer receives the data from the Web service application that communicates with the SQL server database

    I created the Web service VI ("Mt-insolacije.vi"), which has two terminals of the input string (FROM / TO) for the dates of arrival and exit of two data terminals (table 1 d) from database (MS SQL server). This VI communicates with the database with functions of the database with a DSN and SQL query appropriate palette. There are two tables with two data (time and Insolation) columns in the database.

    This VI works when you run in Labview 2010, but when I used it as VI in UI Builder it returns no data.

    Could you please help me find a solution. Is it possible to communicate with the SQL server database in this way or there is another way?

    There are two files attachmet: Image of .vix file in Interface builder and .vi file ("Mt-insolacije.vi")

    Please help me ASAP!

    Thank you

    Ivan

    I found the solution problem is in the DSN. I've been using the user instead of DSN system DSN.

    It's important to create the system DSN if you want your VI of web service to communicate with the database.

    PS Please put feature bundle format timestamp and XY graph in the web user interface designer. It's complicated to trace data with datetime on X axis without them.

  • No custom user interface design

    Hi all.

    My plugin requires some things from design to the model, including circles, lines, and (hopefully) text. However they are * not * part of a user interface custom - in other words, they can remain on the screen during a RAM Preview, for example.

    I tried using Drawbot, but I don't know that I can use for this purpose, the reason being how to make a drawing ref using suites. EffectCustomUISuite1()-> PF_GetDrawingReference() without a context (which looks like to the context is passed as part of a UI event, which I won't)?

    I already wrote a lot of code to draw pixels directly to the screen, which works very well so far, and I can go ahead and write functions to draw shapes using this method; I was just wondering if I'm supposed to use Drawbot for drawing UI no, or if "roll your own" is the way to go here.

    Thank you

    Christian

    Hey christian.

    It is not too complicated. Let's give it a go.

    Basically, AE doesn't know, or he care what how you fill the output buffer.

    especially is not a question of AE, but rather a BONE drawing tools question.

    the only part which concerns the AE API is the part where you copy your results into the output buffer. (we shall return), since you can use BONE on BONE contexts of drawing of drawing tools, it's exactly what we'll do.

    during the call to render, you start the process by creating a new bitmap drawing context (I'll demonstrate on quartz. you will get the general idea). You'll probably want to create the same output of the plug-in buffer size. It is up to you.

    allocation of memory for the graphics context using the suite of memory and use this handle memory with CGBitmapContextCreate(). (research of some code samples there periferial things to do)

    now that you have a buffer of graphics os, you can start to draw.

    CGContextShowTextAtPoint() draws a string

    CGContextDrawPath()'s going to draw a line, ect...

    so.

    Now you have a buffer of graphics os invisible filled with goodies that you want to copy into the output buffer.

    How do you do that?

    Well, remember this handle memory, that we mentioned earlier?

    It now contains the filled buffer, you have just drawn in. it's how to get the base address for the graphical operating system.

    osBufferBaseAddress = suites. HandleSuite1()-> host_lock_handle (osBufferMemHandle);

    Take a look at the example of CCU (in the function of rendering) to see how to access the output directly buffer in RAM and it is advisable.

    Just copy the value of each pixel of the context to the output during the pointer pixel buffer. (it's all there in the sample of CCU)

    Once the copy is complete, get rid of the context, to free memory, and you are finished.

    questions?

    None?

    good.

    :-)

  • is there anyone knows the equivalent of the swing component blackberry user interface?

    Hello

    I just need to know blackberry equivalent of the user interface of the swing components.

    y at - it someone who knows it.

    There is also no equivalent ImageObserver.

    Many times if I do a port that has this I have just remove because the initial goal is almost always to notify the caller when the image is done drawing/be converted (format from one image to another, etc.).

    On BlackBerry, there are a total of 3 types (Image, image Bitmap, EncodedImage) the image and can relatively easily be passed from one to the other quickly so that eliminates one of the uses and the drawing is very fast or throws an error if it cannot be traced so that eliminates the use of the second.

    So it is not necessary (at least in my opinion).

  • ADF mobile user interface design

    Hello

    I am developing a small application using ADF mobile. The main screen is divided into two vertical and left pane shows other tables and right shows a graph.

    Can someone tell me please what layout (formlayout, pagelayout, tableLayout) to use to generate the amx above page.


    presentation of the sample:


    Header 1
    table chart
    Header 1 Header 2
    graph

    Hey shravan.

    I can try and start helping you out or at least give you some options.

    But first, what camera do you mainly be used? A tablet or mobile device? Now, it is important, depending on what device and what components allows you to build the page it can make the left and right different component.

    Separation of the front left and right, you could a component PanelSplitter, but be aware depending on the device you use, it will make differently. that is to say on a Tablet (iPad), it will show the pane on the left and right, but on a mobile phone (cell phone), it allows you to hide the left pane, but has a toggle button that will slide to the right and reveal the left pane. It comes to the expected behavior of the panelSplitter component.

    The panelGroupLayout component that of exactly it, shows the components on the page «»

    The components carefully aligned panelFormLayout similar, i.e. input text fields

    Hope that gives you a starting point

  • Assist in the design of a user interface

    Good, everyone; I read the tutorial to develop User Interfaces, but I still have problems with ISU user interface design more advanced (such as buttons with images). I want to develop for more than a simple OS 5.0 devices, so I don't want to use the new utilities. Can someone give me some links to tutorials or examples with more advanced user interfaces?

    How - to implement advanced buttons, fields and managers
    Article number: DB-00796
    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800608/...

  • Help me with my user interface Simple Design

    HI everyone I'm new to BB development...

    So I want to develop a simple application... When everything works except user interface design...

    The problem is the following

    My Ui should have two tabs or (buttons... addbutton and ListButton) where after clicking on the first button

    the content of the "addButton" must appear for example. labelfIELD, CHEXKbOXfIELD, button...

    And AFTER, by clicking ON THE "ListButton" it should display the content of the "ListButton" button for example.

    LabelField and editField in a horizontal way... and all by posting the content of the button eachg the

    content of the dedicated back button should be deleted...

    Please help me I need very urgent...

    And if possible send me a link through which I can easily learn from user interface design and plants athe Ui using "Threads".

    Thank you

    Sharath

    The first place I'd start is the sticky post on this forum:

    http://supportforums.BlackBerry.com/T5/Java-development/useful-links-for-novice-and-experienced-Prog...

    Then I would go to video library where you can 'see' how the UI code, but it was certainly a little more:

    http://NA.BlackBerry.com/eng/developers/resources/VideoLibrary.jsp#tab_ddetail_subtab_jde

    Last but not least:

    http://www.thinkingblackberry.com/archives/category/UI

    Now regarding your problem of button, you can do an add() and remove() to switch your two fields to emulate a tab container or use the following example:

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/How_To_-_Create_tabbed_view_screens.htm...

  • The Web of LabVIEW user interface directly to the sensor with Ethernet connection

    Hello

    Is it possible to connect to the interface user Web of LabVIEW directly to a sensor with Ethernet connection?

    By directly, I mean without using any Web Service LabVIEW VI.

    Thank you

    Marcelo

    Hello

    The only communication with other devices using the Web user interface designer is through web services, either motorized or not LabVIEW. To connect with a sensor with the generator of the user Web interface without using LabVIEW, the sensing device must be accessible via HTTP and give you a way to read its data using XML web services based on.

  • User interface for my application, look for lib accweather like

    Hello im developing an application that I have user interface design problem, I need to lib for UI for my application, my application UI needs like app Accweather to help...

    Cascade SDK

  • [Improvement of user interface]

    Dear Experts,

    About the api of the blackberry user interface, I have a few Questions.

    1-i see that the screen extends full-screen.

    does this mean I can't do not full screen and if so that mean I should extend direct screen if I want my application UI has not full screen?

    2 - I have a list added to my screen, I get small icons next to each item in this list... I try to add it, but there is no public funciotn I saw on the list me the opportunity to do so.

    and if you work around specify please.

    IAM using the ObjectListField and add the String object on it.

    3. I see in the screen I can specify the background, that means there have opportunity to fill colors in the background, as the paint function overrid and draw the background color, and the same problem with the list specifying the color of the text and the selection color.

    Thank you much for the help.

    Wael n

    To extend the screen, there is no such flag on the screen.

  • Shell of the user interface: generate a new TAB within the area with the help of a binding element.

    Hello Oracle Community:

    I work with an application based on the model of Shell user interface design.

    My use case is

    #1: start a tab Dynamics from the Navigation pane.

    #2: tab loads in the local area. (this works as expected, pictured below)

    #3: launch of the additional tabs in the page loading in the step #2.  They are triggered by simple links on the .jsff page.  (this does not work - please help.  This should work?  If so, what missing am me?)

    Question : Can I launch a new tab from a link component in the local area (page .jsff)?

    As you can see I have links on my dashboard and I want that they engage in new tabs when you click.  Please test before responding "in theory".

    junker.png

    Here's how this link is setup.

    junk2.png

    junk3.PNG

    junkIT.PNG

    Here is my error logs.

    [15: 05:23] Application deployed successfully.

    [15: 05:23] the constriction of context following URLS have been defined and can be used as a starting point for testing your application:

    [15: 05:23] http://192.168.1.154:7001 / MyAST

    [15: 05:23] for deployment time: 18 seconds

    [15: 05:23]-deployment is complete.  ----

    Run start time: 18394 ms.

    [MyAst12cUpgrade of the application currently running on IntegratedWebLogicServer]

    URL - target Http://127.0.0.1:7001 / MyAST/faces/Login

    15:05:23.891 [ExecuteThread [ASSET]: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] c.a.view.utils.MySessionListener DEBUG - # present Session created: xP0oqsMzARHojfj6kJ-MJGW53jzYWYI2swzTPA_zyG6yHi30HJZb! 1821648284! 1439496323891 on Thu Aug 13 15:05:23 CDT 2015

    < org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl > < ViewHandlerImpl > < _checkTimestamp > < TIMESTAMP_CHECKING_ENABLED_SHOULDNOT_IN_PRODUCTION >

    < org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils > < SkinStyleSheetParserUtils > < _createStyleNode > < ALIAS_DEFINITION_NOT_STARTING_WITH_DOT >

    < 13 August 2015 3:05:28 PM CDT > < WARNING > < Socket > < BEA-000449 > < close the socket, as no data read on 127.0.0.1:57,456 during the inactive configured timeout of 5 seconds. >

    < 13 August 2015 3:05:28 PM CDT > < WARNING > < Socket > < BEA-000449 > < close the socket, as no data read on 127.0.0.1:57,460 during the inactive configured timeout of 5 seconds. >

    < 13 August 2015 3:05:28 PM CDT > < WARNING > < Socket > < BEA-000449 > < close the socket, as no data read on 127.0.0.1:57,459 during the inactive configured timeout of 5 seconds. >

    < 13 August 2015 3:05:28 PM CDT > < WARNING > < Socket > < BEA-000449 > < close the socket, as no data read on 127.0.0.1:57,457 during the inactive configured timeout of 5 seconds. >

    < 13 August 2015 3:05:28 PM CDT > < WARNING > < Socket > < BEA-000449 > < close the socket, as no data read on 127.0.0.1:57,458 during the inactive configured timeout of 5 seconds. >

    < oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl > < DiagnosticsDataExtractorImpl > < createADRIncident > < incident created 317 to key problem "DFW-99998 [java.lang.ClassNotFoundException] [oracle.jbo.pool.ResourcePoolMonitor.setLoader] [myAst12cUpgrade]" >

    e-mail matched expression

    15:06:17.305 [ExecuteThread [ASSET]: '5' for queue: "(self-adjusting) weblogic.kernel.Default"] c.a.view.beans.LoginBean DEBUG [email protected]

    CustomAuthenticatorProviderV2.getConfiguration

    CustomAuthenticatorProviderV2.getConfiguration options {}

    Username CustomAuthenticatorHelper.login [email protected] password *

    AstCustomSecurityProviderPlugin within the connection method VER #2, user name:[email protected] | newPwdEncryptFlg #N

    loginSucceeded #true

    CustomAuthenticatorHelper.lookupUserGroups for the [email protected] user

    AstCustomSecurityProviderPlugin getUserRoles for user [email protected]

    < 13 August 2015 3:06:23 PM CDT > < WARNING > < Socket > < BEA-000449 > < close the socket, as no data read on 127.0.0.1:57,535 during the inactive configured timeout of 5 seconds. >

    < 13 August 2015 3:06:23 PM CDT > < WARNING > < Socket > < BEA-000449 > < close the socket, as no data read on 127.0.0.1:57,533 during the inactive configured timeout of 5 seconds. >

    < 13 August 2015 3:06:23 PM CDT > < WARNING > < Socket > < BEA-000449 > < close the socket, as no data read on 127.0.0.1:57,531 during the inactive configured timeout of 5 seconds. >

    < 13 August 2015 3:06:23 PM CDT > < WARNING > < Socket > < BEA-000449 > < close the socket, as no data read on 127.0.0.1:57,532 during the inactive configured timeout of 5 seconds. >

    < 13 August 2015 3:06:23 PM CDT > < WARNING > < Socket > < BEA-000449 > < close the socket, as no data read on 127.0.0.1:57,534 during the inactive configured timeout of 5 seconds. >

    15:06:26.343 [ExecuteThread [ASSET]: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] c.a.view.beans.ResetPassword DEBUG - result = ##Y

    < oracle.adf.view > < TreeRendererUtils > < renderDefaultContextMenu > < context menu child isn't a RichMenu >

    < oracle.adf.view > < CellGatherCallback > < processComponent > < PANEL_GRID_LAYOUT_CELL_CANNOT_STRETCH_MULTIPLE_CHILDREN >

    < oracle.adf.view > < CellGatherCallback > < processComponent > < PANEL_GRID_LAYOUT_CELL_CANNOT_STRETCH_MULTIPLE_CHILDREN >

    < oracle.adf.view > < PanelGridLayoutRenderer > < _encodeAllOrVisitChildrenForEncodingImpl > < PANEL_GRID_LAYOUT_CIRCULAR_HEIGHT_DEFINITION_1 >

    < oracle.adf.view > < PanelGridLayoutRenderer > < _encodeAllOrVisitChildrenForEncodingImpl > < PANEL_GRID_LAYOUT_CIRCULAR_HEIGHT_DEFINITION_2 >

    < oracle.adf.view > < RichRenderer > < decodeUnknownKey > < ATTEMPT_SYNC_UNKNOWN_KEY >

    15:06:37.902 [ExecuteThread [ASSET]: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] c.a.view.beans.HomePageBean DEBUG -.

    Here is the call of the navigation pane to create tab of the surroundings.  It is successful.

    # HomePageBean.invokeTaskFlow on the inside.  About to fire with Params ActivityLauncher = Title: EDGE TaskFlowID table: /flows/homeTab.xml#homeTab NewTab: true

    # Launcher._launchActivity () activity inside.

    # Declaration of activity Launcher._launchActivity () - try inside

    # Launcher._launchActivity () - newTab = true activity inside.  Call for TabContext...

    < oracle.adf.view > < TreeRendererUtils > < renderDefaultContextMenu > < context menu child isn't a RichMenu >

    < oracle.adf.view > < CellGatherCallback > < processComponent > < PANEL_GRID_LAYOUT_CELL_CANNOT_STRETCH_MULTIPLE_CHILDREN >

    < oracle.adf.view > < CellGatherCallback > < processComponent > < PANEL_GRID_LAYOUT_CELL_CANNOT_STRETCH_MULTIPLE_CHILDREN >

    < oracle.adf.view > < PanelGridLayoutRenderer > < _encodeAllOrVisitChildrenForEncodingImpl > < PANEL_GRID_LAYOUT_CIRCULAR_HEIGHT_DEFINITION_1 >

    < oracle.adf.view > < PanelGridLayoutRenderer > < _encodeAllOrVisitChildrenForEncodingImpl > < PANEL_GRID_LAYOUT_CIRCULAR_HEIGHT_DEFINITION_2 >

    < oracle.adf.view > < RichRenderer > < decodeUnknownKey > < ATTEMPT_SYNC_UNKNOWN_KEY >

    15:06:40.949 [ExecuteThread [ASSET]: '1' for the queue: "(self-adjusting) weblogic.kernel.Default"] c.a.view.beans.HomePageBean DEBUG -.


    Here's the same call from the local area.  It fails without a throwing an exception.

    # HomePageBean.invokeTaskFlow on the inside.  About to fire with Params ActivityLauncher = Title: EOTM TaskFlowID: /flows/EOTM.xml#EOTM NewTab: true

    # Launcher._launchActivity () activity inside.

    # Declaration of activity Launcher._launchActivity () - try inside

    # Launcher._launchActivity () - newTab = true activity inside.  Call for TabContext...


    < oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl > < DiagnosticsDataExtractorImpl > < createADRIncident > < incident created 318 to issue key "ADFC-00032 [ADFc]" >

    < oracle.adf.view > < RichExceptionHandler > < _logUnhandledException > < ADF_FACES - 60098:Faces life cycle receives exceptions that are unhandled in phase INVOKE_APPLICATION 5 >

    javax.faces.FacesException: #{homePageBean.invokeTaskFlow ('EOTM', 'EOTM_TASKFLOW')}: //C:/Users/tstrepek/AppData/Roaming/JDeveloper/system12.1.3.0.41.140521.1008/o.j2ee/drs/myAst12cUpgrade/ViewControllerWebApp.war/fragments/homeTab.jsff @25,111 action = "#{homePageBean.invokeTaskFlow ('EOTM', 'EOTM_TASKFLOW')}": java.lang.NullPointerException "

    at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:118)

    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    at org.apache.myfaces.trinidad.component.UIXCollection.broadcast(UIXCollection.java:189)

    at org.apache.myfaces.trinidad.component.UIXTable.broadcast(UIXTable.java:281)

    at oracle.adf.view.rich.component.UIXTable.broadcast(UIXTable.java:100)

    at oracle.adf.view.rich.component.rich.data.RichTable.broadcast(RichTable.java:121)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    at org.apache.myfaces.trinidad.component.UIXCollection.broadcast(UIXCollection.java:170)

    at org.apache.myfaces.trinidad.component.UIXTable.broadcast(UIXTable.java:281)

    at oracle.adf.view.rich.component.UIXTable.broadcast(UIXTable.java:100)

    at oracle.adf.view.rich.component.rich.data.RichTable.broadcast(RichTable.java:125)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at oracle.adf.view.rich.event.ProxyEvent.broadcastWrappedEvent(ProxyEvent.java:72)

    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:124)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:111)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:168)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:115)

    at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794)

    at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1259)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:1074)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:402)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:225)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:280)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:254)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:346)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:105)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:502)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:502)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:327)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:229)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:202)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:137)

    at java.security.AccessController.doPrivileged (Native Method)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:220)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3436)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3402)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)

    at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2285)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2201)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1572)

    to weblogic.servlet.provider.ContainerSupportProviderImpl$ WlsRequestExecutor.run (ContainerSupportProviderImpl.java:255)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:311)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:263)

    Caused by: javax.faces.el.EvaluationException: //C:/Users/tstrepek/AppData/Roaming/JDeveloper/system12.1.3.0.41.140521.1008/o.j2ee/drs/myAst12cUpgrade/ViewControllerWebApp.war/fragments/homeTab.jsff @25,111 action = "#{homePageBean.invokeTaskFlow ('EOTM', 'EOTM_TASKFLOW')}": java.lang.NullPointerException "

    at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)

    at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)

    ... more than 73

    Caused by: java.lang.NullPointerException

    at com.astcorporation.view.beans.ActivityLauncher._launchActivity(ActivityLauncher.java:54)

    at com.astcorporation.view.beans.HomePageBean.invokeTaskFlow(HomePageBean.java:417)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at javax.el.BeanELResolver.invokeMethod(BeanELResolver.java:780)

    at javax.el.BeanELResolver.invoke(BeanELResolver.java:529)

    at javax.el.CompositeELResolver.invoke(CompositeELResolver.java:257)

    at com.sun.el.parser.AstValue.invoke(AstValue.java:248)

    at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:302)

    at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105)

    at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)

    ... more than 74

    < oracle.adf.view > < PartialResponseUtils > < handleError > < ADF_FACES - 60096:Server Exception during the PPR, #1 >

    javax.servlet.ServletException: //C:/Users/tstrepek/AppData/Roaming/JDeveloper/system12.1.3.0.41.140521.1008/o.j2ee/drs/myAst12cUpgrade/ViewControllerWebApp.war/fragments/homeTab.jsff @25,111 action = "#{homePageBean.invokeTaskFlow ('EOTM', 'EOTM_TASKFLOW')}": java.lang.NullPointerException "

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:606)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:280)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:254)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:346)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:105)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:502)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:502)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:327)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:229)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:202)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:137)

    at java.security.AccessController.doPrivileged (Native Method)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:220)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3436)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3402)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)

    at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2285)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2201)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1572)

    to weblogic.servlet.provider.ContainerSupportProviderImpl$ WlsRequestExecutor.run (ContainerSupportProviderImpl.java:255)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:311)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:263)

    Caused by: javax.faces.el.EvaluationException: //C:/Users/tstrepek/AppData/Roaming/JDeveloper/system12.1.3.0.41.140521.1008/o.j2ee/drs/myAst12cUpgrade/ViewControllerWebApp.war/fragments/homeTab.jsff @25,111 action = "#{homePageBean.invokeTaskFlow ('EOTM', 'EOTM_TASKFLOW')}": java.lang.NullPointerException "

    at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)

    at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)

    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    at org.apache.myfaces.trinidad.component.UIXCollection.broadcast(UIXCollection.java:189)

    at org.apache.myfaces.trinidad.component.UIXTable.broadcast(UIXTable.java:281)

    at oracle.adf.view.rich.component.UIXTable.broadcast(UIXTable.java:100)

    at oracle.adf.view.rich.component.rich.data.RichTable.broadcast(RichTable.java:121)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    at org.apache.myfaces.trinidad.component.UIXCollection.broadcast(UIXCollection.java:170)

    at org.apache.myfaces.trinidad.component.UIXTable.broadcast(UIXTable.java:281)

    at oracle.adf.view.rich.component.UIXTable.broadcast(UIXTable.java:100)

    at oracle.adf.view.rich.component.rich.data.RichTable.broadcast(RichTable.java:125)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at oracle.adf.view.rich.event.ProxyEvent.broadcastWrappedEvent(ProxyEvent.java:72)

    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:124)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:111)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:168)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:115)

    at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794)

    at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1259)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:1074)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:402)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:225)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)

    ... more than 42

    Caused by: java.lang.NullPointerException

    at com.astcorporation.view.beans.ActivityLauncher._launchActivity(ActivityLauncher.java:54)

    at com.astcorporation.view.beans.HomePageBean.invokeTaskFlow(HomePageBean.java:417)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at javax.el.BeanELResolver.invokeMethod(BeanELResolver.java:780)

    at javax.el.BeanELResolver.invoke(BeanELResolver.java:529)

    at javax.el.CompositeELResolver.invoke(CompositeELResolver.java:257)

    at com.sun.el.parser.AstValue.invoke(AstValue.java:248)

    at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:302)

    at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105)

    at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)

    ... more than 74

    3 mods are needed

    1.) change managed bean to "session."

    2.) implement the following class of activity Launcher

    3.) implement the following methods of the managed bean

    -----------

    ManagedBean

    -----------

    public String invokeTaskFlow (String Title, String taskFlowPropertyName) {}

    String taskflowId = PropertiesLoader.getProp (taskFlowPropertyName);

    AL ActivityLauncher = new ActivityLauncher();

    If (TabContext.getCurrentInstance ()! = null) {}

    setTabContext (TabContext.getCurrentInstance ());

    Al._launchActivity (title, taskflowId, getTabContext(), null, true);

    }

    else {}

    setNewTabContext (getTabContext ());

    Al._launchActivity (title, taskflowId, getNewTabContext(), null, true);

    }

    Returns a null value.

    }

    -----------

    ActivityLauncher._launchActivity

    -----------

    5 arguments: title taskFlow newTab, paramsMap, tabContext

    public void _launchActivity (String title, String taskflowId, boolean newTab, card parametersMap, TabContext tab_context) {}

    If (tab_context! = null) {}

    setTabContext (tab_context);

    }

    try {}

    TabContext currentTabContext = TabContext.getCurrentInstance ();

    If (currentTabContext == null & tab_context! = null) {}

    currentTabContext = getTabContext(); tabContext Set to validate

    If {(newTab)

    currentTabContext.addTab (title, taskflowId, parametersMap);

    } else {}

    currentTabContext.addOrSelectTab (title, taskflowId, parametersMap);

    }

    } else {}

    setTabContext (currentTabContext);

    If {(newTab)

    currentTabContext.addTab (title, taskflowId, parametersMap);

    } else {}

    currentTabContext.addOrSelectTab (title, taskflowId, parametersMap);

    }

    }

    } catch (TabContext.TabOverflowException feet) {}

    System.out.println ("###Exception occurred in launchActivity");

    toe.handleDefault ();

    }

    }

  • Use the Flex user interface in a PS plugin

    Hello!

    I am a user relatively to the Flex user interface design! A couple of days, I thought to give my PS plugins a look of the Flex user interface! I searched the internet on some tutorials or guides, but there is very little information relating to this. The guide Builder Extension CS says that we can interact with the Flex user interface & a native application by using the branchezBranchez C++ library. There is an example of code in Illustrator SDK for the same under the name FreeGrid (C++) & FreeGridUI(Flex UI). But I couldn't find an equivalent in PS.

    On further research in this regard, I found that we can use the PlugPlug.h (& .cpp) with a few changes in our C++ PS of the plugin code. I'm stuck at this stage now. How can I do to get out of here?

    Guide me people.. !!

    Thank you!

    This would be the part "all the settings you will need to do to get them working in the context of Photoshop" of my post! :-)

  • Made on emulator ripple 9860 and real device 9860 user interface is different for blackberry OS 7.0

    Hi all

    I have developed a hybrid application that works fine on Android for almost all the resolutioh which I have supported.

    For blackberry, I am building and pacakging an application using the ant tool. During the installation of file .cod devive 9860 having OS 7.0, landing page UI get distorted. Running on the ripple 9860 device, UI reneders correctly.

    Please clarify that ripple is to check the user interface on differnet devive resolution or just for the pacaging and building application.

    Thanks in advance

    Usually the user interface between ripple and a device will be, although there may be small differences. Remember that the unit is running the BlackBerry WebKit application on an ARM architecture, while the ripple uses the implementation of WebKit in Chrome on an architexture that corresponds to your operating system. While the bot Webkit implementations, there may be differences in the way they make; all the more up-to-date the implementation on OS 7.0, your implementation of desktop browser is likely.

    That being said, there is not usually very big differences; specifically, you mentioned the word distorted. Could you provide a comparison of the screenshot of what you're talking about?

    In most cases, ripple should provide solid representation, but is always recommended to test on a simulator/device.

  • INTERFACE design - what is the best way to allow the user to define a kind of infusion at various times (non-periodic)?

    I want to allow the user to specify a curve like this:

    Such as some under - VI shows the A2 value when a variable of time is between R1, A1 when the time variable is between A2 and A3 when time is in the range A3.

    My design looks like this:

    With the error checking that looks like this:

    My question is, is the approach of the table according to optimal? Otherwise, how could combat this?

    I think I can summarize the conversation on this point as a response to the original question (what is the best way...) -to start writing code, to think about what you want to accomplish and write it down (otherwise known as 'Write the first Documentation').  One of the points of a good User Interface is that it is not allow users to "stupid mistakes" - it leads the user "by hand", limiting the entries to the "legal values" and demanding that the entries be made logically.

    If you were going to have a list of Infusions to enter, it is therefore logical to decide or not to enter into time intervals (which are always > 0) or order the times (which, logically) are still growing.  You can (and should) decide that you (or you may have a control that allows the user decide, but maybe it's too flexible) and then apply your "rules".

    Let's say you've decided on "Intervals" (which seems to me to be more User Friendly).  After the user has entered the intervals (and you've provided a nice plot of perfusion vs. time), pouvez allow you the user to an interval of 'split', 'Delete' an interval, or "Edit the Infusion" interval, or you can decide to have a choice more simple "accept or start again" - If you have only a few intervals, the last would be the simplest (and therefore best) design choice.

    Spend more time thinking before coding usually pays Big dividends!

    (Speaking of sad experience) Bob Schor

Maybe you are looking for