Hi Alex, Justin and all,
I appreciate all the help I got; and sorry about the questions that show my 
newness to Flex 3.
At this point I am trying to compile and build Justin's SearchClass example.  I 
corrected one minor typo in the sample code. My project is in:
https://www.dropbox.com/s/8ascg1jjh0qwaex/SampleSearchBox.zip?dl=0

Then I am trying to build it with VS Code + Maven.  I got an error as below:
It appears that comp:Search is not allowed inside of the <js:initialView> block?
Best Regards,
Allen

Output from VS Code + Maven during compilation:

MXMLJSC
+flexlib=C:\ApacheFlexJS\frameworks
+configname=flex
--debug=true
--source-map=true
--js-output-type=flexjs
--output=./bin
--targets=JSFlex
src/views/SearchBox.mxml
src/SampleSearchBox.mxml
2.667458141 seconds
c:\Projects\SampleSearchBox\src\SampleSearchBox.mxml(11): col: 8 This tag could 
not be resolved to an ActionScript class. It will be ignored.

       <comp:Search target="{new SearchClass()}" />
       ^


-----Original Message-----
From: Alex Harui [mailto:aha...@adobe.com.INVALID]
Sent: Monday, July 10, 2017 3:46 AM
To: dev@flex.apache.org
Subject: Re: [FlexJS] question about porting an Adobe Flex 3 project to HTML+JS

Justin,

We have advised Allen to try the Express set.  Only some of your advice is 
going to apply.  We want to pre-package beads in Express so folks like Allen 
don't have to add as many beads.

Thanks,
-Alex

On 7/9/17, 6:29 PM, "Justin Mclean" <jus...@classsoftware.com> wrote:

>Hi,
>
>Sending again as this didn’t seem to make it to the list.
>
>There a number of other changes you may need to make to get this to
>work in FlexJS:
>- You need to set value impl to enable layout try
>js:SimpleCSSValuesImpl
>- Change Button to TextButton which has a text attribute but there’s no
>enable attribute
>- toolTips are supported via the tool tip bead
>- there’s no enter event on text input you may have to add logic to
>change for this
>- there’s no backgroundColour attribute on text input you need to add a
>CSS bead for that
>
>Thanks,
>Justin


________________________________

Ce message, ainsi que tous les fichiers joints à ce message, peuvent contenir 
des informations sensibles et/ ou confidentielles ne devant pas être 
divulguées. Si vous n'êtes pas le destinataire de ce message (ou que vous 
recevez ce message par erreur), nous vous remercions de le notifier 
immédiatement à son expéditeur, et de détruire ce message. Toute copie, 
divulgation, modification, utilisation ou diffusion, non autorisée, directe ou 
indirecte, de tout ou partie de ce message, est strictement interdite.


This e-mail, and any document attached hereby, may contain confidential and/or 
privileged information. If you are not the intended recipient (or have received 
this e-mail in error) please notify the sender immediately and destroy this 
e-mail. Any unauthorized, direct or indirect, copying, disclosure, distribution 
or other use of the material or parts thereof is strictly forbidden.

Reply via email to