Impossible to implement a beginner problem

I just started researching on Flex last Friday and I'm trying to get into this project implemented, but I can't even square. I made a change to an mxml file: I put ' Alert.show ("hey man"); "on the first line of a function. I have built, then went into the "bin-debug" directory where to find a newly created file "main.swf". When I compare this file to the old file, they have exactly the same content. Needless to say, when I download this file on the server, disable my browser cache and try to run it, my change does not appear. Other than this forum, I do not know where to start.

This waste of space which is the only one in the office who knows Flex says I do exactly the same thing that it is, then he washing his hands of the problem. I also tried the cleanup project. That didn't get me anywhere.

I'm running Flash Builder 4.0.1 and we seem to be using the 3.5 SDK.

Post edited by: JackHombre because he had a few things to add

In the end, it seems, there's a bunch of files that should not have been versioned in the first place that have been verified on the SVN repository. Even if the output file I was looking for has been redone, the sum of these records were originally all this trouble. Delete these Builder files fixed. For some weird reason, to delete in the Explorer did not work. Weird.

Tags: Flash Builder

Similar Questions

  • Impossible to implement the ratio control

    I've already posted a question about how to store the values of the previous variables in labview, but do not have all the answers.

    I hope this time I will get some advice or rather the solution.

    I have three parameters A, B and C (they denote percentage values) and their corresponding inidicators. For the first time, the user will give two entries. So the third will be automatically calculated from the sum of the two inputs and subtracting hundreds. Next time, when the user modifies an entry, the other two can get a change. I am facing problem in this part of auto-tuning. In the attached code, I designed the initialization stage in 0th step of the sequence of the battery and the auto tuning part in the 1st stage.

    Now that the three commands are reliable inter, I want to take three reports IE a B/C and c/a. As the total unit is 100, so we'll have a modifed has for various B = 100 - B - C is to say 100-B(1+C/B). Simililarly for a variable, we get updated, C = 100-A(1+B/A) and for the variable C, we get a modifed B = 100 - C (1 + A/C). In the auto part, I am firstly adding all parameters and is assimilating it to the 100. The Boolean result active loop true or false. If the case is true then everything that comes in the control gets displayed in the indicator. If the case is wrong, everything that comes in the control is displayed in the indicator as well as changing the value of the other a variable. Here I am alone to face the problem. I am not able to connect the input with the indicator control.

    It will be a great help if you give me some solutions or advice regarding this problem. I enclose the code that is not yet complete, an approximate overview.

    Thanks in advance.

    I have more LabVIEW 6.1, but here is a simple implementation in LabVIEW 8.2 and a corresponding image.

    Note that there is no case of a single event and the code is scalable. It can easily be adapted to more than 3 orders by developing the entire table and some minor code changes (for example instead of division by 2, divide by "table size - 1").

    Perhaps you can adapt to LabVIEW 6.1...

  • Beginner problems: the Images not appearing and slide show does not

    I'll eventually add iframes so that I can have images displayed during audio playback. In the meantime, I have a problem just get the images to show (it works fine in Safari, but nothing else). Even if when I validated the page and am told there is no problem, even the image as part of the screen is broken. This is problem no. 1. The other problem has to do with the show, which does not work, but instead displays all images one after the other.

    Any help will be greatly appreciated; I am a beginner and I have the impression that the answer to these problems - especially No. 1 - are incredibly simple. Here is a link to an example page that shows these problems.

    Thanks in advance for any help you can provide!

    None of your include files are present on your server:

    Spry-UI-1.7/css/SpryImageSlideShow.css"rel ="stylesheet"type ="text/css"/ >

    Check the filelinks and also the files / folders are case sensitive on most of the servers.

  • PHP form field not displayed [was: Beginner problem.]

    Hello good people.

    I have a very simple question.

    Here's my index.html

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""
    " < html xmlns =" http://www.w3.org/1999/xhtml ">
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 "/ >"
    < title > Test PHP < /title >
    < style >
    {body
    margin: 50px; background-color: #232323; do-family: without serif. color: #B7B7B7; font-size: 13px;
    }
    Input, textarea {}
    border: 1px solid #464646; background-color: #1C1C1C; do-family: without serif. color: #CECECE; do-size: 10px; margin-top: 15px; margin-bottom: 15px;
    }
    {#submit}
    font-size: 13px;
    }
    < / style >
    < / head >

    < body >
    < do action = "index.php" method = "post" > "
    What's your name? < br / >
    < input type = "text" name = "name" / > < br / >
    What is your age? < br / >
    < input type = "text" name = "age" / > < br / >
    < textarea type = "text" name = "tekstas" rows = "5" cols = "40" > your message. < / textarea > < br / > < br / >
    < input type = "submit" value = "Go!" id = "submit" / >
    < / make >
    < / body >
    < / html >

    And index.php

    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""
    " < html xmlns =" http://www.w3.org/1999/xhtml ">
    < head >
    < style >
    {body
    margin: 50px; background-color: #232323; do-family: without serif. color: #B7B7B7; font-size: 13px;
    }
    < / style >
    < meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 "/ >"
    < title > PHP < /title > result
    < / head >

    < body >
    <? PHP
    SetType ($_POST ["age"], "integer");
    echo 'your name is. " $_POST ['name']. "< br / > ';
    If ($_POST ["age"]! = 0) echo "your age is." $_POST ['age']. "< br / > < br / > ';
    "If ($_POST ["age"] = 0) echo"Please indicate your age."." < br / > < br / > ';

    echo "< b > Message: < /b > < br / >". "." $_POST ['tekstas"];
    ? >
    < / body >
    < / html >

    The question is:

    Why the part of the age of php does not work properly? If I leave it black or type zero in the age < input >, PHP simply ignores the part 'Please specify your age' code.

    You're relatively new to this forum. Welcome.

    Please take a moment to read How to get help quickly. Using a subject like "Newbie problem" line makes no sense and is likely to be ignored at busy periods. Always try to use a descriptive subject line.

    The answer to your problem is very simple. This is the error of the beginner town that attracts even more experienced people from time to time. It is in this line:

    if ($_POST["age"]=0 ) echo "Please specify your age."."

    ";

    You used only one sign "equal", which assigns the value to a variable, then it always equals TRUE.

    To compare two values, you must use two equal signs like this:

    if ($_POST["age"] == 0 ) echo "Please specify your age."."

    ";

    There are other things that could be done to improve your code, but which solves the underlying problem.

  • Impossible to reset PRAM (mouse problem)

    After several attempts, I don't then reset the PRAM as I usually end up on the screen of regular connection or, occationally, I go into the menu Utilities (recovery, Disk utilities etc.).

    The heart of the problem is that my Magic Mouse (battery 100% "") is connected and can move the arrow around the screen; However, he does not 'click' to select an item. Potential use only what I've found is to do a reset of the PRAM, which, for me, has been easier said that done then.

    I read that using a wired keyboard can work better and I will work (buy or borrow) if I need; However, this seems a bit backward engineering.

    I read Apple's documentation as well as several previous posts but nothing got past this first hurdle, so:

    1. the issue of the mouse without a PRAM reset?

    2 - is their way to 'force' a PRAM reset without the sequence of CMD-OPT-P-R?

    It is a vanilla with no returned software/hardware iMac any change or modification, the mouse does not only work after waking, he.

    The magic mouse you may have particles obstacles between you prevent of fully by clicking.

    A reset of the PRAM will not affect the mouse or devices not integral to the computer. It's like the RAM to store and access data quickly for some settings.

    [Cmd] + [Opt] + [P] + [R] is the only method to reset the PRAM. Make sure you are very quick to turn on the computer and press these keys right after.

    It can help trying to make a (System Management Controller) SMC reset as well.

    Office Mac Pro, iMac and Mac mini

    • Turn off and unplug the Mac.
    • Keep the Mac unplugged for at least 15 seconds.
    • Card Mac back in and not activate it under at least five seconds.
    • Press the power button to turn on the Mac.
  • HP OfficeJet 4500 G510n-z impossible to implement

    Hello

    I use my HP Office Jet quite successfully for 2 years with no problems at all.  But this week, there were problems with my connection Internet does not properly.  Verizon has sent a repairman, and he said that I need a new modem/router, so it installed the newest model from Verizon Internet broadband.  I had no idea how much this was going to cause me trouble.

    So far, I have used my wireless printer and realized I had to imput the new information for the wi - fi to connect properly.  Well, I have found no way to do it, unless I configured the printer since the beginning.

    I uninstalled my printer, removed from my list of devices, shut down your computer, insert the installation disc in the DVD player, hooked up the printer using the USB cable, following the instructions on, then start the computer.

    Nothing... My computer has never nothing hung

    I called HP and bought a new cable, thinking that something must be a problem with the one I had.  Nothing...

    My printer is turned on and physically connected to my computer, and it is not recognized for some reason any.  And until it is, I can't use it at all.

    Any suggestions would be greatly appreciated!

    Thank you

    Sandielynne

    OK, I have my printer doesn't work, but it has been a nightmare on the whole trip.

    I called Verizon (my ISP), and one of their tech support people showed me how to put in specific settings using the control panel directly on the front of the printer. In the original configuration, I didn't need to use it, but during the installation of the cartridges and others, so I had no prior knowledge to the configuration layout of the Wi - fi network. I do now. The printer stated that she was.

    I could not the printer to communicate with my PC.

    I downloaded the software directly from the Web site and installed, it did not find the connected printer.

    I ran the Scan program & printer doctor, he finds my HP Officejet 4500 G510n-z printer AND a printer (HP OfficeJet 4500 G510n-z) network HP320B39.

    The doctor downloaded and installed the software again, but only for the first printer HP Officejet 4500, not the printer 'network '. If the software installation was not involved, and I'm unable to use the software at all because of this.

    Every time I tried to print, it seems cannot NOT COMMUNICATE

    I used the Windows Help & Support and somehow I clicked on something good , and a window open showing each a wireless on my network device. ... .and among this list was the HPE20BE9 (HP Officejet 4500 G510n-z) I click with the right button on it and choose "INSTALL".

    Then I went in devices and printers, and saw this same exact printer listed there, with HP Officejet 4500 G510n-z, so I chose this new 'weird' printer as my default printer. Then I chose a simple print document, a new window opens for me to choose which printer to print from, I made sure the printer HPE20BE9 has been selected, checked my preferences and said to print... AND HE DID!

    I hope that I have never go through this nightmare of 6 days again. I am happy that I have persisited and has not abandoned because I was only a few seconds to screw up this printer, my patients to its full stop.  How I accidentally came across this list of "Network devices" I'll never know.   I tried since and now can not find once again, so if someone knows this information, I would be happy if I can write down it for future reference.  Without it, I still would not be able to print.

    Have a great day and I appreciate everyone who tried to help me, but my situation apparently needs more information that I found here.

    Kind regards
    Sandielynne

  • Impossible to solve the printer problem.

    my printer needs to troubleshooting when I troubleshoot the process didn't end well. What could be the problem?

    Original title: printer troubleshooting

    Hi Moeket,

    Thanks for posting in the Microsoft Community.

    From the description, it seems that you are unable to solve the problem of the printer.

    Regarding the question, I need more information to solve the problem.

    1. Which is exactly the problem that you are facing with printer?
    2. What happens when you try to solve the problems?
    3. You receive an error message/code?
    4. What is the number and model of the printer
    5. What is a printer wired or wireless?
    6. The printer is connected over the network to your computer?
    7. Were there any hardware or software changes made on the computer before this problem?
    8. Have you installed a third-party software in calculation?

    I suggest to run the Print Troubleshooter and check to see if it helps:

    You can see the Microsoft article and check if that helps:

    http://Windows.Microsoft.com/en-us/Windows7/open-the-printer-Troubleshooter

    You can also view the Microsoft Help article.

    http://Windows.Microsoft.com/en-us/Windows/printer-problems-in-Windows-help#fix-printer-problems=Windows-7&V1H=win8tab1&V2H=win7tab2&V3H=winvistatab1&v4h=winxptab1

    Please answer us with more information to help.

    Thank you.

  • Beginner problem Qt - signal clicked() button does not

    Hi guys,.

    I'm sorry to waste time of people with this problem, but it was my * beep * for a while and I really cannot proceed without assistance.

    Basically, I just try to hang a signal clicked() by a button. I've got the button instance, but the connect call returns false and the slot is not called when I click on the button.

    Here is the code:

    Class ApplicationUI: public QObject
    {
    Q_OBJECT
    public:
    ApplicationUI (bb::cascades:Application * app);
    Virtual ~ ApplicationUI() {}

    void GetButtonClickHandler();

    BB::Cascades:button * _getButton;
    };

    ==========

    ApplicationUI::ApplicationUI (bb::cascades:Application * app)
    : QObject (app)
    {
    QmlDocument * qml = QmlDocument::create("asset:///main.qml").parent(this);
    AbstractPane * root = qml->() createRootObject;
    App-> setScene (root);

    _getButton = root->findChild ("getButton");
    Boolean result = QObject::connect (_getButton, SIGNAL (clicked ()), this, SLOT (GetButtonClickHandler ()));

    _getButton-> setProperty ("text", "Yes");
    }

    Sub ApplicationUI::GetButtonClickHandler()
    {
    _getButton-> setProperty ("text", "clicked");
    }

    ==========

    Default empty project template
    import bb.cascades 1.0

    {Page}
    {Of container

    Button {}
    objectName: "getButton.
    text: 'Get '.
    horizontalAlignment: P
    }
    }
    }

    Thank you very much!
    Paul

    Try adding:

    public slots:

    above this line:
    void GetButtonClickHandler();

    In addition, you can use the methods of the button directly, as
    _getButton-> SetText ("clicked")

    BTW, member variable is not really necessary. Slot sender() method can be used to access the button:

    void ApplicationUI::GetButtonClickHandler(){  Button *button = qobject_cast
  • Impossible to implement the file history or select a drive

    bought a new laptop from HP Envy with Win 8.1.  Try to put in place the history of the files so I can save not only the computer, but my personal folder on the computer.  Unable to set a record.  When I search the history file, file history is disabled and grayed out - I can't activate it.  When I click on 'choose a player' I I get a message that found no usable disc, but there is a player of DVD - RW (e :)) and 3 USB ports for flash (f) readers.  Why one of them cannot be used, and why can't the message "no usable disk were found" to activate the backup and set up the process?  Thanks for your help with this.

    Hello

    Thanks for the reply.

    In this case, I you suggest to create a new user account and then try history of the configuration files and check if the problem persists. This is to check if the problem is caused due to any user profile related question or not.

    See the following article from Microsoft Help to create the new user account.

    http://Windows.Microsoft.com/en-us/Windows/create-user-account#create-user-account=Windows-8

    Also, try to install the latest drivers, including drivers for the chipset and check if it helps.

    http://Windows.Microsoft.com/en-us/Windows-8/all-drivers

    For more information, you can consult the following article from Microsoft Help to the history of the configuration files.

    http://Windows.Microsoft.com/en-us/Windows-8/set-drive-file-history

    Just reply to the State of the question so that we can help solve you this problem.

  • Impossible to locate the fonts problem

    Hi all

    We recently encountered this problem:

    Snap2.jpg

    We do not know how it fires is and how to solve the problem. Could someone help us with that?

    More information, police 32046 is a font that is imported from a TTF (Arial).

    Thank you.

    Seems that there is a permissions problem; If it works run from the command line and your Java process doesn't work.

  • 11.1.1.7.1 book - Agent creation/modification impossible due to WLS security problem

    Hi all

    Only, I came across a villain on 11.1.1.7.1 where the creation/modification of the Agents has become impossible due to the suspended GUI completely and become unresponsive.

    It doesn't happen in the configurations with several suppliers of safety in the field of security WLS (virtualize = true of course, works of auth/allow normal).

    The IUG offer (managing agents), as soon as a getUserPopulationAccount single HTTP Post request is sent, hang GUI and the POST request error after 120 seconds

    OBIPS11bTtKewWE / + A0

    {t:6, "fatal": true} bTtKewWE / + A0 {"msg": "Error retrieving data from the user/group of Oracle BI Server\u0027s user Population API."}

    "related": [{"msg": "Driver Odbc returns an error (SQLExecDirectW).", "related": [{"msg": "State: HY000."}]}]  Code: 10058.

    [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error occurred. \n [nQSError: 43113] Message returned by OBIS. \n

    An error message was received by BI Security Service: an error message was received by BI Security Service:

    [nQSError: 46169] A HTTP 1.1.1.1:6666 operation has expired after 120 seconds. Abandoned operation. (HY000) ","bound ":

    [null]}, {"msg": "SQL issued: {call NQSSearchIdentities (\u0027USERS\u0027,\u0027NAME_PATTERN=weblogic*\u0027)}", "related": "}

    {[{[[null]}, null]}, null]}

    I suspect this is related to the question known to manage entities of type user during posting Membership Application role in company management. Seems that there is something very rotten...

    I raised an SR for this, but not too positive in what respect what to expect an answer...

    Note that I'll be switching this on the site of communities both Oracle!

    Any ideas / tricks / rants?

    Solved. A new property must be added to the EM security provider configuration:

    Name property = PROPERTY_ATTRIBUTE_MAPPING
    Value = DISPLAY_NAME = uid

    (where uid = the GUID of your LDAP in question).
    Unfortunately, only mentioned in SRs and not in the official doc with an explanation where this property (against all odds) comes from and why all of a sudden need.

    See you soon!

  • Installation of Oracle 11 g on a client in the same network as another implementation may cause problems?

    Hi, I have a system running Oracle 11 g r2 running.  Same network, another subnet.  I want to install 11 GR 2 for dev/test on another computer not connected somehow to the other system, they are on the same network (different subnet).

    Is that all that happens on the network that something can screw up?  I don't want to interfere with my existing implementation in production.

    Nothing will happen on its own. If you want to be safe, remove entries from your tnsnames.ora file production databases.

  • Beginner problem: describing an object

    I'm starting with illustrator and I drew a shaded image of base without lines cell. Now I want to briefly explain the subject. If I was using flash then I convert it to a clip and add a strong outer glow for a couple of pixels. I know there is an edge effect in Illustrator, but it describes all the internal parts of my drawing too, not only the outside edges. Basically I want the kind of effect I did in flash in the image below:

    xx1.png

    I've been scouring Illustrator for a tool that will allow me to do and as of yet I him have not found, I realize that is somewhat a problem to recruit, but any help would be greatly appreciated!

    Is the white of white or a hole?

    If it is white, simply group the elements, then add a line in the appearance Panel, and then drag the line below the content item in the appearance Panel.

    If the white area is a hole. Use the direct Selection (white arrow) tool to click on the Green option. Copy. Edition > paste in front of... to determine the race, remove the fill, then use the direct Selection tool to select the inner circle and delete it.

  • Beginner problem - monitor Source plays audio but no video

    Hope someone can help me with this. I use CS4 for a little over a year with few problems.  The last time that I used something messed up because now any video can I import into body, when I play the video in audio playback Souurce monitor but the screen stays black and when I play the video in the monitor of the program, it's like looking through a colorful film.  I have another computer next to me with the agency that plays the same files very well.  I checked all the settings I can think to pair with the functional computer and can not see any differences.

    Any suggestion would be appreciated.

    Here is the problem machine.

    Problem Machine_1.jpg

    This is what looks like the right machine - then there is nothing wrong with the video file:

    Good Machine_1.jpg

    Welcome to the forum.

    That-screenshots looks like a video driver issue. It probably wasn't something you did, at least not directly. A lot of things that can make an outdated video driver are in the background, like a simple OS, or hot - fix update. It allows to these, and usually good as they should. However, PrPro if interface with the video driver, more than most of the programs, and if everything is not 100%, problems can occur. Other programs do not have this close an interface and never have any problems or complain.

    Take a look at this THREAD, because there are a lot of similar questions in the different links.

    I would go first to the mfgr of the video card. Web site and download and install the latest driver. Be sure to read the installation instructions, such as those that can change from pilot to pilot. Usually, it is just a simple executable file, but in some cases, the user must do some things first - just check this version.

    Good luck

    Hunt

  • [Beginner] problem with CharacterFormat

    Hello world

    I work with TLF for a few days and I do not understand something...
    I created a textflow, and I want to apply a style (color, fontFamily...) on selected characters

    But when I use CharacterFormat, the style is applied to all the text.


    My first try (just change the colortext):
    Here I create my textflow:

    private var _textFlow:TextFlow = null;
                   
    private var _container:Sprite = null;
                   
    public var manager:EditManager;

    private function initNote():void
                   
    {
                           
    var controller:IContainerController;
                   
                            _container
    = new Sprite();
                            textArea
    .rawChildren.addChild(_container);
                            _textFlow
    = new TextFlow ();
                           
                            controller
    = new DisplayObjectContainerController(_container,textArea.width,textArea.height);
                            _textFlow
    .flowComposer.addController(controller);

                            _textFlow
    .addEventListener(StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGED, graphicStatusChangeEvent);
                           
                            manager
    = new EditManager(new UndoManager());
                            _textFlow
    .interactionManager = manager;
                           
                            _textFlow
    .interactionManager.setSelection(0,0);
                           
                            _textFlow
    .flowComposer.updateAllContainers();
                            _textFlow
    .interactionManager.setFocus();
                   
    }
                   



    Here, I want to apply the selected color

    private function changeCharacterColor(event:ColorPickerEvent):void
    {
                           
    var cf:CharacterFormat = new CharacterFormat(currentNote.myTextFlow.characterFormat);
                           
                            cf
    .color = colorChar.value;
                            currentNote
    .myTextFlow.characterFormat = cf;
                            currentNote
    .myTextFlow.flowComposer.updateAllContainers();
                   
    }

    I checked the selection in order to be sure that it is good (thanks TextScrap options). But no problem on that side.

    I try today with myTextFlow.interactionManager.selectionState.pointFormat = cf to apply the new color. But it does not work too.

    I think I missed something. Can someone help me?

    Thank you very much.

    NB: Sorry for my bad English :/ (poor french, I'm )

    Please, download a newer version.  It works perfectly with Flex SDK 3.2.

    I think you should look at the sample code to see how the formatting is applied to a range.  There is an included Editor.

    Here are examples:

    http://opensource.Adobe.com/wiki/display/tlf/text+layout+framework

    The latest TLF is available from the "Download Flex SDK kit" link on this page.

    Kind regards

    Richard

Maybe you are looking for