Browse the richeTableau with custom cells

Hello.

I create a richeTableau drag and drop a view in DataControls. Table xxx and table view contains only one column, description of binding the table field.

This description appears in a UI OutputText component.

Then I add a column with a component SelectOneRadio (check yes/no).

Finally, I add another column with a text entry to post comments.

So, when I click on a button, I capture the action event and want to process the contents of the table. But, how can I browse this table?

How can I get each line and each cell in the row (each radio, each text)?

My version of JDeveloper is 11.1.1.7.0

Thanks in advance. Best regards

EDIT: ___Final solution___

Add two attributes passengers and iterate the VO object is very easy.

For the question on the option button, add a switch and bind the group radio with the transitional attribute button.

Hello

How about, adding these two attributes to the VO triansient attributes (and set the property update forever) and link attributes in the user interface. So that data are available in the original Version, where you can easily get?

Arun-

Tags: Java

Similar Questions

  • Pages of the OPS (with custom controller) does not not in the R 12.2.4 upgrade custom

    Hi all

    There is a problem, I'm dealing with my custom page. I am trying to expand the controller with my custom class, but get the error below

    oracle.apps.fnd.framework.OAException: could not create Java class: (oracle.apps.xxar.cusstd.createcus.webui.xxArCreCusCO) associated with the area: (ArUtilRN). It is probably because the class name is incorrect or not included in the project.

    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1247)

    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1435)

    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2848)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1991)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:567)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:455)

    If the file is present in the right folder

    [webui applmgr@gfs3devapp1] $ pwd

    / opt/oracle/gfs2d/FS1/EBSapps/COMN/java/classes/Oracle/Apps/xxar/cusstd/createcus/WebUI

    [webui applmgr@gfs3devapp1] $ ls - ltr

    Total 4

    -rw - r-. 1 applmgr oinstall 1177 Feb 25 10:17 xxArCreCusCO.class

    I have to follow this discussion, but is not help me: https://community.oracle.com/thread/3647610

    Please help.

    Thanks, Jerome

    Hello samia,.

    In R12.2.4, you will need to create the jar with custom classes. Please visit the Doc ID 1577661.1

    Hope this helps you solve your problem.

  • Still not get the filtering and the SUMIF with visible cells

    Hi all

    I know it is a pain for you people, but I'm really stuck with this problem.

    I tried to use the answers I found in the community and the User Guide, but I have to be closed to this kind of explanation.

    Once again:

    In the column A is a series of dates

    In column B the value corresponding

    In the foot of B line, I want the SumOf only the visible cells that I filtered before.

    So far I have always the sum of all the lines, filtered or not.

    I added another column with a True/False value and tried to use it but get the same result.

    I'm pretty slow, so I guess that I'll need your help once more.

    It is the sum before filtering:

    And that's the sum after filtering:

    I thank you for your time and patience.

    Lopez

    Lopez Hello,

    Table filtering only affects the rows that are displayed. Hidden lines are always included in the calculations of formulas referring to them.

    Your formula, = SUM (B2:B16) summarizes the content of all the B2 to B16 cells, including those that are hidden.

    There are several other functions in the family of the SUM. SUM, SUMIF and SUMIF. ENS are of interest here.

    SUMIF (English: SUMIF) accepts a condition and only adds the cells on the lines which is assembled as a condition.

    SUMIF. ENS (English: SUMIFS) accepts several conditions and only adds the cells on the rows that meet all the conditions.

    For the example stated in your post, must be the form you need:

    = SUMIF. ENS(B; A; "> = 02/01/2016." A; "" < 03/01/2016 ")"

    (NOT tested. The dates should be placed in two cells and these cells referenced in the formula. post a reply with any error message if the formula does not work as written).

    The lines not included in the amount need not be hidden.

    If the formula is inserted into column B, it must be in a line defined as a footer line using the menu item in the same position as the highlight in this screenshot:

    Footer lines can be placed on foot (bottom) of a table.

    Kind regards

    Barry

  • Change the VM with custom attributes defined in a CSV file

    Hi all

    I'm doing something that I think should be simple (but this is the first time I used powercli and am not a good code writer), but I find it hard to tell.

    I created 2 custom attributes (owner and owner of the SSG system) in vCenter for my virtual machines.  I have a list of vm names csv and their associates "owners".  I would use powercli to read the csv file and connect to the VC server and the 'owners' of entry in the appropriate field.

    I borrowed com code from various places on the internet and these forums but I can't seem to make it all work.  I managed at least to read the information in the csv file and is displayed on the screen of my laptop.  What I can't do is get 3 columns in the csv file to be recognized as variables (unless there is some default variables I don't know) I can put in the game-Annotation lines.

    The code I have is:

    # Input range, includes all IBD VM names that are registered.
    $data = import-Csv "C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI\scripts\vmowners1.csv"-Header ('Hostname', 'Owner', 'SSG owner')
    # $data | Get-Member
    Write-Output $data
    # Loop over all the VMS in vCenter
    ForEach ($row in $data)
    {
    # Create variables for the current virtual and its 'Contact' and 'Description' computer that are custom attribute fields.  Also create a $note string to use Set-VM-Description
    $hostname = get-VM-name $vmname;
    # $contact = $vm | Get-Annotation CustomAttribute - user;
    # $description = $vm | Get-Annotation - CustomAttribute Description;
    # $note = $contact.name + ":'t" + $contact.value + "' not n" + $description.name + ":'t" + $description.value;
    Set Annotation - entity $hostname - CustomAttribute "Business system owner" - value $SSG_owner
    Set Annotation - entity $hostname - CustomAttribute "SSG system owner" - value $system_owner
    # Set - VM - VM $vm - $note Description - confirm: $false;
    }

    The result, I get on my screen is:

    PowerCLI C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI\scripts >.\setvmownership.ps1

    Owner of the company that owns SSG host name

    --------                                              --------------                                       ---------

    ABPPROXY-00-AH

    ACE-01-AH hung Laallmmi hung Laallmmi

    Get - VM: could not validate the argument on the parameter 'name '. The argument is null or empty. Provide an argument that is not null or empty, and then try the AGM of the order

    in.

    To C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI\scripts\setvmownership.ps1:13 char: 29

    + $hostname = get-VM-name < < < < $vmname;

    + CategoryInfo: InvalidData: (:)) [Get - VM], ParameterBindingValidationException)

    + FullyQualifiedErrorId: ParameterArgumentValidationError, VMware.VimAutomation.ViCore.Cmdlets.Commands.GetVM

    Set Annotation: Impossible to validate the argument on the parameter "entity". The argument is null. Supply a non-null argument, and try the command again.

    C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI\scripts\setvmownership.ps1:17 char: 23

    + Set-Annotation - entity < < < < $hostname - CustomAttribute "Business system owner" - value $SSG_owner

    + CategoryInfo: InvalidData: (:)) [game-Annotation], ParameterBindingValidationException)

    + FullyQualifiedErrorId: ParameterArgumentValidationError, VMware.VimAutomation.ViCore.Cmdlets.Commands.SetAnnotation

    Set Annotation: Impossible to validate the argument on the parameter "entity". The argument is null. Supply a non-null argument, and try the command again.

    C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI\scripts\setvmownership.ps1:18 char: 23

    + Set-Annotation - entity < < < < $hostname - CustomAttribute "SSG system owner" - value $system_owner

    + CategoryInfo: InvalidData: (:)) [game-Annotation], ParameterBindingValidationException)

    + FullyQualifiedErrorId: ParameterArgumentValidationError, VMware.VimAutomation.ViCore.Cmdlets.Commands.SetAnnotation

    Get - VM: could not validate the argument on the parameter 'name '. The argument is null or empty. Provide an argument that is not null or empty, and then try the AGM of the order

    in.

    To C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI\scripts\setvmownership.ps1:13 char: 29

    + $hostname = get-VM-name < < < < $vmname;

    + CategoryInfo: InvalidData: (:)) [Get - VM], ParameterBindingValidationException)

    + FullyQualifiedErrorId: ParameterArgumentValidationError, VMware.VimAutomation.ViCore.Cmdlets.Commands.GetVM

    Set Annotation: Impossible to validate the argument on the parameter "entity". The argument is null. Supply a non-null argument, and try the command again.

    C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI\scripts\setvmownership.ps1:17 char: 23

    + Set-Annotation - entity < < < < $hostname - CustomAttribute "Business system owner" - value $SSG_owner

    + CategoryInfo: InvalidData: (:)) [game-Annotation], ParameterBindingValidationException)

    + FullyQualifiedErrorId: ParameterArgumentValidationError, VMware.VimAutomation.ViCore.Cmdlets.Commands.SetAnnotation

    Set Annotation: Impossible to validate the argument on the parameter "entity". The argument is null. Supply a non-null argument, and try the command again.

    C:\Program Files (x 86) \VMware\Infrastructure\vSphere PowerCLI\scripts\setvmownership.ps1:18 char: 23

    + Set-Annotation - entity < < < < $hostname - CustomAttribute "SSG system owner" - value $system_owner

    + CategoryInfo: InvalidData: (:)) [game-Annotation], ParameterBindingValidationException)

    + FullyQualifiedErrorId: ParameterArgumentValidationError, VMware.VimAutomation.ViCore.Cmdlets.Commands.SetAnnotation

    The CSV file looks like this (but continues for about 500 VMS):

    I go with the option import-csv because that said something that I read in my troubleshooting efforts would empty columns and error I received and that import-csv correctly would intrepret in empty columns.

    hostname, business_owner, system_owner,

    ABPPROXY-00-AH,

    ACE-01-AH, James Laallmmi, James Laallmmi,

    acrodev-00-ah, tflessa, Bruce Hastings,.

    ACT1DDB00AH, Bill Mancini, Mike Bruni,

    ACT1TDB00AH, Bill Mancini, Mike Bruni,

    What should I do to be able to get this script to work? I don't know that it is related to messages "argument is null." that we see in the output.

    Thank you

    Dan

    Hello, dscottimw-

    You were on the right track.  There were a couple of things to change to make it work as you want:

    1. either remove the "-header" part of the Import-Csv line or delete the actual header of the CSV itself - these are elements in conflict (the "-Header" param names of the columns in the CSV and assumes that the CSV file has already no header row)
    2. you need to access the properties of the $row variable in the ForEach loop - not only call the names of the CSV column headers (this is why you may receive errors on things 'null' - whether you use variables that have no value)

    Try this:

    # Input array, includes all VM names from DCI that are registered.$arrVMsInfo = Import-Csv "C:\Program Files (x86)\VMware\Infrastructure\vSphere PowerCLI\scripts\vmowners1.csv"#Write-Output $data
    
    ## loop through all VMs listed in the CSV, setting custom attrib values for eachForEach ($row in $arrVMsInfo) {    ## get the VM for this row    $vmThisOne = Get-VM -Name $row.hostname    Set-Annotation -Entity $vmThisOne -CustomAttribute "Business System Owner" -Value $row.business_owner    Set-Annotation -Entity $vmThisOne -CustomAttribute "SSG System Owner" -Value $row.system_owner} ## end foreach
    

    And, to give it a shot without actually play the game on annotations, to make sure things go as you like, you could add a - WhatIf to each line in Set-Annotation in the ForEach loop.

    Which works better for you?

  • Browse the tabs with keyboard?

    I have the Edit tab Actions docked at tab compile Errors, output, etc.

    I can't switch between tabs using the keyboard and not with the mouse? I tried the arrows with alt, ctrl, or shift, nothing helps. Thank you.

    You will need to use the keyboard shortcuts for tabs to switch between them.

    F9 is the tab stock. I know not offhand what other shortcuts are handmade, and I don't have Flash on this computer, otherwise I'd look. To find the shortcut, go to the window menu, find the item that you want the shortcut and look to the right of the text. This is where the shortcut will appear.

  • Lose the Vista with custom installation Win7 recovery Partition?

    TX2110us under Vista.

    > If I'm customized (clean installation) installation of Windows 7 should I keep HP_RECOVERY (D intact?) Or should I repartition the drive?

    > If I have auto update of Windows, what is happening to HP_RECOVERY (D?)

    > If I need to recover my laptop at some point, I can do it from the Windows 7 upgrade DVD, or will I need to return to the set of disks of Vista, I created when I started first laptop in 2008 and then upgrade to Windows 7?

    > After Windows 7 upgrade, can I create a recovery partition myself?

    Thanks for any info - research gave no responses so far.

    Peter

    With a clean install, I would delete the recovery partition. No need to keep... Make sure your XP or Vista Recovery first.

    If you do the automatic upgrade, it should keep the intact recovery partition.

    With a clean install_if, later, you will need to reinstall Win 7, you will leave it with Vista using Recovery set. Then upgrade to win 7.I belive the automatic update through F10 recovery "should" for work to start again with Vista... then for Win 7.

    Win 7 own install_you to create your own recovery partition after third-party software such as Acronis True Image.

  • Change the list with Custom MXML itemRenderer DP problem

    Hello

    I have a list of spark with a custom MXML itemRenderer which has two States.

    One or the other is based on a property of data.isTrue, as follows:

    override protected function getCurrentRendererState (): String

    {

    If (Data.isTrue) {return 'TrueState' ;}

    Back to 'FalseState ';

    }

    When data.isTrue is set to true, the TrueState has the value that has a small arrow on the right side.

    When the dataProvider is replaced by a new collection, it restores all data correctly, except the image that is always visible when isTrue was true to the previous data set.

    To the overview, the arrow disappears.

    How can I fix this please?

    You may need to add a substitution of data layer that calls invalidateRendererState

  • no selection in the list with custom itemRenderer

    Once an itemRenderer custom, consisting of a canvas with image and label, submit to a list control that list loses the ability to choose. the selectable attribute is set to true. There are no managers in the renderer that can eat the event.

    How can I provide the itemRenderer custom without losing the functionality of the list?

    Theoretically, you should avoid using containers as element converters because they are 'heavy' with the functionality you don't need.

    Best practice is to extend or to copy and modify ListItemRenderer.as. The source is in the file framework somewhere.

    This is not trivial, but it's not rocket science either. The Adobe code is quite clear and well commented.

    In addition, google: Alex Harui element converter, for a few examples by a master of Adobe.

    Tracy

  • How to maintain the synchronization of the hierarchy of the table with customer-specific data

    Series of paintings in our system, we have:

    Promotions (id, descr, datefrom, dateto,...)
    PromotionClients (promotionId, clientId) = list of clients whose promotion is valid
    PromotionProducts (promotionId, itemId) = list of products on sale

    The synchronization logic is simply that all promotion tables must be synchronized just to the customers present in the PromotionClients table. So each select element for these tables of publication contains something like "... and there are (select 1 from c PromotionClients where c.clientId =: CLIENTID). It works fine until there are some changes in the PromotionClients table. After the change of PromotionClients table starts to sync, but other tables do not - there is in fact no updates on their respective folders.

    Is there a solution to this problem other than to manually create the triggers for the PromotionClients table that would execute model-update on each related table? I mean - is there an existing function in OracleLite that woud let set a few references - to load to a point of publication/table?

    And in the face of similar problem - there is also Promotions.datefrom/dateto limitation. Promotion tables must be synchronized at the time where actual date is between Promotions.datefrom and dateto. When someone modifies some of these values and so the promotion valid for the time related tables does not automatically update and so they do not start to synchronize. Just the Promotions table begins to synchronize. So we might need to implement another trigger to perform updates dummy on the tables of PromotionClients + products, Promotions.datefrom/dateto update.

    I do not like the personalized relaxation approach - it just duplicates the synchronization logic and it is inconvenient to maintain the synchronization logic in two places (pubitem selects + custom triggers). I would like to find a solution of OL-native - as referring to load tables for each publication element that would cause triggers to OL to also catch the person in charge of the lines of tables (which were not actually modified) to be marked as dirty and synchronized to the client. Is there a solution like this? Or is there an alternative better than custom triggers?

    When you trigger an event in a related table, it gets registered for PGM compose the data in this table. If there is a suspicion, MGP will compose the data in these tables as well.

    So if you have something like a REGION_MAPPING table that maps the users in various locations and if you change the table data and want other tables that are joined with him to compose the data, and then add a hint of dependency to the tables mapping them to REGION_MAPPING. If these tables is regularly updated and data are being composed for the child tables, then you don't need the trick, just good practice to add it.

  • TestStand fails to use the application with custom user settings

    Hello

    For a project of teststand, I use a .net application that uses a custom settings provider. The problem is that whenever he tries to use one of the teststand user settings, the application returns an exception:

    "Unable to load the provider type.

    I tried to illustrate the small demo project that I have attached.

    The .net application I call of test bench is AppWithUserSetting, and is one of the steps in the q.seq file in sequence to get a value from a user setting. That's where it crashes for me.

    On the other hand, if I instantiate the same objects and read the same setting from another application .net (DoLikeTestStandApp), everything is fine.

    Note that in the AppWithUserSetting settings.designer.cs file, a custom line has been added ([total:ystem.]) Configuration.SettingsProvider (typeof (AppWithUserSettings.UserAppSettingsProvider))]) to force the program to use the custom SettingProvider. And that's where it fails when loading teststand.

    No idea why? Right now, I'd rather not remove the use of this settingProvider custom because it will keep the settings of the user even when the upgrade to a different version of AppWithUserSettings.

    Thank you and best regards,

    Loïc

    PS: I use studio VS 2008 SP1 and Teststand 4.1.1

    Loïc-

    Like Doug mentioned, you are running in an issue similar to that of the other forum thread, he did. I went ahead and implemented workaround for this problem in your example and attached it below.

    I hope this helps. Let me know if you have any questions.

  • Signature of the .cod with custom key file files

    Brand new on-site development of BlackBerry (2 weeks in)-so please forgive me if this is in the wrong place.

    I am currently using the CodeSigningKey and the DatabaseFactory.encrypt for an application that I developed that will use a database.

    I'm a ControlledAccessException during an attempt of the DatabaseFactory.encrypt with the key that I provided. I think it's because I didn't sign my files with the file ___.key *.cod correctly.

    I use sqlitedemo as a guide files, and in the comments he mentioned that I need to create my own pair of public/private key using the administration of BlackBerry signing authority tool - I did. The question I have is when packing my request in the BlackBerry Java plug-in for Eclipse, sign tool is running and said that this particular key file is not saved with a server.

    I found documentation on signing here:

    http://docs.BlackBerry.com/en/developers/deliverables/1077/BlackBerry_Signing_Authority_Tool_1.0_-_p...

    And this guide mentions that I can use a tool of file signature to sign the *.cod file manually so that I don't have to worry about set up a server, as long as I know the private - key password what I do. Is it still possible to use such a tool? And if so - where could I find one for a Mac environment (I can run on Windows, if necessary (I did to generate the key file), but I prefer to keep everything on a single machine).

    If this is not the case - there - it an easy way to configure the server and a better guide illustrating how to put in place the signature tool so that the keys are registered with my server?

    Thank you very much for your help

    Hi Mark,

    Thanks for the reply!

    While it's an excellent resource it unfortunately not answered my question. Like all other documents that I linked earlier, this resource talks in Task 4, step 2 of:
    'Start the application file signatory in the administration of BlackBerry signature tool '.

    I had downloaded and installed the BlackBerry Signing Authority tool a few times (it installs really as "BlackBerry password based code signing), but never found dittos application sign. On a whim, I went into the folder, it was installed and just started running all *.exe that I could find. Finally, it is of the 'SigningAuthorityAdmin.exe' and 'SigningAuthority.exe '. The first will create the key, the second is the tool of "file signatory."

    Hope that will help everyone in the future that awaits the names is compatible...

    Edit: I have not found the Mac environment anywhere... so I assume that there is not.

  • How to fill the screen with custom display fields

    I need to instantiate a class of custom field and add it to a number fixed times who knows @ length of the screen.

    I created a table to create objects of a custom field, and then I add elements to the screen one by one.

    I use this code where the entries knows @ runtime.

    There is error but the fields are not added to the screen and the screen and the screen is blank.

    CustomField item[]=new CustomField[entries];
    int entries;
    for(int i=0;i			 

    Some stupid problem just to retrieve the integer. Now, copy the following code works correctly.

  • How can I browse the timeline with my mouse wheel?

    I usually have 4 tracks in my calendar so I don't have to vertical scrolling. How can I adjust my mouse wheel to scroll horizontally through my calendar?

    In preferences/general, there is an option for scrolling the timeline.

    If you hold down the CTRL key while scrolling to happen from vertical to horizontal or v.v

  • I've been duped in the past with bad download but not Mozilla Firefox did you send it?

    You are currently browsing the web with and your VCR may be outdated

    Please update to the latest version for better performance

       Superior HD Video Streaming and Hardware Acceleration
       Download Any Movies, Shows or Video Clips
       Critical Security Patch and Bug Fixes
       Richer, more immersive user experiences
    

    Note: this update is free and takes under a Minute on broadband no reboot required

    No, Mozilla does not send such reports, so do not be fooled by the latter.

    If you get a pop-up message asking to update Firefox or plugins then this message is probably a scam and you should never respond to such reporting to avoid being infected by malware.

    • Don't update Firefox via "> about" or by downloading and installing Firefox from Mozilla and server never using a popup or a link on a web page.
    • Plugins should be updated only through the plugin itself, or by visiting the home page of the plugin.
  • I can ONLY connect to the internet with IE7 and Outlook Express

    I have Win XP SP3, home wired network, Netgear router, cable internet, Lenovo desktop.
    I can run IE 7 and Outlook Express and connect to the internet very well with these.  However, I can not connect using FireFox.  Windows Update returns an error and does NOT connect to scan my computer and display the necessary updates.  I just installed tax program this year HR CD block and it is unable to connect to internet to download the updates.  I used IE7 to go to the web site of the tax program to download the update manually, but it doesn't connect either.  I also can't complete installation OF Adobe (Digital Editions) program because it must connect to the internet in order to make a registration.

    I have disabled the Windows Firewall, do not have a configured proxy.  So, I can browse the internet with IE7 and get email with Outlook express.  I went on the site from Google Chrome to try to download it and install it that (using IE7 of course), but after I press the "Download" button, IE7 says that it cannot connect to perform the download.

    I scanned this forum and not seen similar symptoms that would allow me to reach a solution.  Everyone knows about this issue and how to resolve?

    P.S. I have two other laptops Win XP which CAN completely connect to internet with IE and Firefox via the same router and the modem cable.

    I tried trojan remover and none of the things in the menu utils found any problems.

    But it turns out that my problem was a hidden/partial copy of Symantec Client Firewall that I thought was deleted.  Over the months some programs had been updated and Symantec didn't know about them, so it was blocking their access: FROM Adobe, HR Block, IE8, Firefox, etc.  Given that I have not seen it listed in the start menu and it was not listed in Add/Remove Programs, I didn't have to try to remove it.  And it was not poping up to tell me of a new program attempts to access the Internet.

    I used the Symantec tool to remove all THE stuff of Symantec and it cleared up my connection problems.  I then reinstalled Symantec Client Security (antivirus and firewall) and turned off the Windows Firewall.

Maybe you are looking for

  • Keyboard shortcut 'Command r' has been hijacked

    Command + r is used for many things, but now, whenever I enter this command in any application it just opens the Contacts application.  I have no idea what caused this problem or how to stop it. I looked under system preferences keyboard shortcuts ta

  • Tried to import pictures. Will not stop or go away and I can't turn off my laptop

    I was importing pictures from a SD card to my Macbook pro and tried to do them all at once. There were about 700 pictures. Once, I moved their this tab below that presented themselves. After about 5 minutes of nothing don't be going on I tried again

  • Want to 700-074: update BIOS GUI is in Chinese!

    HP Support Assistant today announced that an update was available for the BIOS in my URGE to 700-074.  However, when the update tries to install, the user interface appear in Chinese, I can't read.  English please! Does anyone else have this problem?

  • WINDOWS MEDIA PLAYER... Missing codecs

    My windows media player use to play DVD & VCD but now missing the codec so can't watch these now. Download the codecs but them uninstalled as apparently do IE, Media Player etc unstable. Is anyone able to help with this please... Thanks :)

  • Z410 dual sim will not allow both work as 4g

    I have 2 sim cards, sim 1 for voice and text without data plan and sim 2 for data only. How can I configure the two for 3 or 4 g because when I put one for 3 / 4g it seems to get to the other 2 g