FLEX application using AS closing

I use the following code to close the current application using Action Script and JavaScript:

var urlString:String = ' javascript:window.opener = auto; Self.Close; » ;

var request: URLRequest = new URLRequest (urlString);

navigateToURL (request, "_self");

Then I got the message: SecurityError: Error #2121: security sandbox violation: navigateToURL

Is there a way to solve the problem or should I use another way to close the application currently As

Kind regards

See Nativeapplication.exit())

Tags: Flex

Similar Questions

  • Call a html FLEX application, using parameters

    Hi guys,.

    I have this html code:

    "< form ="getTracing"method ="POST"name action ="http://syyzas400/ShipmentInquiry/ShipmentDetails.html"> ".

    QuickTrace

    < input type is "text" name = "TrackNbr" size is "14" tabindex = "1" maxlength = "11" >

    < br >

    Carrier

    < select name = "Carrier" tabindex = "2" style = "background-color: #D8E4FF;" color: black;

    do-family: Arial; make-weight: bold; do-size: 9pt; width = 114 ">

    < option > option 1

    < option > option 2

    < option > Option3

    < / select >

    As you can see, it has an input field ("TrackNbr") and a selection field (the ' carrier'), with three options... The user enters a number of follow-up.

    in the first field and choose one of the three options in the second field and hits < enter >. Now, as you can see on the 'action' box, an element html (part of a FLEX application) is called. The problem is that ('TrackNbr' and 'Carrier') parameters are not passed, and I don't know how to do this.

    This FLEX application accepts the parameters using the technique of URL fragments (because can be called from another FLEX application, too)

    but of course it does not work with the form described above.

    I read on the external Interface class, but everyone speaks to call ActionScript functions, not FLEX applications. Being a beginner in this area.

    I don't know that I'm missing something, but what?

    Any help would be much appreciated, as usual...

    Florin

    could try to use the GET method and parse the URL when loading the application

    var path:String;
    
    var URLpath:String = ExternalInterface.call("window.location.href.toString");
    var PassedData:Array = URLpath.split("?");
    
    var Parameteres:Array = PassedData[1].split("&");
    
  • SWF in Flex Application using

    I have a problem on sovereign wealth funds used by the Flex application.

    Code: mx:SWFLoader source = "SWF/360.swf" scaleContent = "false" width = "200" height = "100" / > "

    360.swf, document, document width: 200 height: 100.
    However, the movieClips in 360swf use about 400 * 200 steps.

    Problem: the 360.gr swf file is always displayed in full size(400*200) of SWFLoader, so that it can be displayed by flash player well(200*100).

    How the Flex application allows the document width and height to display SWFs?

    Appreciate any help.

    Maybe you can try to define maintainAspectRatio = false... Although I don't know if it will work,

    -george

  • Display the form guide in a flex application using the remote object

    I am using livecycle workbench 8.2 and flex 3.0.  Now I'm making the form of livecycle workbech guide.  I use the provided process: samples-forms-> render form Guide 1.0.  and use the SimpleMortgageLoan-formGuide(this has all 3 files: swc, xdp and xsd) for trial.

    I am able to get the PDF and html using process and sample pdf are the option to provide. But I have error when using rendered form guide to get the livecycle form guide (I use that as a starting point:http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/help/wwhelp/wwhimpl /common/html/wwhelp.htm?context=sdkHelp & file = 000261.html):

    Here is the error I get

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727)

    Timestamp: Monday, April 27, 2009 21:24:28 UTC

    Message: Object EXPECTED

    Online: 103

    Char: 1

    Code: 0

    URI: http://serverHost/DocumentManager/docm1240857760906/eab56933d7dfefb501ad6549129d 40 d 2? type = dGV4dC9odG1sOyBjaGFyc2V0PWlzby04ODU5LTE =

    Any idea?

    Thank you.

    The target url must be the address of the server that you want to retrieve information. For example http://localhost: 8080.

    Jasmine

  • What is the technology used for the integration of java with Flex application?

    How we integrate java into a Flex application or how to build flex applications that use Java as a backend?

    BlazeDs is currently used in businesses to serve the above purpose?

    Or is there a better technology that is used in businesses for the integration of Java with Flex application?

    What is the latest version of BlazeDs?

    Also, please give me a few important article links which shows a sample application in Flex using Java development as a backend.

    Thank you in advance.

    BlazeDS is the way to go. Just google BlazeDS and you will find many examples of link Java to Flex via Remoting and BlazeDS.

  • How to enter text in the text entry box using the virtual keyboard in a flex application

    Re: How to enter text in the text entry box using the virtual keyboard in a flex application

    Hello

    I'm using flash builder 4.

    I designed the virtual keyboard, I have to update the text in the input text permanently area using the virtual keyboard.

    I used the events.i button does a few he's cheating.

    can someone help me tat.

    Thanks in advance.

    I have included my mxml with this program.

    virtualKeyboard. MXML

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:fx s:Application ' http://ns.Adobe.com/MXML/2009 "
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/mx" minWidth = minHeight = "955" "600" creationComplete = "initfunc ()" >
    < fx:Script >
    <! [CDATA]
    Import mx.controls.Alert;
    private function initfunc (): void
    {
    B1.addEventListener (MouseEvent.Click, HandleEvent);
    B2.addEventListener (MouseEvent.Click, HandleEvent);
    B3.addEventListener (MouseEvent.Click, HandleEvent);
    B4.addEventListener (MouseEvent.Click, HandleEvent);
    B5.addEventListener (MouseEvent.Click, HandleEvent);
    B6.addEventListener (MouseEvent.Click, HandleEvent);
    B7.addEventListener (MouseEvent.Click, HandleEvent);
    B8.addEventListener (MouseEvent.Click, HandleEvent);
    B9.addEventListener (MouseEvent.Click, HandleEvent);
    B10.addEventListener (MouseEvent.Click, HandleEvent);
    B11.addEventListener (MouseEvent.Click, HandleEvent);
    B12.addEventListener (MouseEvent.Click, HandleEvent);
    B13.addEventListener (MouseEvent.Click, HandleEvent);
    B14.addEventListener (MouseEvent.Click, HandleEvent);
    B15.addEventListener (MouseEvent.Click, HandleEvent);
    B16.addEventListener (MouseEvent.Click, HandleEvent);
    B17.addEventListener (MouseEvent.Click, HandleEvent);
    B18.addEventListener (MouseEvent.Click, HandleEvent);
    B19.addEventListener (MouseEvent.Click, HandleEvent);


    B20.addEventListener (MouseEvent.Click, HandleEvent);
    B21.addEventListener (MouseEvent.Click, HandleEvent);
    B22.addEventListener (MouseEvent.Click, HandleEvent);
    B23.addEventListener (MouseEvent.Click, HandleEvent);
    B24.addEventListener (MouseEvent.Click, HandleEvent);
    B25.addEventListener (MouseEvent.Click, HandleEvent);
    B26.addEventListener (MouseEvent.Click, HandleEvent);
    B27.addEventListener (MouseEvent.Click, HandleEvent);
    B28.addEventListener (MouseEvent.Click, HandleEvent);
    B29.addEventListener (MouseEvent.Click, HandleEvent);
    B30.addEventListener (MouseEvent.Click, HandleEvent);
    B31.addEventListener (MouseEvent.Click, HandleEvent);
    B32.addEventListener (MouseEvent.Click, HandleEvent);
    B33.addEventListener (MouseEvent.Click, HandleEvent);
    B34.addEventListener (MouseEvent.Click, HandleEvent);
    B35.addEventListener (MouseEvent.Click, HandleEvent);
    B36.addEventListener (MouseEvent.Click, HandleEvent);
    B37.addEventListener (MouseEvent.Click, HandleEvent);
    B38.addEventListener (MouseEvent.Click, HandleEvent);
    B39.addEventListener (MouseEvent.Click, HandleEvent);
    B40.addEventListener (MouseEvent.Click, HandleEvent);
    B41.addEventListener (MouseEvent.Click, HandleEvent);
    B42.addEventListener (MouseEvent.Click, HandleEvent);
    B43.addEventListener (MouseEvent.Click, HandleEvent);
    B44.addEventListener (MouseEvent.Click, HandleEvent);
    B45.addEventListener (MouseEvent.Click, HandleEvent);
    B46.addEventListener (MouseEvent.Click, HandleEvent);
    B47.addEventListener (MouseEvent.Click, HandleEvent);
    B48.addEventListener (MouseEvent.Click, HandleEvent);
    B49.addEventListener (MouseEvent.Click, HandleEvent);
    B50.addEventListener (MouseEvent.Click, HandleEvent);
    B51.addEventListener (MouseEvent.Click, HandleEvent);
    B52.addEventListener (MouseEvent.Click, HandleEvent);
    B53.addEventListener (MouseEvent.Click, HandleEvent);

    }
    public void handleEvent (e: MouseEvent): void
    {
    var a: String = e.target.name;
    Alert.Show (e.Target.Name);
    var b:String = null;
    Switch (a)
    {

    case 'Button20 ':
    b = TextBox.Text;
    TextBox.Text = "a";
    TextBox.Text = b + "a";
    break;


    case 'Button21 ':

    TextBox.Text = "b";
    TextBox.Text = b + "b";
    break;


    by default:

    TextBox.Text = "s";
    TextBox.Text = b + "s";
    }
    }

    []] >
    < / fx:Script >

    < s:Panel = "43" x y = "82" width = "527" height = "213" >
    < mx:Button = "71" x y = '86' id = "b1" label = "1" width = "30" height = "24" / >
    < s:Button = "180" x y = '86' id = "b2" label = "5" width = "30" height = "24" / >
    < s:Button = "127" x y = '86' id = "b3" label = "3" width = "30" height = "24" / >
    < s:Button = "99" x y = '86' id = "b4" label = "2" width = "30" height = "24" / >
    < s:Button = "323" x y = '86' id = "b5" label = "0" width = "30" height = "24" / >
    < s:Button = "294" x y = '86' id = "b6" label = "9" width = "30" height = "24" / >
    < s:Button = "265" x y = '86' id = "b7" label = "8" width = "30" height = "24" / >
    < s:Button x = '237' y = '86' id = "b8" label = "7" width = "30" height = "24" / >
    < s:Button = '209' x y = '86' id = "b9" label = "6" width = "30" height = "24" / >
    < s:Button = "42" x y = '86' id = "b10" label = "" ' "width ="30"height ="24"/ >"
    < s:Button x = "382" y = '86' id = "b11" label = "=" width = "30" height = "24" / >
    < s:Button = '353' x y = '86' id = "b12" label = "» largeur" width = "30" height = "24" / > "
    < s:Button = "410" x y = '86' id = "b13" label = "back" width = "76" height = "24" / >
    < s:Button = "157" x y = '86' id = "b14" label = "4" width = "30" height = "24" / >
    < s:Button = "43" x = "109" id = "b15" label = "tab" width = "66" height = "24" / >
    < s:Button = "105" x = "109" id = "b16" label = "q" width = "31" height = "24" / >
    < s:Button = "247" x = "109" id = "b17" label = "y" width = "30" height = "24" / >
    < s:Button '303' = x y = "109" id = "b18" label = "i" width = "31" height = "24" / >
    < s:Button = "361" x y = '110' id = "b19" label = "p" width = "34" height = "23" / >
    < s:Button = "394" x = "109" id = "b20" label = "[" width = "31" height = "24" / >] "
    < s:Button = "191" x = "109" id = "b21" label = "r" width = "34" height = "24" / >
    < s:Button '424' = x y = "109" id = "b22" label = "]" width = "31" height = "24" / > "
    < s:Button = "222" x = "109" id = "b23" label = "t" width = "31" height = "24" / >
    < s:Button = "161" x = "109" id = "b24" label = "e" width = "31" height = "24" / >
    < s:Button = "133" x = "109" id = "b25" label = "w" width = "31" height = "24" / >
    < s:Button = "332" x = "109" id = "b26" label = "o" width = "31" height = "24" / >
    < s:Button = "275" x = "109" id = "b27" label = "u" width = "31" height = "24" / >
    < s:Button = "220" x = "133" id = "b28" label = "g" width = "31" height = "24" / >
    < s:Button '424' = x y = "132" id = "b29" label = "enter" width = "62" height = "24" / >
    < s:Button = "43" x = "132" id = "b30" label = "caps" width = "66" height = "24" / >
    < s:Button = "275" x = "133" id = "b31" label = "j" width = "42" height = "23" / >
    < s:Button = "314" x = "132" id = "b32" label = "k" width = "31" height = "24" / >
    < s:Button = "133" x = "133" id = "b33" label = "s" width = "31" height = "23" / >
    < s:Button = "161" x = "133" id = "b34" label = "d" width = "31" height = "23" / >
    < s:Button = "250" x = "133" id = "b35" label = "h" width = "31" height = "23" / >
    < s:Button = "105" x = "133" id = "b36" label = "a" width = "31" height = "23" / >
    < s:Button = "191" x = "133" id = "b37" label = "f" width = "31" height = "23" / >
    < s:Button = "342" x = "132" id = "b38" label = "l" width = "31" height = "24" / >
    < s:Button = "152" x = "154" id = "b39" label = "x" width = "31" height = "24" / >
    < s:Button = "353" x = "154" id = "b40" label = "'." " Width = "31" height = "24" / >
    < s:Button = "325" x y = "154" id = "b41" label = "," width = "31" height = "24" / >
    < s:Button = "294" x = "154" id = "b42" label = "m" width = "31" height = "24" / >
    < s:Button = "259" x = "154" id = "b43" label = "n" width = "37" height = "24" / >
    < s:Button = '236' x y = "154" id = "b44" label = "b" width = "31" height = "24" / >
    < s:Button = "211" x = "154" id = "b45" label = "v" width = "31" height = "24" / >
    < s:Button = "181" x = "154" id = "b46" label = "c" width = "31" height = "24" / >
    < s:Button = "122" x = "154" id = "b47" label = "z" width = "31" height = "24" / >
    < s:Button = "380" x = "154" id = "b48" label = "/" width = "31" height = "24" / >
    < s:Button '368' = x y = "132" id = "b49" label width = ';' = "31" height = "24" / >
    < s:Button = "396" x = "132" id = "b50" label = "" ' "width ="31"height ="24"/ >"
    < s:Button = "43" x = "154" id = "b51" label = "shift" width = "82" height = "24" / >
    < s:Button '407' = x y = id = "154" "b52" label = "shift" width = "79" height = "24" / >
    < s:Button = "455" x = "109" id = "b53" label = "------" width = "31" height = "24" / >

    < / s:Panel >
    < s:TextInput = "161" x = "27" id = "textbox" width = "253" / >

    < / s:Application >

    Kind regards

    Saran r

    Hello

    http://gumbo.flashhub.NET/keyboard/

    It is a small example of a 'virtual' keyboard that will enter the text into a textinput/textarea component selected. Capslock and shift key States really aren't quite right (really need control shift/cap lock combo), but there is a simple tab and backspace (delete) and enter the function key.

    hope this is useful

    David.

  • Why would I need to use LiveCycle Data Services in Flex application?

    I can't understand what additional functionality is provided by using LiveCycle Data Services in my Flex applications.  I can't understand how, using LiveCycle Data Services would benefit my applications.  Anyone out there using LiveCycle Data Services?  If so, what are you doing with it in Flex?

    Thank you!

    -data push for implementations of publish/subscribe

    The user must do nothing to get the updated information. You push their machine when new data is available, as Yahoo finance update quotes.

    -pagination of data

    You don't want to display 1 million rows in your datagrid at a time. Get a lot of data, if the user makes a scrolling down, get the next batch, etc.

    -pool side Server

    A server does not get overloaded. High traffic sites have their large number of simultaneous connections managed more effectively.

    -JMS services

    JMS is a powerful technology for messaging in an application, and LCDS makes it much easier.

    -RTMP tunnel

    Allows the use of the RTMP protocol in LiveCycle Data Services applications. Makes it easier to go through the appropriate firewall and proxy servers that currently prevent direct RTMP client connections on the server.

    If this post has answered your question or helped, please mark it as such.

  • Using Weblogic to deploy the Simple Flex application

    Hello


    I'm deploying a Flex application is simple in a weblogic8.1 server, so that I can use it locally.

    Can someone please guide me where and how to deploy my flex application.

    I'm pretty new to this can any body provide me with a guide or walk up the wise step for me.

    More on what is the url that I need to give in the browser to access the flex app that I deploy on the Weblogic Server.


    (Currently I use IIS - simply copy the .swf file and wrapper html page in to the C:\Inetpub\wwwroot and giving http://localhost/test.html )

    in the browser to access)-how to do this using Weblogic 8.1


    Thank you

    Nash

    Hi Nash,

    I used WebLogic a lot (even if most v9 rather than 8). The main square is in the same location as your JSP files, so in your contenuWeb instead of the src folder. However, you can have structured the JSP pages themselves into folders (I always do on big plans for roughly in line with the menu chocies), in which case I would put the compiled Flex SWC with the JSP in which it is incorporated. In principle it can be elsewhere for example (all files swc collected in one place), but I personally find it easier to keep the page and insert set.

    When WebLogic then deploys the structure of folders to WebContentremains the same, but the src files treated differently to support navigation controller/struts.

    If you update the swc without changing the WebLogic Server part, then you can simply drop the swc altered in the correct location on your server... as long as you can find, because it is usually buried a lot of deep layers folder. But the WebLogic administration console must indicate where the server is looking for the files, and then you can track that down on your hard drive.

    Hope that helps,

    Richard

  • Error using the ColdFusion/Flex Application Wizard

    I'm looking forward to use the CRUD from the CF/Flex Application Wizard features. After 4 hours of trying to find the problem, however, maybe someone else can help. The wizard is able to locate and work with a SQL Server 2005 data source and create the application. When I run it however, I have the following error:

    (mx.rpc::Fault) #0
    errorID = 0
    faultCode = "Client.Error.MessageSend".
    faultDetail = "error Channel.Connect.Failed NetConnection.Call.Failed: HTTP: status 405.
    faultString = "send failed".
    message = "faultCode: Client.Error.MessageSend".
    faultString = "send failed".
    faultDetail = "error Channel.Connect.Failed NetConnection.Call.Failed: HTTP: status 405.
    name = "Error".
    rootCause = (Object) #1
    Code = "NetConnection.Call.Failed".
    Description = "HTTP: status 405.
    Details = "" http://localhost/flex2gateway " "
    Level = "error".

    1 flex Integration is enabled on my 7.0.2 Server
    2. it looks like a mapping problem

    Someone, help please?
    Christian Briggs

    It was after all the configuration file. Thanks for your help.

    The problem: was always set to false. Thank you!

  • How to open, close and monitor a (xyz.exe) application using labview?

    Hi all

    I have an application where I need to open an application e.g. calc.exe, after application of openingxyz it I need weather monitor this application runs, or is he forcefuly closed by the user. now I am able to open the application using the Exec.VI system, but unable to verify the current state of the application called in real time.

    Thanks in advance

    Ravi

    A simple method is to run a cmd "tasklist" and analyze the output string.

    See this:

  • Dynamically change the title of the browser in the Flex application

    In order to make my Flex application more accessible to those who use screen reader software, I need to change the text of the title bar of the browser that the user selects different tabs. I thought I could use FlexGlobals.topLevelApplication.pageTitle = "xxx" to it or define a public function in the MXML application file and use topLevelApplication to call it.  However, this does not seem to work, the title bar is not changed. I wonder if this requires flex 4.6 (I currently use 4.5).  Any ideas on how I could do this would be appreciated.

    Hello

    BrowserManager allows to change title and browser header text.

    http://help.Adobe.com/en_US/Flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7cbb.html

  • Flex application and several basic material

    Hello

    my company is developing an enterprise application pretty huge involving 4 Flex, BlazeDS, a server side Java-spring and frame matte on the client side.

    It works very well but as demand is growing bigger and bigger performance problems are a major concern for us... And our customers!

    We just noticed a performance problem and I could not find any resource from Google, it's here:

    It seems to us that no matter what the number of CPUS of your computer has, our Flex application always use only one. Accordingly, our application rolls over on a P4 core at 3 GHz computr processor than, say, on a core i7 with 8-processor 1, 6 GHz! Pretty strange isn't it?

    However, I learned that multicore of handfuls of Flash Player since version 9, so perhaps am I missing something simple? Is there something I should do to enable multicore processing? What is my application which is poorly designed? Or an operating system issue maybe?

    Any help would be greatly appreciated

    Thank you

    Matt

    ActionScript is single-threaded, so there is no advantage to try to spread his treatment between multiple cores.  Once the actionscript code has implemented the displaylist for a framework, certain aspects of the rendering of the display list can be distributed to the other cores or even a gpu.  Use the performance profiler to see where you as usage patterns are expensive and optimize.

  • How to incorporate and display a SWF in a Flex application.

    Hi all

    I'm trying to embed a swf animation in a flex 4.5 application and display it, but it does not work!

    I get error after error.  When I try to use addElement(), I get the following error:

    1067: coercion of a value of type mx.core:MovieClipLoaderAsset to an unrelated type mx.core:IVisualElement.

    If I use addChild(), then he throws another error when running.

    Here is my code:

    [Embed(source="assets/con_mov.swf")]
    private var connectMov:Class;
    private var conMov:MovieClipLoaderAsset = new connectMov();
    

    Here's the code I'm trying to use it to displey:

    borderContainer.addElement(conMov);
    

    I tried just to add to the application using this.addChild (connectMov), but I get an error during execution.  It's ridiculous!  Bringing a swf created in Flash into Flex and displaying should not require so much effort - IMHO.  There is a lot of documentation on how to embed a swf in Flex, but almost nothing about how to post!

    It's just a simple animation placeholder so I need access to all the functions on the inside, I want to integrate rather than using swfLoader.

    Thanks for any help or advice you can give!

    Matt

    Hello Matt,

    Yes you are right, it is not necessary to set the source of the image that we add a movieclip with swf. It was a mistake in my

    code, because I have tried it with too many crazy ways.

    Now the SWFLoader, ABT

    This technique works well with the SWFs that adds a graphical application or animations, but are not intended to have a large amount of interaction with the user. If you import SWF files that require a large amount of user interaction, you must build them as custom components. (Adobe Docs)

    Thank you and best regards,

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

    Kanchan Ladwani | [email protected] | www.infocepts.com

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

  • Save the Flex application as a service

    Hello

    Is it possible to save Flex applications as services? And by here I mean--taking the example of Android - the app is closed, but still running in the background (not visible in the Task Manager).

    The reason why I ask, is that if for example I want to have notifications in real time, of events at certain times or things of the location function, I need the application to be "aware" all the time but taking place as few resources as possible.

    Also, it would have been nice setting to start at system startup and so on.

    Thank you.

    Well, he gives examples of what you can do with this thing, but you can do much more... On a native android app, you start a service at the launch of the system in the background to check what you want to check.

    In this example, we start a service when we start to demand... You can change to start the service at the launch of the system and start the main activity (to launch your swf) from the service!

  • FileReference - crossdomain.xml - restrict access to all MY Flex application?

    I have a Flex application based on the web (domain A) concerning must download files on the desktop of the user FROM an external server (domain B). I use Adobe FileReference class to do this. Now, I know that I need a file crossdomain.xml to the external server in domain B to establish trust between the Flex application and the server download. In the end, I need any user to any domain to have access on the server download for the cross-domain file must specify:

    allow-access-from domain="*"

    But this will open up acess to the downloadble files to any flex app out there on the web . Is there a way to restrict access to just MY Flex app in the
    crossdomain.xml file?

    thx in advance!

    -MC

    Why do you need any user to any domain access?

    Anyone using your web application will be in area a. unless you count should the swf for others to download from their servers (which woiuld be strange)

    the field is the place where its hosted

Maybe you are looking for

  • How to hide or disable the vertical and horizontal scroll bars?

    I would like to hide or disable scroll bars vertical and horizontal window of Firefox (20.0.1 at the moment), is there a CSS rule or the setting in "subject: config" resource for this behavior? Thanks in advance.

  • Update dc7800p

    Hi - I bought a used minitour dc7800p work. It is about 4 years old and has wiped (software, files, etc.). It has Vista 32 bit installed and no wireless adapter. My questions are: I guess it would be good to upgrade the OS to Windows 7 (ultimate?) an

  • Equium L10: Problem with the main battery and battery RTC

    Hello I have the Toshiba Equium L10 and it is about 14 months old and I have problems with the battery and how much time it takes after a full charge. I also have problems with the RTC battery and an ERROR 0271: check date and time settings message w

  • Lenovo T450

    Hello I have improved my T450 to 10 windows, but cannot get the bluetooth installed or run. I downloaded the drivers, but it won't yet turn on. Can someone help me with this please? Thank you

  • programmatically set the display format minimum field width

    Hi all I am designing a user interface for a digital ASIC assessment and I wanted to programmatically set the minimum field width of a digital control that takes a binary value. Is it possible to do? Thank you Nick