Problems of selection list static apex

I have a selection list (P147_EVENT_TYPE) with only two values, defined as:

Static: Hurricane; HURRICANE, River; RIVER

The selection list filter a report. The user selects 'River', they see all the events of the River in the report. The user selects "Hurricane", they see all the events of the River in the report.

I wanted to make changes so that there would be a possibility to see "All events". Inside the element, so I changed:

Display nulls-> Yes

Null value display-> all Types of events

Return NULL-> white left value

The query of the report itself along the lines of:

SELECT name, type

Areas

where ((P147_EVENT_TYPE = "Hurricane" or P147_EVENT_TYPE = "River")

or P147_EVENT_TYPE is NULL)

Normally coming to the page on the report, the selection list should display 'All Types of events' and the report is expected to be Hurricane events and river. However, when I get the report selection list (P147_EVENT_TYPE) is displayed for 'River '. It has three choices in there (River, hurricane and all Types of events), however, if I select "All Types of events" in the selection list, it is just for the river. Is it possible to change this? Can I not use a static selection list with a default value type? Any help on that would be great. Thanks in advance for your help.

It looks like somehow the default value is used for 'River '. I'm trying my earlier suggestion and see what's the result. It must be fast to try it. You can also set up on apex.oracle.com so we can fix it.

Tags: Database

Similar Questions

  • How to set the width of a Select list in APEX 5.0?

    Hello

    I have been using APEX 4.2 for a couple of years now. I am currently building my first application in APEX (Oracle DB 11g XE) 5.0

    On a page with multiple selection lists, I'm trying to set the width of each of them, so they are all the same size regardless of content.

    APEX 4.2, I used to just add: style = "width: 200px ' to 'ownership of the attributes of element HTML Form.

    How do I in the APEX 5.0? Property of the 'HTML Form Element attributes does not seem to exist anymore. Is there another way?

    Nick

    Hello

    You can use custom attributes: CSS min-width and max-width properties

    Concerning

    J

  • problems with customization select lists and popup LOVs

    Hello


    I have 2 problems on selection lists and popup LOVs.

    The first is on a list in tabular form.
    It must be created with APEX_ITEM. SELECT_LIST_FROM_LOV or similar and take its values of a named LOV.
    This worked fine, but now it should also have the possibility to enter a free value.
    I tried to accomplish this by creating an APEX_ITEM. POPUP_FROM_LOV, but there is a problem with the function which is called the icon of the right arrow to the input field (for eg. genList_f11_5()).
    If the line is added by addRow, then it works fine, but if the line is not empty
    Then the function call is as genList_f11_$ _row () and the input field becomes worthless, when an LOV is selected.


    The other problem is on a list of selection that should have the opportunity to enter a custom value and
    It should also be able to select multiple values. I tried to implement this in a text box that contains the selected values, and a multiple select list, with an event handler in each option. The user can click on options and they would be copied into the text box. The problem is that I couldn't make the event handler works in Internet Explorer.

    I would like ideas on one of these problems.



    Tiina

    Hello

    It can be created at APEX_ITEM. TEXT.
    APEX_ITEM also generates the name attribute that I use the jQuery selector in the sample.
    Use jQuery UI autocomplete just similarly as in my example with APEX_ITEM

    Kind regards
    Jari

  • Help with selection lists in the classic report

    Hello

    I work with APEX 4.1. Oracle 11.

    I have a simple and classic report with 4 columns (username, role, reading, updating). The columns of the reading and the update are select list with values of 'Yes', 'no '.

    Report looks like this:

    User role name read the update
    JSmith Admin Yes Yes
    LJones Dev yes no


    My requirement is that when the user selects Yes the update select list, the value of the associated column in the reading should change Yes as well for this particular user name. Change must occur after Yes is selected in the list select update.

    Im not very strong with javascript, but for testing purposes I applied: onchange = "alert ('hi'); "in the update column. When I make a change to the update select list, the alert returns to its position.

    Can anyone suggest how I can implement the change to the value of associated reading of Yes if the selected update value is Yes, for this particular line.

    Thank you
    Laura

    Here is an example of work for you, copy and change the javascript that you need.

    To find names of columns to the select list of apex > address view the source of your page report and use them accordingly in the JS

    http://Apex.Oracle.com/pls/Apex/f?p=46417:11

    Test/test connection

    function test(pThis) {
     //get the curren row index on change
     var currIndex = $('select[name="'+pThis.name+'"]').index($x(pThis.id));
     // check current items value (return value of lov)
     if (pThis.value=='Yes') {
      // if true change the value of column f01 at same row index
      $('select[name="f01"]')[currIndex].value = 'Yes';
     }
     else {
       //do something else
      }
    }
    
    //In the element attributes of update column add
    onchange="javascript:test(this);"
    
  • Group select list + tabular

    Hello world

    I am using the plugin group select list on Apex 4 However, I'm not having much luck. Is it possible to use the group select list on a tabular presentation?

    If not is it possible to use the group list select the components of Kaidara-> UI-> list of values to create a list that will be copied to a Select list?

    A simple Yes or no will do ;-)

    Thank you

    Daniel

    Published by: zooid on August 12, 2010 14:27

    Published by: zooid on August 12, 2010 14:41

    Hi Daniel,.

    It is not possible to use the "group select list" plug-in for the columns in a table. This plugin just can be used for elements of the page.

    But you can create your own function that you can call in the SQL of a tabular form as you would with apex_item.checkbox calls that simply returns the HTML code.
    You might be able to use existing code list "group select" and rewrite a bit for use in a tabular presentation.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

  • Text ToolTip APEX of select list query

    Hi all

    Currently, I'm stuck with how to display the ToolTip text by using a selection list query. I tried to look for the solution but I got is: assigning help unique text value. I also passed by the example:

    https://Apex.Oracle.com/pls/Apex/f?p=44321:410:

    When I'm hovering above the value of column Loc Departments IR, , it displays the ToolTip text in a list. My requirement is almost the same. I will implement for the page element and the value of the list will be generate by query.


    I use 5 APEX with Database 11g


    Any help would be appreciated.



    Concerning

    Nabila

    I solved this problem. I just want to share this, if anyone needs.

    1 created dynamic action on loading of the page.

    2. Choose the action ToolTip [plug-ins].

    3. ToolTip content type: Code PL/SQL which is:

    Start

    Select: P260_FINANCIALINSTRUMENT

    in l_help_text

    Double;

    HTP.p (replace (nvl (l_help_text, "no help is found.'"), ', ' '))
    '));

    exception

    while others then

    HTP.p ('no help is found.');

    end;

    4. affected elements--> JQuery selector:

    Label [for = P78_FINANCIALINSTRUMENT] Caddy-tip

    Note:

    I used the Tooltip Plugin which is mentioned in my original post.

    78 is my page number created if the dynamics of the action when the page is loaded. And P78_FINANCIALINSTRUMENT matches the element for which the ToolTip will come as a selection list.

    P260_FINANCIALINSTRUMENT is the element that contains the actual value of the selection list. I used the database query to get the value separated by,

    Start

    Select listagg (Orders, ',')

    THE Group (Control Orders) Orders

    in: P260_FINANCIALINSTRUMENT

    of Orders;

    end;

    Thank you

  • In the 5.0 Apex selection lists

    I'm getting confused with the list of selection for Apex 5.0 feature. I build a report that is generated using values in select list. The problem is, Apex does not recognize the syntax : nom_element.

    I tried a very simple example described here http://docs.oracle.com/cd/E59726_01/doc.50/e39147/app_contrls001.htm#HTMDB29715 and it doesn't work, I get the following error:

    Error during rendering of the element on the page P2_EMPNO.

    ORA-06550: line 4, column 8: PL/SQL: ORA-00904: "DEPTNO": invalid identifier ORA-00904: "DEPTNO": invalid identifier ORA-06550: line 1, column 13: PL/SQL: SQL statement ignored ORA-00904: "DEPTNO": invalid identifier

    My selection follows (and there is a page element called P2_DEPTNO as selection list in my page):

    SELECT ename like d,

    EmpNo as r

    WCP

    WHERE deptno =: P2_deptno

    ORDER BY ename

    If I change a few numbers P2_deptno, everything is ok, the result appears correctly.

    I don't understand, what's wrong? Help me please!

    Thanks in advance!

    2608792 wrote:

    I'm getting confused with the list of selection for Apex 5.0 feature. I build a report that is generated using values in select list. The problem is, Apex does not recognize the syntax : nom_element.

    I tried a very simple example described here http://docs.oracle.com/cd/E59726_01/doc.50/e39147/app_contrls001.htm#HTMDB29715 and it doesn't work, I get the following error:

    Error during rendering of the element on the page P2_EMPNO.

    ORA-06550: line 4, column 8: PL/SQL: ORA-00904: "DEPTNO": invalid identifier ORA-00904: "DEPTNO": invalid identifier ORA-06550: line 1, column 13: PL/SQL: SQL statement ignored ORA-00904: "DEPTNO": invalid identifier

    My selection follows (and there is a page element called P2_DEPTNO as selection list in my page):

    SELECT ename like d,

    EmpNo as r

    WCP

    WHERE deptno =: P2_deptno

    ORDER BY ename

    If I change a few numbers P2_deptno, everything is ok, the result appears correctly.

    I don't understand, what's wrong? Help me please!

    Thanks in advance!

    Referring to your statement

    If I change a few numbers P2_deptno, everything is ok, the result appears correctly.

    I don't understand, what's wrong? Help me please!

    Because

    If you use the emp table, which is by default .deptno is supposed to validate only number you can desc emp

    EMP EMPNO NUMBER - 4 0 1 - - -
    ENAME VARCHAR2 10 - - - - -
    JOB VARCHAR2 9 - - - - -
    MGR NUMBER - 4 0 - - -
    HIREDATE DATE 7 - - - - -
    SAL NUMBER - 7 2 - - -
    COMM NUMBER - 7 2 - - -
    DEPTNO NUMBER - 2 0 - - -

    DEPTNO datatype is number, and you cannot pass varchar.

    Hope you got the point where is your fault.

  • Weird problem with the width of the selection list

    4.1.1

    Hello

    I got a selection list filter that has three values null, Y and n. based on what the user selects a tabular presentation is filled with data that also has a list of selection.

    Now, earlier, I had only two values Y and N in the selection filter, and according to the selected option list, select tabular list would be filled as well as other areas. Select the 'tabular forms' list for all lines are the same width. When I added the Null value option in, select the filter, now the tabular form displays all of the values, however, the selection list is of different sizes according to the length of the text.

    I put in the CSS Style of the selection list - width: 20px

    I also tried the option element width, but still no luck, when I select Y or N to the upper filter select, selection lists appear correctly with the same width.

    No idea what could happen?

    Just to confirm, the problem is with the width of selection tabular list.

    Thank you
    Ryan

    ryansun wrote:
    4.1.1

    Hello

    I got a selection list filter that has three values null, Y and n. based on what the user selects a tabular presentation is filled with data that also has a list of selection.

    Now, earlier, I had only two values Y and N in the selection filter, and according to the selected option list, select tabular list would be filled as well as other areas. Select the 'tabular forms' list for all lines are the same width. When I added the Null value option in, select the filter, now the tabular form displays all of the values, however, the selection list is of different sizes according to the length of the text.

    This seems odd. Can you reproduce this on apex.oracle.com? What browser do you use?

    I put in the CSS Style of the selection list - width: 20px

    I also tried the option element width, but still no luck, when I select Y or N to the upper filter select, selection lists appear correctly with the same width.

    No idea what could happen?

    All functionality of another column using the column Standard report basically, means the "CSS" Style property is not applied (see, for example: {: identifier of the thread = 1001577}), then the attributes of the element, link attributes etc. should be used.

    Tabular controls, to use the standard approach of HTML attributes. Come in

    style="display: block; width: 200px;"
    

    in the property of the attributes of the element.

  • Select list first value problem using AJAX

    Hello

    I've implemented the list of selection in AJAX by allusion to Denes Kubicek - http://apex.oracle.com/pls/otn/f?p=31517:119:3737449055187298:NO. I have only 2 selection lists. The AJAX functionality doesn't quite work for the first selected value in the list select a first. I get not all values in second SelectList when the first value is selected in the first SelectList. It works very well for the rest of the values in the first selection list. I kept a few warning messages to debug JavaScript. I think the problem is with the function below,

    get var = new htmldb_Get (null, html_GetElement('pFlowId').value,
    = States_In_County', 0);
    Get.Add ('F109_AJAX_COUNTY', html_GetElement (pThis) .value);
    gReturn = get.get ('XML');

    For the first value in the first list of Select, gReturn.getElementsByTagName("option").length; Returns 0.

    Hello:

    What is the value of the 'back' of the article 1st of the 1st list select? The value is compatible with the data type of the column of wl.location_id?

    CITY

  • Problem with the cascading for interactive report selection list

    Hi all.

    I'm trying to implement the solution of cascading to the tabular presentation list.

    https://Apex.Oracle.com/pls/Apex/f?p=31517:176:103661090335568:

    But instead of the form of paintings, I use interactive report. After executing the query, I get the error:

    ORA-06550: line 1, column 147: PL/SQL: ORA-00936: lack of expression ORA-06550: line 1, column 13: PL/SQL: statement ignored


    My Sql query for the report:

    select 
    apex_item.hidden(1, a."DATA_ID")DATA_ID,
    apex_item.select_list_from_query(10,
      b.WAVE_GROUP,
     'select GROUP_DISPLAY, GROUP_RETURN from dwd_wave_group',
     'onchange="f_set_casc_sel_list_item(this,f11_'||LPAD (a.DATA_ID, 4,'0')||')"',
     'YES',
     '',
     '- Select Group -',
     'f10_' || LPAD (a.DATA_ID, 4, '0'),
      NULL,
     'NO'
     )WAVE_GROUP,
    apex_item.select_list_from_query(11, b."WAVE_USER",
    'SELECT username d, '
    ||'username r FROM dwd_user where groups = '||b."WAVE_GROUP",
    '',
    'YES',
    '', 
    '- Select User -',
    'f11_' || LPAD (a.DATA_ID, 4, '0'),
     NULL,
    'NO'
    )WAVE_USER
    from "DWD_WAVE_MASTER" a, dwd_wave_assignment b
    where a.data_id = b.data_id
    and b.wave_id = 'wave_1'
    

    If I exclude the condition 2nd selection list query and change as below then everything works fine. Query does not give error on sql developer.

    Use: APEX 4.2.6 with Database 11g.

    apex_item.select_list_from_query(11, b."WAVE_USER",
    'SELECT username d, '
    ||'username r FROM dwd_user',
    '',
    'YES',
    '', 
    '- Select User -',
    'f11_' || LPAD (a.DATA_ID, 4, '0'),
     NULL,
    'NO'
    )
    

    Can someone please help!

    Thank you

    Nabila

    The nabila Islam wrote:

    I'm trying to implement the solution of cascading to the tabular presentation list.

    https://Apex.Oracle.com/pls/Apex/f?p=31517:176:103661090335568:

    But instead of the form of paintings, I use interactive report. After executing the query, I get the error:

    ORA-06550: line 1, column 147: PL/SQL: ORA-00936: lack of expression ORA-06550: line 1, column 13: PL/SQL: statement ignored

    My Sql query for the report:

    1. Select
    2. apex_item. Hidden (' 1, a. "DATA_ID DATA_ID").
    3. apex_item.select_list_from_query (10,
    4. b.WAVE_GROUP,
    5. "select GROUP_DISPLAY, GROUP_RETURN from dwd_wave_group,"
    6. "onchange =" f_set_casc_sel_list_item (this, f11_'|) LPAD (a.DATA_ID, 4, '0'). ") » ',
    7. '' YES. ''
    8. '',
    9. -Select Group «-»,
    10. "f10_" | LPAD (a.DATA_ID, 4, '0'),
    11. NULL,
    12. 'NO '.
    13. ) WAVE_GROUP,.
    14. apex_item.select_list_from_query ("11, b.") WAVE_USER,"
    15. "SELECT user name d.
    16. |' username r FROM dwd_user where group = ' | b."WAVE_GROUP."
    17. '',
    18. '' YES. ''
    19. '',
    20. "- Select user -",
    21. "f11_" | LPAD (a.DATA_ID, 4, '0'),
    22. NULL,
    23. 'NO '.
    24. ) WAVE_USER
    25. of 'DWD_WAVE_MASTER' a, b dwd_wave_assignment
    26. where a.data_id = b.data_id
    27. and b.wave_id = 'wave_1. '

    If I exclude the condition 2nd selection list query and change as below then everything works fine. Query does not give error on sql developer.

    Use: APEX 4.2.6 with Database 11g.

    1. apex_item.select_list_from_query ("11, b.") WAVE_USER,"
    2. "SELECT user name d.
    3. |' username r FROM dwd_user ",
    4. '',
    5. '' YES. ''
    6. '',
    7. "- Select user -",
    8. "f11_" | LPAD (a.DATA_ID, 4, '0'),
    9. NULL,
    10. 'NO '.
    11. )

    What is the data type of DWD_WAVE_ASSIGNMENT. WAVE_GROUP? If it is not a number, then it must be enclosed in quotes when it is used as a literal:

    apex_item.select_list_from_query(11, b."WAVE_USER",
    'SELECT username d, '
    
    ||'username r FROM dwd_user where groups = ' || dbms_assert.enquote_literal(b."WAVE_GROUP"),  
    
    '',
    'YES',
    '',
    '- Select User -',
    'f11_' || LPAD (a.DATA_ID, 4, '0'),
    NULL,
    'NO'
    )
    
  • style in the apex of mobile selection list

    Hello

    Apex 4.2.3 jquery mobile app

    I want a selection list using css to style.

    The class of the HTML form attribute property does not work.

    Item name: P1_LIST

    Inline CSS:

    #P1_LIST

    {

    -webkit-border-radius: 100px;

    border-radius: 100px;

    background-color: yellow;

    border-color: yellow

    }

    The background color is picked up. The other settings are not picked up.

    Is there something I'm missing?

    Example:

    http://Apex.Oracle.com/pls/Apex/f?p=35192:1

    Best regards Erik

    Hi Erik,

    If you look at the HTML code of the selection list, you can see the selection list is encapsulated in a number of div:

     

    If you set the background color of the second div, your property must turn yellow:

    . UI-select .ui - btn

    {

    -webkit-border-radius: 100px;

    border-radius: 100px;

    background-color: yellow;

    border-color: yellow

    }

    Kind regards

    Vincent

  • Apex 4.2.1 Mobile Page with several Branches of incorrect selection list

    I have a mobile page with only two values of the previous page display and a selection list allows multiple selections. Multiple selections and save your work very well, but the offshoot after treatment becomes crazy. It jumps around a few times and at least two pages to the home page. It works best with just a branch reported to stay on the page with the list of multiple selection, but the display success message and disappears quickly and with longer lists it branches sometimes still an old/outdated page with old values or the home page. Is this a known issue with APEX 4.2.1?

    Hello

    Indeed, it seems that the multi selection popup corrupts somehow the call stack mobile jQuery and when you click 'Save selection' he will try to restore the current URL, after he performed the AJAX call to send the page.

    As an immediate solution, you can enter

    $("#wwvFlowForm", apex.gPageContext$).attr("data-ajax", false);
    

    in the run when the Page loads on page 4 do not use an AJAX call for the 'Save selection '. Avoiding the trigger AJAX call a full page refresh which will also clean the call stack mobile jQuery.

    Will consider more far one let you only know where to look.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Select list type delay problem

    I have a Select list with a couple of hundred values produced, in alphabetical order. The first characters of each value in the list is an identification code. In our society, that we know and make reference to our products by their identification codes, and we know them quite intimately. So instead of scrolling to find the ID that we want, we will often simply press the drop down arrow and start typing the identification of interest code, and the advance list automatically to the appropriate location.

    So let's say our identification code is CBX197. I hit the drop-down arrow for the field and start typing: C B X 1 and then I pause briefly after typing these four characters (somewhere between 1/2 and 1 second). At this time, these previous characters I typed are "forgotten", so that when I hit '9', hoping to jump down in the section CBX19 of the values, instead it jumps to the first code ID that begins with "9", as if I had never typed the first four characters at all.

    So the question is: that that the amount of time that typed characters are held in the drop-down list of controls buffering before being thrown out and is this amount of time something that we can control in Apex? I would like to be able to specify that the buffer is valid for x number of seconds.

    Maybe it's just a built-in feature of drop-down lists in general, and there is nothing that can be done about it. But I thought I'd ask anyway.

    In my view, it is HTML implementation, could not see a way to change behavior at the Apex.

    My suggestion to approach, especially due to the high number of options in the list, would be to set up a "list of AutoComplete" (Ajax based), as this demo:
    http://Apex.Oracle.com/pls/OTN/f?p=31517:53

  • Special characters encoded in the selection to the APEX 4 lists

    A question. APEX 3.2, I had a list of special selection which included spaces (coded as a hard space HTML character) indent lines and different characters of graphics HTML coded to give the list selection a hierarchical distinctive look of an office hierarchy. The APEX 4, special codes are more translated in HTML if I no longer get the special look that was available for the drop-down list. Now that you're actually seeing all the coding.

    I saw the note in the Release Notes which says that to select the items in the list "now always come out the values in the list." Someone in the forum know of another way to do this in 4 APEX?

    Published by: wnappari on 30 Sep, 2010 18:48

    I saw the note in the Release Notes which says that to select the items in the list "now always come out the values in the list."

    Ooooh. I had not noticed that. Without introduced doubt as well as '&', ' < ' and ' > ' are visible / not to break things when they appear in the dynamic selection lists. However he break things in Re: html tag in the list select and what you describe. Must have optional avoidance and provided a check box to indicate whether the list should be escaped or not...

    give the list a hierarchical distinctive look of an office hierarchy selection.

    I disagree with a list of selection to help to do this, since, as you pointed out, he must go to extremes to get a linear structure to look at a hierarchy. HTML lists can be nested to provide a structure and visual hierarchy. Can't convince you to use lists? ;\

    Someone in the forum know of another way to do this in 4 APEX?

    1. use UNISTR to generate the entries of the list as a string of Unicode characters and keep your fingers crossed that the coding, fonts and browser support it throughout the stack...

    For example, to get the exhibitors discussed in the link above:

    select unistr('10\00b2'), '100' from dual
    union all
    select unistr('10\00b3'), '1000' from dual
    

    2. create your own plugin object to use rather than the standard list item type.

  • EXTJS - SELECT LIST to SUBMIT FUNCTIONALIT CEASES to OPERATE on APEX 3.2

    I joined with a 3.2 Apex EXTJS. Since then, all the 'submit the feature' is incorrect. I have a simple list (several of them) based on dynamic sql. When a value is selected, the page is submitted - but when the page is re-made the 1st is always displayed (any value is selected the 1st vlue to this list is always displayed). If I change this to just a list of selection, then the correct value is displayed - but as soon as the page is sent (with a submit button) and then 1st on the list is displayed. If I change the page template as a default template and not the extjs template, then fine.

    Thank you
    Hervé.

    Thanks to Tobias (for his help) and Mark.

    Published by: user508675 on 08/24/2009 07:28

    If you convert html select lists of post deletions Ext combo boxes the dom selection list, including the onchange attribute object.

    You will need to write code to handle this.
    Either convert only select list without onchange attributes or write code to detect the attribute and add event handlers to the drop-down list item.

    No - I did not write a solution for this.

    The second question you have raised with the selection list does not remember the State can result from Ext mobile form elements outside the shape.
    I talked in my blog, as well as a solution.

    Mark
    [Random Insights into Oracle | http://oracleinsights.blogspot.com/] | [Brand Park | http://apex.oracle.com/pls/otn/f?p=200801]

    Published by: Mark Lancaster on August 24, 2009 12:55

Maybe you are looking for

  • Satellite A200 - type single quote / Double

    When you type in MS Word / Outlook / Excel quotes brand (or apostrophe marks) fail to appear on the 1st key entryTwo citations appear on the 2nd key entryIt also allows to display special characters (for example: "+ e double points on the e").It must

  • Try to install Halo Combat Evolved, 62% disk error

    Try to install Halo Combat Evolved, 62% disk error while writing to the file C:\program files\Microsoft Games\Halo\maps\bitmaps.map.Make sure that the disk is not full, and that the file is not in use. I have 22 GB of space on disc

  • E-mail videos

    Why received E-mail video clips of stall and restart and stall again, instead of continuity? I am running vista, graphics intel integrated GMA X 3100

  • Static initializer is called twice

    Hi all This is my first post here, I'm new to Java and BB development as well. I'm developing an application multi-threaded data are exchanged between threads using classes containing only static members private and public accessors where access to p

  • Add a border to my custom skin.

    Hello. I'm developing an ActionScript 3.0 for PlayBook application. I want to add a black border on my custom skin, but I don't know how. It is a piece of my code: package { import flash.display.Sprite; import flash.geom.Rectangle; import qnx.ui.skin