Set the text property of textbox.

I know it's a very basic question, but I have little code here I tried to understand why it will work for about 3 hours.

I have a button that you click when you want to send a message. I have also a keyboard shortcut for the Enter key to send the message. These two options, go to the same function.

public void onKey(event:KeyboardEvent):void {}
If (event.keyCode == 13) {}
onChatSend();
}
}

the button goes to onChatSend(); also

public function onChatSend (): void
{
If (chatMsg.text! = "") {}
if(infoPanel.Visible == false) {}
sendStream.send ("onTextRecieve", chatMsg.text);
chatMsg.text = "";
}
}
}

application.addEventListener (KeyboardEvent.KEY_DOWN, onKey);

AH-AH! Switch the KeyboardEvent KeyboardEvent. KEY_UP

I think that the value of chatMsg is overridden by the events of the text component. You want to leave the text component finished processing the ENTER key you are trying to edit its text value.

Tags: Flex

Similar Questions

  • How to set the text html for a label?

    Hi all

    I'm trying to set the text html for a label programmatically by using the following code

     tourDescriptionLabel->setText(""+tourDiscHtmlString+"");
    

    but unfortunately my display of the label

    Some text’s most known

    I tried with this in webView has achieved the same result. I'm getting response json string. I've hardcoded, the response data such cases it shows how reqular.

    Thank you

    Dembélé George Jacob

    I got it

    Thank you for your support

    QString tourDiscHtmlString                        = tourSummary.value("tour_desc").toString();
        QTextDocument text;
        text.setHtml(tourDiscHtmlString);
        QString plain = text.toPlainText();
       tourDescriptionTextArea->setText(""+plain+"");
    
  • Setting the text labels programmatically.

    I'm working on a project that requires a lot of labels and text fields (lets say more than 100). I want to:

    • get/set the text in a label
    • get/set the text in a textfield

    I can do it manually, but is it possible to do programmatically (i.e. run it through a loop), preferably in QML on C++. Any help will be appreciated.

    you could add the textfields to a data structure (in addition to container) and go.

  • How I and the spaces in the text property of a showDetailItem?

    Hi experts,

    I use Jdev 12.1.3 and I would like to add spaces in the text property of a showDetailItem like this:

    < af:showDetailItem text = ' #{rank. " Field1}-& \nbsp; -& \nbsp; #{rank. Field2})' id = 'sdi1.

    Works fine generated html code and makes the spaces, but the compiler gives an error:

    Error(1,1):  The page failed validation from validator: "org.xml.sax.SAXParseException; lineNumber: 84; columnNumber: 103; Undeclared referenced to entity "nbsp"
    
    
    

    How could I solve it?


    Kind regards

    Jose.

    Jose

    Try like this

     

    It looks like this on the page

    Ashish

  • How to set the timeout property Web Service partner link in the new version of the SOA Suite, it is missing

    Hello

    I have a use case in which I'll call synchronous external Web Service and the form of this service, I get the answer after 80 seconds.

    I know that this console form EM soa-infra-> SOA Administration-> BPEL proprieties-> under 'more BPEL Configuration Properties..' in SyncMaxWaitTime can I change the default 45 second in 80 seconds, but it will apply to all synchronous services in this area, and I want only the value appeal of Web Service of particular external reference (link partner).

    For the limit of timeout for the particular web service (partner of external reference link):

    I saw a post at < http://www.mandsconsulting.com/asynchronous-vs-synchronous-bpel-processes > in which there is an option in 'Link partner Edit' form property tab dialog box, we can add "timeout" property but in SOA Suite11.1.1.7 I am not able to find this property form the list.

    on this post < http://abhishek-soablog.blogspot.in/2010/06/timeout-for-partnerlink.html > is also described the same way, but it's just the source code of the highest way of GUI to set the timeout property and it does not work with a new version.

    Can someone please tell me in a new version (11.1.1.7) of SOA suite, which is how to set the timeout for the particular web service (partner of external reference link).

    Thank you

    Can someone please tell me in a new version (11.1.1.7) of SOA suite, which is how to set the timeout for the particular web service (partner of external reference link).

    VR;

    Click em-> composite-> Services and references-> select need to reference and click on-> properties: 'HTTP Timeout of read' and 'HTTP timeout.

    developing composites:

    Click on a reference-> property inspector-> link properties-> plu green and add oracle.webservices.httpConnTimeout with the necessary value and oracle.webservices.httpReadTimeout with the necessary value

    for the same domain defined: oracle.webservices.local.optimization = false

    You can watch

    Administration of Web Services - 11g Release 1 (11.1.1.7)

    How to set a timeout for a Web Service in SOA 11 g (Doc ID 979683.1)

    SOA 11 g: political malpractice not to intercept 'service Endpoint unreachable' error (Doc ID 1503989.1)

  • Cannot set the configured property "/ Initial.initialServices".

    Hi all

    I'm getting following error.

    05:21:52, 006 INFO [STDOUT] cannot set the configured property "/ Initial.initialServices" atg.nucleus.ConfigurationException: could not resolve the component/com/progiweb/fbconnect/pipeline/FacebookAuthStatusServlet

    05:21:52, 013 INFO [STDOUT] * error

    05:21:52, 064 INFO [STDOUT] cannot set the configured property "/ Initial.initialServices" atg.nucleus.ConfigurationException: could not resolve the component/com/progiweb/fbconnect/pipeline/FacebookProfileRequestServlet

    I checked the path of configuration of two components and the structure of the servlet is as below.

    src/com/progiweb/fbconnect/pipeline/FacebookAuthStatusServlet.java and src/com/progiweb/fbconnect/pipeline/FacebookProfileRequestServlet.java.java

    For properties files I created them under the path - config/atg/dynamo/servlet/dafpipeline / config/atg/dynamo/servlet/pipeline

    Inside of these I keep the files FacebookAuthStatusServlet.properties and FacebookProfileRequestServlet.properties

    The Initial.properties is as below - config/atg/dynamo/servlet/Initial.properties

    The content of Initial.properties is-

    & initialServices =.

    / ATG/Dynamo/servlet/dafpipeline/FacebookAuthStatusServlet,.

    / ATG/Dynamo/servlet/dafpipeline/FacebookProfileRequestServlet


    Should I have to keep the two pipelines-dafpipeline and pipeline or one of them?

    And my pipeline structure is correct or not?

    How to solve the error above?

    Please help on this!

    Kind regards

    Prateek

    You seem to be confusing core components and classes Java.  They are completely different.  The error message that you get "Unable to resolve component", says that the kernel is unable to find a file of specific properties anywhere in the directories named in your configpath trees.  To be precise, there is no file named /com/progiweb/fbconnect/pipeline/FacebookAuthStatusServlet.properties in your config directory.  If I read correctly this conversation, it is because the file with this name is a .java file, not a .properties file.  The two most likely causes of your problem are:

    1. you have a file of properties somewhere that mentions/com/progiweb/fbconnect/pipeline/FacebookAuthStatusServlet as the value of something else than $class.  $class is a special case whose value is sought by a Java ClassLoader in the classpath.  Values of the other properties are interpreted as references to the component, and looked up from core in the configpath.

    2. in the directory tree that contains the /com/progiweb/fbconnect/pipeline/FacebookAuthStatusServlet.properties isn't in the configpath.  ATG displays the complete configpath during startup.  If your directory is missing, you have may have specified correct information in the entrance of the ATG-Config-path in your module MANIFEST. MF file.

  • How to set the render property of the field on one facet of panelSplitter?

    Hi, experts,
    In jdev 11.1.2.3,.
    How to set the render property of the field on one facet of panelSplitter?
    -If the panelSplitter is reduced then make some fields in the second pane. otherwise, do not make these fields.

    It is not an easy job for me to set the EL expression.
    Thank you.

    OK, just did a small test case. It turns out that the difficulty is to automatically update the fields when the separator discloses. To add a pair of earphone client/server. This sends the event to disclose to the bean to update the fields.
    Page code:

    
    
      
      
        
          
            function disclosePanelSplitter( event) {
                var inputComp = event.getSource();
                AdfCustomEvent.queue(inputComp, "myDiscloseEvent",
                {}, true);
            }
          
          
            
              
                
                  
                
              
              
                
                  
                    
                      
                      
                        
                      
                      
                      
                      
                    
                  
                  
                    
                      
                      
                        
                          
                          
                          
                          
                          
                        
                      
                      
                      
                      
                    
                  
                  
                
                
              
            
          
        
      
    
    

    and the corresponding bean to the scope of the request

    package de.hahn.xyzxyz.view.panelsplitter;
    
    import oracle.adf.view.rich.component.rich.layout.RichPanelSplitter;
    import oracle.adf.view.rich.context.AdfFacesContext;
    import oracle.adf.view.rich.render.ClientEvent;
    
    public class PanelSplitterBean {
        private RichPanelSplitter panelSplitter;
    
        public PanelSplitterBean() {
        }
    
        public void setPanelSplitter(RichPanelSplitter panelSplitter) {
            this.panelSplitter = panelSplitter;
        }
    
        public RichPanelSplitter getPanelSplitter() {
            return panelSplitter;
        }
    
        public void doCustomEvent(ClientEvent event)
        {
            AdfFacesContext.getCurrentInstance().addPartialTarget(panelSplitter);
        }
    
    }
    

    Timo

  • Set the text box

    Could someone tell me how I can get the blocks of text that are automatically adjusted to changes in the margins?  After creating a document and put in all the stories and images, we realize that an adjustment is required to the margins, which would in turn ensure that we would need to set the text of the documents field to align with the new margins.  We can do it by hand, but it will take time and also complex that InDesign is that it seems that we should be able to do this automatically, but how?

    Depends on how you set up the document in the first place. If the text block is aligned with margin guides, allow the adjustment of the layout and change the margins of the master page.

    Bob

  • CS3: How can I set the text of a button widget in my control panel?

    Hello

    I have a panel with a PanelObserver. Now, I like to set the text of a ButtonWidget of this Panel.

    How can I do?

    Thank you

    Hans

    Oops, make that ITextControlData.

    Take a look at CDialogController.cpp for some ideas of code.

    Dirk

  • Bug when you set the text of a TextInput in MXML

    Hello

    I upgraded my Playbook Tablet OS version 2.0.0.6149 previous beta (I think it was 2.0.0.4xxx). Since then, my application written in Flash Builder 4.6 target AIR 3 fails when I put the text into a TextInput in MXML.

    The MXML code is:

    <>

    ID = "frequencyText" text = "440,000" / >

    When I run it, I get the following error:

    TypeError: Error #1009: cannot access a property or method of a null object reference.

    at qnx.stagetext.ui.text::EditableText/setAreaOfInterest() [/ home/builder/hudson/workspace/GR2_0_0_CE2-SWF_StageText/src/stagetext/src/qnx/stagetext/ui/text/EditableText.as:792]

    at qnx.stagetext.ui.text::EditableText/insertText() [/ home/builder/hudson/workspace/GR2_0_0_CE2-SWF_StageText/src/stagetext/src/qnx/stagetext/ui/text/EditableText.as:1015]

    to qnx.stagetext.ui.text::EditableText/set text() [/ home/builder/hudson/workspace/GR2_0_0_CE2-SWF_StageText/src/stagetext/src/qnx/stagetext/ui/text/EditableText.as:303]

    to flash.text:tageText/set text()

    to spark.components.supportClasses:tyleableStageText/set text() [E:\dev\4.y\frameworks\projects\mobilecomponents\src\spark\components\supportClasses\StyleableStageText.as:1143]

    to spark.components.supportClasses:kinnableTextBase / textDisplayAdded () [E:\dev\4.y\frameworks\projects\spark\src\spark\components\supportClasses\SkinnableTextBase.as:2315]

    to spark.components.supportClasses:kinnableTextBase / partAdded () [E:\dev\4.y\frameworks\projects\spark\src\spark\components\supportClasses\SkinnableTextBase.as:1751]

    at::TextInput/partAdded() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\TextInput.as:354] spark.components

    to spark.components.supportClasses:kinnableComponent / findSkinParts () [E:\dev\4.y\frameworks\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:736]

    to spark.components.supportClasses:kinnableComponent / attachSkin () [E:\dev\4.y\frameworks\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:701]

    to spark.components.supportClasses:kinnableComponent / validateSkinChange () [E:\dev\4.y\frameworks\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:443]

    to spark.components.supportClasses:kinnableComponent / createChildren() () [E:\dev\4.y\frameworks\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:406]

    at mx.core::UIComponent/initialize() [E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7634]

    to mx.core::UIComponent /() http://www.adobe.com/2006/flex/mx/internal:childAdded [E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7495]

    at mx.core::UIComponent/addChildAt() [E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7199]

    at::Group/addDisplayObjectToDisplayList() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:2037] spark.components

    to spark.components::Group /() http://www.adobe.com/2006/flex/mx/internal:elementAdded [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:1628]

    at::Group/setMXMLContent() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:633] spark.components

    at::Group/createChildren() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:855] spark.components

    at mx.core::UIComponent/initialize() [E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7634]

    to mx.core::UIComponent /() http://www.adobe.com/2006/flex/mx/internal:childAdded [E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7495]

    at mx.core::UIComponent/addChildAt() [E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7199]

    at::Group/addDisplayObjectToDisplayList() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:2037] spark.components

    to spark.components::Group /() http://www.adobe.com/2006/flex/mx/internal:elementAdded [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:1628]

    at::Group/setMXMLContent() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:633] spark.components

    at::Group/createChildren() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:855] spark.components

    at mx.core::UIComponent/initialize() [E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7634]

    to mx.core::UIComponent /() http://www.adobe.com/2006/flex/mx/internal:childAdded [E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7495]

    at mx.core::UIComponent/addChildAt() [E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7199]

    at::Group/addDisplayObjectToDisplayList() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:2037] spark.components

    to spark.components::Group /() http://www.adobe.com/2006/flex/mx/internal:elementAdded [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:1624]

    at::Group/setMXMLContent() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:633] spark.components

    at::Group/createChildren() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:855] spark.components

    at mx.core::UIComponent/initialize() [E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7634]

    to mx.core::UIComponent /() http://www.adobe.com/2006/flex/mx/internal:childAdded [E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7495]

    at mx.core::UIComponent/addChildAt() [E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7199]

    at::Group/addDisplayObjectToDisplayList() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:2037] spark.components

    to spark.components::Group /() http://www.adobe.com/2006/flex/mx/internal:elementAdded [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:1624]

    at::Group/setMXMLContent() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:633] spark.components

    at::Group/createChildren() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:855] spark.components

    at mx.core::UIComponent/initialize() [E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7634]

    to mx.core::UIComponent /() http://www.adobe.com/2006/flex/mx/internal:childAdded [E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7495]

    at mx.core::UIComponent/addChildAt() [E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7199]

    at::Group/addDisplayObjectToDisplayList() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:2037] spark.components

    to spark.components::Group /() http://www.adobe.com/2006/flex/mx/internal:elementAdded [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:1628]

    at::Group/setMXMLContent() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:633] spark.components

    to spark.components::Group / set mxmlContent() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:573]

    to spark.components:kinnableContainer/set mxmlContent() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\SkinnableContainer.as:657]

    to spark.components:kinnableContainer / createDeferredContent () [E:\dev\4.y\frameworks\projects\spark\src\spark\components\SkinnableContainer.as:1050]

    to spark.components:kinnableContainer / createContentIfNeeded () [E:\dev\4.y\frameworks\projects\spark\src\spark\components\SkinnableContainer.as:1078]

    to spark.components:kinnableContainer / createChildren() () [E:\dev\4.y\frameworks\projects\spark\src\spark\components\SkinnableContainer.as:885]

    at mx.core::UIComponent/initialize() [E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7634]

    at::View/initialize() [E:\dev\4.y\frameworks\projects\mobilecomponents\src\spark\components\View.as:999] spark.components

    views: InstrumentTunerHome / initialize)

    to mx.core::UIComponent /() http://www.adobe.com/2006/flex/mx/internal:childAdded [E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7495]

    at mx.core::UIComponent/addChildAt() [E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:7199]

    at::Group/addDisplayObjectToDisplayList() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:2037] spark.components

    to spark.components::Group /() http://www.adobe.com/2006/flex/mx/internal:elementAdded [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:1628]

    at::Group/addElementAt() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:1387] spark.components

    at::Group/addElement() [E:\dev\4.y\frameworks\projects\spark\src\spark\components\Group.as:1345] spark.components

    to spark.components:kinnableContainer / addElement () [E:\dev\4.y\frameworks\projects\spark\src\spark\components\SkinnableContainer.as:761]

    at::ViewNavigator/createViewInstance() [E:\dev\4.y\frameworks\projects\mobilecomponents\src\spark\components\ViewNavigator.as:2018] spark.components

    at::ViewNavigator/commitNavigatorAction() [E:\dev\4.y\frameworks\projects\mobilecomponents\src\spark\components\ViewNavigator.as:1932] spark.components

    at::ViewNavigator/commitProperties() [E:\dev\4.y\frameworks\projects\mobilecomponents\src\spark\components\ViewNavigator.as:1301] spark.components

    Best regards

    Ben

    In Flex 4.6 Adobe had changed the TextInput control to use StageText instead of TextField. The native implementation of StageText PlayBook is basically a version not stripped of the qnx.fuse.ui.TextInput. There are some use cases that throws an error our implementation of StageText.

    The solution for now is to put a skin.

    http://supportforums.BlackBerry.com/T5/Tablet-OS-SDK-for-Adobe-Air/Tablet-SDK-2-0-for-FB-4-6-TextInp...

    We are working on a fix for version 2.0 of the final tablet. It is also worth noting that this error comes from a code that is on the device and not in the SDK.

  • How to set the text of the label from a point of view to another view?

    Hello

    I have two view view home and view header.

    House view contains the list of values.

    To the poster of the header, there is Label which is a title of this provision.

    When the user click on any value in home view I want to delegate control of the header display and to set the label text of selected line as heding on the display of the header.

    First if these two finds are two page qml distinct or unique. If they are saparete pages then you must use a data model to fill the list with data. Now on the selection of a row of list

    set the property in your House like this

    property variant selectedData
    

    now onTriggered signal write this code

    selectedData = dataModel.data(indexPath)
    

    and next page push, who do you think header, you can use this property value and fetch selectedData to display header

    as

    Label{
    
    text: selectedData.title
    }
    

    and if you have only the page containing the two views

    Follow the same steps

    and in this case, ontriggered signal set the label text

    Hope this can help you

  • How to set the text in larger web pages?

    I use Firefox 13.0.1. The text on most websites is too small!

    You can use an extension to set a page zoom and the size of the default font on the web pages.

  • I Win 7.0 then, how to set the text size to be consistent on all pages?

    I have a new computer with Windows 7, but I always use Mozilla/Firefox as my browser. I'm unable to find a solution to make sure that the text is large enough for all pages. I was able to make a frame with either, but it is not Firefox and all the Web sites I visit. Using the Zoom does that increase the size of the page, but not the text. I use a magnifying glass to see the text of some website, and it's a real nuisance.

    You can use an extension to set a page zoom and the size of the default font on web pages:

  • Failed to set the specified property while the session is running - 6552

    I created a program to run several different scripts.  The first time through my program works perfectly.  The second time through (without reset of the card, or re - download vectors etc.) but it fails.

    As he tried to run the following command:

    niHSDIO_ConfigureDataVoltageCustomLevels (DIO3_acq_session, 11-13, 18, 19', 1.8, 2.0)

    I have the following error:

    "Specified property cannot set while the session is running.
    Set the property before the opening of the session, or abandon the session before setting the property. »

    Any suggestions on what could happen?  Alternatively, any advice for troubleshooting techniques to learn more about the problem?

    I found my error:

    Several of my scripts include a list of markers so that the records are captured, and I download the recordings captured later.  Whenever I'm about to run a script that has files, I made the "niHSDIO_ConfigureAcquisitionSize" function in order to identify the size and quantity of records.

    However, the first script in my program that I run I don't need records captured, so I didn't bother to call the function "niHSDIO_ConfigureAcquisitionSize".

    So, first map like the default setting for the number of records for the first script (in which I do not bother with all the captured records), but then the subsequent pass in my stream of test cards do not like the fact that I have had set up for many more records that he caught (lack of markers / triggers).

    It's a little confusing to explain, but I found the problem, so any help is needed.

  • How to set the text to be transparent to clique?

    Originally from need

    I want to be a LED button on the Panel (FP), which is used as a button. I would like to add white text on top of it as a label (for example 'Skip' or 'Run')

    Current issue

    When a label is added to the public Service on top of the LED ("reorganize-> move forward") text you can not click on the LED of the text

    Question

    Is there a way to make the region full of clickable LED here, in particular the region behind the white text label?

    If there is, so that would be rad

    -Justin

    Emmanuel says:

    programically to change 'text' and 'color' or 'transparency' with the property node

    I think that the OP did not know that the Boolean text is an option. He had problems with a text label it is separately put above the button and it stopped clicking.

    In the FP boolean below, I can click on the 'OFF' very well for the button control, but other text blocks:

Maybe you are looking for

  • my bit defender can't seem to get rid of malware called OSX/InstallMiez need help

    I have a Mac with OSX EL Capitan my bit defender 2014 I can't seem to get rid of malware called OSX/InstallMiez. Need help thanks in advance

  • When you use google maps, the text is tiny. How can I fix?

    Google maps text is tiny (mouse type, illegible). This is a recent phenomenon, last 2 weeks and throughout the site. Tried to adjust the size of the text in Firefox preferences and None also set minimum font size. Nothing helps. Everything appears co

  • Windows DVD Maker said "impossible to crΘer a DVD clip" when I add music

    I can add my photos and two of the four songs that I want to use for my slide show, but when I try to add one of the other two songs, I get an error message saying "cannot create an extract DVD" and I can not also burn the DVD.  It works very well wi

  • Saving files

    Hello Using the example in http://developer.blackberry.com/native/documentation/playbook/com.qnx.doc.native_sdk.devguide/com.qn... Im trying to save data to a file for my game. My code is as follows: std::string path1 = CCFileUtils::sharedFileUtils()

  • Cannot access the internal network of VPN with PIX 506th

    Hello I seem to have a problem with the configuration of my PIX. I ping the VPN client from the network in-house, but cannot cannot access all the resources of the vpn client. My running configuration is the following: Building configuration... : Sav