Fwd: DataGroup elements window adjustments

2014-02-24 Thread Oleg Konovalov
On Sat, Feb 22, 2014 at 5:13 PM, Oleg Konovalov wrote: > Hi, > > I have a Spark TitleWindow popup with Form, > which among other widgets includes DataGroup (one of FormItem's) > with custom ItemRenderer (where I put rows of data as per dataProvider > contents - custo

Fwd: FormLayout not aligning

2014-02-24 Thread Oleg Konovalov
> > Hi, > > I have a Spark TitleWindow popup > which has a Spark Form and a lot of FormItems, say 15 > (mostly Label and DropDownList's). > Labels range from 2-5cm. > I do have FormLayout specified inside that Form > (and VerticalLayout outside it, because there is a few Buttons at the > bottom of

ViewStack, states and validator

2014-03-02 Thread Oleg Konovalov
Hi, I have a popup where user enters data, currently implemented as TitleWindow with a ViewStack and several NavigationContent containers, having Forms with a bunch of components. When user clicks submit, it does validation and saves entered data to the database. I could have implemented

Filtering Hierarchical data in ADG

2014-03-04 Thread Oleg Konovalov
Hi, I have a true hierarchical data presented via HierarchicalData with input in XML in MX AdvancedDataGrid. Need to filter columns in ADG. None of existing filters (standard or some proprietary filters in my company) work. Any suggestions how to make it work? (haven't touched filters yet)

Re: Filtering Hierarchical data in ADG

2014-03-09 Thread Oleg Konovalov
e: > Filter columns as in not show some columns? > > On 3/4/14 4:30 AM, "Oleg Konovalov" wrote: > > > Hi, > > > > > >I have a true hierarchical data presented via HierarchicalData with input > >in XML in MX AdvancedDataGrid. > > >

Populating DropDownList in ItemRenderer

2014-03-15 Thread Oleg Konovalov
Hi, User is editing data, so I need to populate data which is passed in DataGroup, which has ItemRenderers (corresponding to DB rows) and consists of bunch of components, including DropDownList. I am trying to populate it in ItemRenderer's creationComplete handler like that: memberDataType

CreationComplete of ViewStack components

2014-04-01 Thread Oleg Konovalov
Hi, I have a popup (TitleWindow) which has ViewStack with a few NavigatorContent's which contain Form's with a bunch of components (TextInputs, DropDownLists, etc). User is editing some data, so when he selects ADG row and clicks Edit, that row data is displayed in that popup. I could e

Re: CreationComplete of ViewStack components

2014-04-02 Thread Oleg Konovalov
OMPLETE > > -Alex > ________ > From: Oleg Konovalov [oleg...@gmail.com] > Sent: Tuesday, April 1, 2014 6:49 PM > To: flex-...@apache.org; users@flex.apache.org > Subject: CreationComplete of ViewStack components > > Hi, > > > > > I have a popup (TitleWindow) which

Validating DataGroup children

2014-04-27 Thread Oleg Konovalov
Hi, I have a popup (TitleWindow) with Form, which has a DataGroup, consisting of a number of "rows", which have some GUI widgets (TextInputs, DropDownLists, ComboBoxes, etc) in ItemRenderer. I do validate data on that Form. But how can I do validation of data which user fills on these ch

Re: Validating DataGroup children

2014-05-02 Thread Oleg Konovalov
My question is how do I validate children when I click on Submit button on parent form, is there some mechanism in DataGroup? Not sure FocusOut can help here. Any code samples? On Apr 27, 2014 11:24 AM, "piotrz" wrote: > Hi Oleg, > > You can add to your item renderers validators for example Str

Expanding ADG to particular level

2014-05-03 Thread Oleg Konovalov
Hi, I have AdvancedDataGrid with multi level GroupingCollection2 which shows 1000s of rows. I am using displayItemsExpanded="true". Is there a way not to expand it not all the way up, but to the particular level of grouping, lets say to level 1 programmatically ? So in that case user will

Fwd: Expanding ADG to particular level

2014-05-05 Thread Oleg Konovalov
i, I have AdvancedDataGrid with multi level GroupingCollection2 which shows 1000s of rows. I am using displayItemsExpanded="true". Is there a way not to expand it not all the way up, but to the particular level of grouping, lets say to level 1 programmatically ? So in that case user will s

RE: Expanding ADG to particular level

2014-05-05 Thread Oleg Konovalov
null); > } > iterator.moveNext(); > } > itemsSizeChanged = true; > invalidateDisplayList(); > // seek to the correct position > iterator.seek(CursorBookmark.FIRST,

RE: Expanding ADG to particular level

2014-05-06 Thread Oleg Konovalov
As I mentioned, I am using GroupingCollection2 as ADG dataProvider. And it doesn't seem to have anything like openNode or expandItem. So how can expand its root node? Please advise. TIA, Oleg On May 5, 2014 11:08 AM, "Oleg Konovalov" wrote: > I am thinking of another

Forced view init in ViewStack

2014-05-19 Thread Oleg Konovalov
Hi, I have a ViewStack with a bunch of NavigationContent's, each of them having a View, which contains at least one DataGrid or ADG. Trying to implement a transition from one view to another programmatically, so user selects a row in one DataGrid, and via right-mouse-click gets a views selection,

Re: Forced view init in ViewStack

2014-05-19 Thread Oleg Konovalov
gt; available sooner. > Jason > > > On 5/19/2014 8:29 AM, Oleg Konovalov wrote: > >> Hi, >> >> I have a ViewStack with a bunch of NavigationContent's, each of them >> having >> a View, which contains at least one DataGrid or ADG. >> >> T

Re: Forced view init in ViewStack

2014-05-20 Thread Oleg Konovalov
solve that? >> >> >> >> On Mon, May 19, 2014 at 12:37 PM, Jason Guild > >wrote: >> >> Hi Oleg: >>> >>> Try setting property: >>> itemCreationPolicy="immediate" >>> >>> on the NavigationContent instan

Re: Forced view init in ViewStack

2014-05-21 Thread Oleg Konovalov
n you isolate it down to a small demo which shows the issue? > > On 5/20/2014 6:01 AM, Oleg Konovalov wrote: > >> Tried your immediate & default suggestion still gives me view2=NULL. >> Will try to use view inside Declarations. >> >> Also how can I fix incorrect

Deep Linking problem in IE9

2014-06-05 Thread Oleg Konovalov
Hi, I tried to introduce Adobe Deep Linking to my Web App. That created a problem when I run it in IE9 - it often shows "#" on page title (if no URL params used) or even "#param1=x@param2=y" if I get to the app using these params and user goes somewhere in the app (like to another tab in the app).

Re: Deep Linking problem in IE9

2014-06-08 Thread Oleg Konovalov
Hmm, was that posted to the group? On Thu, Jun 5, 2014 at 11:04 PM, Oleg Konovalov wrote: > Hi, > > I tried to introduce Adobe Deep Linking to my Web App. > That created a problem when I run it in IE9 - it often shows "#" on page > title (if no URL params used) >

Import from Excel to DataGrid

2014-06-09 Thread Oleg Konovalov
Hi, We are using AS3XLS to Export DataGrid to Excel (works fine except 256 character limitation, which is bad, but not critical. BTW, any idea how to fix it?) Now I am trying to do the opposite: import Excel data into Flex4 datagrid. Just copy-paste via clipboard is fine, don't want to deal with

Changing sort type

2014-06-10 Thread Oleg Konovalov
Hi, We have a Flex4 DataGrid, which is totally dynamic, so I don't know in advance number of columns or their types. It is sorted on the first column, which we know is numeric: 1,2,3,4,... But users might want to sort on other columns, happens often, and some numeric columns contain negative numb

RE: Changing sort type

2014-06-16 Thread Oleg Konovalov
s/gridClasses/GridColumn.html#sortCompareType > [2] > https://flex.apache.org/asdoc/spark/collections/SortFieldCompareTypes.html > > -Mark > > > -Original Message- > From: Oleg Konovalov [mailto:oleg...@gmail.com] > Sent: Tuesday, June 10, 2014 9:37 AM > To

RE: Changing sort type

2014-06-16 Thread Oleg Konovalov
Oh, it came in Flex 4.11? I see. Hmm, I am still in 4.5.1 world. What should I do? :-) On Jun 16, 2014 5:05 PM, "Oleg Konovalov" wrote: > Mark, > > I don't see Spark GridColumn having property sortCompareType. > But it does have sortCompareFunction. Is that a method

Re: Changing sort type

2014-06-17 Thread Oleg Konovalov
rk side... we have cookies. :P > > > -Mark > > -----Original Message- > From: Oleg Konovalov [mailto:oleg...@gmail.com] > Sent: Monday, June 16, 2014 5:09 PM > To: users@flex.apache.org > Subject: RE: Changing sort type > > Oh, it came in Flex 4.11? I see. > Hm

RE: Changing sort type

2014-06-17 Thread Oleg Konovalov
lections/SortFieldCompareTypes.as > [3] > https://apache.googlesource.com/flex-sdk/+/develop/frameworks/projects/spark/src/spark/components/gridClasses/GridColumn.as > > > -Mark > > -Original Message- > From: Oleg Konovalov [mailto:oleg...@gmail.com] > Sent: Tuesday, J

Passing '<' '>' characters in Web Service

2014-06-17 Thread Oleg Konovalov
Hi, I am using proprietary Web Service (including REST-SOAP Bridge) between Flex GUI and Java backend (to call database via Stored Procedures). >From time to time we need to pass data containing '>' or '<' (for example, customer puts some formula into LongDescription of some data). If I try to do

Re: Passing '<' '>' characters in Web Service

2014-06-18 Thread Oleg Konovalov
; instead of > > > -Original Message- > From: Oleg Konovalov [mailto:oleg...@gmail.com] > Sent: Wednesday, June 18, 2014 8:50 AM > To: users@flex.apache.org > Subject: Passing '<' '>' characters in Web Service > > Hi, > > I am using proprieta

Re: Changing sort type

2014-06-18 Thread Oleg Konovalov
I ended up still using Flex 4.5.1 numeric sortCompareFunction() and determining which column used on DG headerOut event. On Tue, Jun 17, 2014 at 12:10 PM, Tom Chiverton wrote: > On 17/06/14 16:54, Trevor Holman wrote: > >> I found it right after I sent the email >> > Ha ! Always the way ! > >

(Copy/) Paste to DataGrid

2014-06-19 Thread Oleg Konovalov
Hi, I am trying to implement Import from Excel functionality. Since formats of CSV, Excel 2003 and 2007 are very different, I am thinking of allowing to copy data from open Excel file (any of those) and then pasting it in Flex DataGrid. However, so far I haven't seen anybody doing that. Why? Is th

FileReference and URLRequest

2014-06-23 Thread Oleg Konovalov
Hi, I am trying to implement import CSV data into Flex Web app using CSVLIB, so it allows me to parse commas inside cells when it is surrounded by double quotes. It seems that the only way to load data in CSV is: csv.load(new URLRequest(url:String)). So if I select some file from my local drive,

Re: FileReference and URLRequest

2014-06-23 Thread Oleg Konovalov
Forgot to mention: class CSV extends URLLoader, that is where csv.load(request:URLRequest) coming from. On Jun 23, 2014 3:02 PM, "Oleg Konovalov" wrote: > Hi, > > I am trying to implement import CSV data into Flex Web app using CSVLIB, > so it allows me to parse commas i

Re: FileReference and URLRequest

2014-06-23 Thread Oleg Konovalov
> So my advice, given that csvlib is open source, is to extract the useful > parsing code from the lib, and write your own > > Maurice > > De : Oleg Konovalov [oleg...@gmail.com] > Envoyé : lundi 23 juin 2014 21:14 > À : users@flex.apache.

Re: Passing '<' '>' characters in Web Service

2014-06-23 Thread Oleg Konovalov
tried XML.toXMLString() to see how it handles < and > in an > attribute or element. > > -Alex > > On 6/18/14 4:12 AM, "Oleg Konovalov" wrote: > > >I can try, but it will be users typing. > >Which probably means that I will need to parse and encode/decod

Re: Passing '<' '>' characters in Web Service

2014-06-25 Thread Oleg Konovalov
Which doc? No attachment or link... On Tue, Jun 24, 2014 at 2:53 AM, Alex Harui wrote: > See the doc. Try a simple test project. > > On 6/23/14 8:24 PM, "Oleg Konovalov" wrote: > > >Could you please elaborate? > >I haven't seen any of that and nev

Re: Passing '<' '>' characters in Web Service

2014-06-26 Thread Oleg Konovalov
OK, I put escape() in Add/Edit and unescape() in Select on Flex side which calls web service. Worked fine on localhost Tomcat6 in FB (could see encoded > < in passed URL, can save and retrieve data like "a wrote: > On Jun 25, 2014 6:57 PM, "Oleg Konovalov" wrote: &

Re: Passing '<' '>' characters in Web Service

2014-06-27 Thread Oleg Konovalov
? On Jun 27, 2014 1:27 AM, "Alex Harui" wrote: > Check out Judah's web page about #2032. IIRC, a common problem is simply > that it isn't using the correct URL. A network monitor should show you > what is going on. > > On 6/26/14 7:36 PM, "Oleg Konovalov

Re: Passing '<' '>' characters in Web Service

2014-06-27 Thread Oleg Konovalov
h a simple example that we can take a look at? > > Thanks, > Om > > > On Fri, Jun 27, 2014 at 7:02 AM, Oleg Konovalov wrote: > > > I looked into that more carefully in Chrome Dev Tools. > > I can get the data just fine, shows in DataGrid with unscape(). > > But if I

Re: Passing '<' '>' characters in Web Service

2014-06-30 Thread Oleg Konovalov
ease help! On Sat, Jun 28, 2014 at 12:10 AM, OmPrakash Muppirala wrote: > You need to first figure out if the problem is in the client or in the > webservice. > > Use the 'REST Client' Firefox/Chrome add-on to see if you can pass the data > to the server without errors. &g

Re: Passing '<' '>' characters in Web Service

2014-07-01 Thread Oleg Konovalov
un 18, 2014 12:41 PM, "Alex Harui" wrote: > There is an escape() function at the top-level as well as encodeURI and > encodeURIComponent. > > I haven't tried XML.toXMLString() to see how it handles < and > in an > attribute or element. > > -Alex > > On

UTF-8 characters changed

2014-07-03 Thread Oleg Konovalov
Hi, My Flex web app retrieves and saves data to DB2 via Web Service and Java It works fine, however often users use some UTF-8 characters, especially foreign currency characters - British pound, Euros, Ecu, Yens, etc So they put that character on screen and save in DB2. However, when that row is r

Re: UTF-8 characters changed

2014-07-03 Thread Oleg Konovalov
, "Tom Chiverton" wrote: > On 03/07/14 12:21, Oleg Konovalov wrote: > >> Why does it happen and how to fix it? >> > Where does it happen might be better first question. If you sniff the > network traffic, for instance, is it right there ? > > Tom >

Re: UTF-8 characters changed

2014-07-03 Thread Oleg Konovalov
cy chars, so it created that 2->5 chars descrepancy? On Thu, Jul 3, 2014 at 12:23 PM, Philip Medlam wrote: > Don't know if you are using regex on any of the data. I don't believe regex > in Actionscript is UTF-8 complient. > > Phil. > > > On Thu, Jul 3,

Re: Seeking a Flex Developer for a long term position in Charlotte, NC

2014-07-17 Thread Oleg Konovalov
Nice... but I live in NYC... On Thu, Jul 10, 2014 at 10:16 AM, rwest@ost wrote: > Title: Flex Developer > Location: Charlotte, NC > Length: 12+ Months w/ Possible Contract to Hire > Industry: Financial > KEY EXPERIENCE: > LOCATION: CHARLOTTE, NC > > ADVANCED FLEX DEVELOPMENT: > - Must have ex

Re: [FlexJS] Presenting at the HTML5 Dev Conference

2014-09-11 Thread Oleg Konovalov
If you included GWT, include Vaadin too (it's better but used more in Europe than in US). I used it a few yrs ago and liked it a lot. But maybe this time my vote would be for Dart (AFTER FlexJS of course). On Thu, Sep 11, 2014 at 4:50 PM, Alex Harui wrote: > Good questions. My thoughts: > >

DataGroup with multiline TextArea

2014-12-09 Thread Oleg Konovalov
Hi, I used to have a DataGroup with a Renderer which had a bunch of TextFields, CheckBoxes, Dropdowns,... (all Renderer in 1 line) Worked fine, was using it with VerticalLayout with requestMaxRowCount =4. It had a button below to add an item or Delete button inside Renderer. All that worked fine o

Tooltip on GroupingCollection2

2014-12-09 Thread Oleg Konovalov
Hi, Is there an easy way of showing tooltip on "folder" level when you use ADG with GroupingCollection2? if I use tooltip="{myGC.field1}" in ADG, getting error 1119: access to possibly undefined property field1 through reference with static type GroupingCollection2. Using Flex 4.5.1 -- Thank

Re: DataGroup with multiline TextArea

2014-12-10 Thread Oleg Konovalov
Usual 1 line items (TextInputs, Dropdown, checkbox) + added TextArea with 2 lines. Nothing special at all... On Wed, Dec 10, 2014 at 1:19 AM, Alex Harui wrote: > What does the renderer code look like? > > On 12/9/14, 8:49 PM, "Oleg Konovalov" wrote: > > >Hi, >

Re: Tooltip on GroupingCollection2

2014-12-12 Thread Oleg Konovalov
OK, now I saw a dataToolTip for that column. However, it does not show it for the "folder" level row. How can I do that? Please advise. TIA, Oleg On Tue, Dec 9, 2014 at 11:51 PM, Oleg Konovalov wrote: > > Hi, > > Is there an easy way of showing tooltip on "folde

Re: DataGroup with multiline TextArea

2014-12-14 Thread Oleg Konovalov
dvise. TIA, Oleg. On Wed, Dec 10, 2014 at 2:07 PM, Alex Harui wrote: > > Post the code if you can. > > On 12/10/14, 4:53 AM, "Oleg Konovalov" wrote: > > >Usual 1 line items (TextInputs, Dropdown, checkbox) + added TextArea with > >2 > >lines. > >

Re: DataGroup with multiline TextArea

2014-12-17 Thread Oleg Konovalov
Alex, anybody, Any idea what might be wrong in my code? On Mon, Dec 15, 2014 at 12:20 AM, Oleg Konovalov wrote: > > Here is the slightly simplified code. So basically I have a TitleWindow > with a ViewStack of forms (depending on the Model user selects). > Having trouble with T

DropDownList in DataGroup

2015-03-11 Thread Oleg Konovalov
Hi, I have a renderer in DataGroup, which has 2 DropDownList's, and they behave really bad: 1) User has to click twice to select an item, because on first click when user selects an item, it still shows selectedItem="undefined". And I had to put ddl.closeDropDown(true) to close it, before that it

Re: DropDownList in DataGroup

2015-03-11 Thread Oleg Konovalov
I am in Flex 4.5.1. Locking DDL is a major problem for me... On Mar 11, 2015 3:46 PM, "Oleg Konovalov" wrote: > Hi, > > I have a renderer in DataGroup, which has 2 DropDownList's, and they > behave really bad: > 1) User has to click twice to select an item, beca

Re: DropDownList in DataGroup

2015-03-12 Thread Oleg Konovalov
No, client only allowed us to do that version so far. Upgrading to later one will take a lot of time - pretty large app. Any ideas how to unlock that DDL? I have to resolve it today. On Thu, Mar 12, 2015 at 2:10 AM, piotrz wrote: > Any chance to try the newest version of sdk? > > Piotr > > > >

Re: DropDownList in DataGroup

2015-03-12 Thread Oleg Konovalov
n Mar 11, 2015 6:32 PM, "Oleg Konovalov" wrote: > I am in Flex 4.5.1. > > Locking DDL is a major problem for me... > On Mar 11, 2015 3:46 PM, "Oleg Konovalov" wrote: > >> Hi, >> >> I have a renderer in DataGroup, which has 2 DropDownList'

Fwd: Adding JS graph to Flex project

2015-06-09 Thread Oleg Konovalov
-- Forwarded message -- From: "Oleg Konovalov" Date: Jun 9, 2015 10:16 AM Subject: Adding JS graph to Flex project To: Cc: Hi, We have Flex + Java Web App. Needed to add Graphs to it, kind of a network of nodes, built from data coming from DB. Tried Birdeye Ravis

Specified path is invalid error

2016-02-11 Thread Oleg Konovalov
Hi, I tried to create a Flex project in FB4.7 with Eclipse 422 from existing Flex code checked in from SVN to local hard disk. All worked without errors, but it did not recognize any folders as Source folders. So I am trying to Import these folders into FB, getting Specified path is invalid error

Flex on Win10

2016-02-18 Thread Oleg Konovalov
Hi, I recently started doing Flex development on Win10 with FB4.7/Flex SDK4.6 on Flash player 20 Got a few strange issues: 1) tried to create a simple Flex App (Hello World), it gave me security error 2148 that my app SWF can't trust SDK4.6 SWF I have never seen it before 2) tried to use trace(

Parsley handling 2 async calls

2013-04-23 Thread Oleg Konovalov
Hi, I am fairly new to Parsley. We have a Flex app which needs tons of data to display (gets many different resultsets of various kinds), so up until new were making 1 service call via REST-to-SOAP bridge, but it is often timeout (> 1 min), so we decided to split the call in 2 services (on

Re: Building Spark DataGrid dynamically

2013-07-25 Thread Oleg Konovalov
@flex.apache.org. > > Thanks, > Om > > > On Wed, Jul 24, 2013 at 9:12 PM, Oleg Konovalov wrote: > >> Hi, >> >> I am building a screen with one Static DataGrid and one Dynamic (data >> comes >> through SOAP >> and I do not know the number of c

Re: Building Spark DataGrid dynamically

2013-07-25 Thread Oleg Konovalov
ea how to avoid that Null Reference? On Jul 25, 2013 8:16 AM, "Martin Miko" wrote: > Could you post a code sample? I've seen many strange things, but you must > be doing something really funny there. > > > On Thu, Jul 25, 2013 at 1:39 PM, Oleg Konovalov w

Re: Building Spark DataGrid dynamically

2013-07-25 Thread Oleg Konovalov
gField_" ) . > That way, it still looks like a datagrid, although empty and it probably > won't break. > > What do you think? > > Maurice > > > -Message d'origine- > De : Oleg Konovalov [mailto:oleg...@gmail.com] > Envoyé : jeudi 25 juillet 20

RE: Building Spark DataGrid dynamically

2013-07-31 Thread Oleg Konovalov
} > dg.columns = colArr; //dg is mxml datagrid id > dg.dataProvider = dgAC;//Assign Datagrid arrayCollection data > > > Thanks & Regards > M.Prabhu > > -Original Message- > From: Oleg Konovalov [mailto:oleg...@gmail.com] > Sent: Friday, July 26, 2013 6:5

Robotleg mediator cannot hear event from command

2016-04-28 Thread Oleg Konovalov
Hi, I am new to Robotlegs. Adding enhancements to existing Flex+Java app. So in Command on successful data retrieve of list of data from the server I dispatchToModule event with that new ArrayCollection, to which I listen in Mediator, but that eventhandler never gets executed. In debugger I can se

Re: Robotleg mediator cannot hear event from command

2016-04-28 Thread Oleg Konovalov
moduleCommandMap.mapEvent for RequestData in the context, but not for ListLoaded. Do I need to? On Apr 28, 2016 2:14 PM, "Oleg Konovalov" wrote: > Hi, > > I am new to Robotlegs. > Adding enhancements to existing Flex+Java app. > So in Command on successful data retrieve of list of

Re: Robotleg mediator cannot hear event from command

2016-04-29 Thread Oleg Konovalov
Tonic, My Command does call Service (to get data from DB stored proc), and on success (in handler) has to do a little processing of its resultset to create a proper ArrayCollection. only after that I am trying to dispatch the ListLoaded event (from onSucces handler). I have seen that working from

User impersonation in Spring Security3 Flex web app

2016-07-11 Thread Oleg Konovalov
Hi, I am trying to implement user impersonation in Flex4.6 + Spring3.2 web app (so Admin can login as a user and see/do what that user does). I read a bunch of posts on the net, most seem to suggest using UserDetailsService, which seems to be difficult to do in our case. Can someone suggest a bet

Re: User impersonation in Spring Security3 Flex web app

2016-07-20 Thread Oleg Konovalov
/application> > A blog article I wrote on BlazeDS and Spring Security: > > > https://dev.c-ware.de/confluence/display/PUBLIC/BlazeDS+per-client-authentication+and+Spring-Security > > > Hope that helps. > > > Chris > > > Von: O

Mapping second event type to Command not working

2016-08-01 Thread Oleg Konovalov
Hi, I am doing enhancements to existing Robotlegs2 web app. So my popup dispatches event of type1, which main app listens to, so on that event Command calls Service, which in calls remote Java service, which calls DB via Spring JDBC template, and returns me status string (success or some Error). N

Re: Mapping second event type to Command not working

2016-08-01 Thread Oleg Konovalov
rdEvent) > Is ChangePasswordEvent.type1 the same as ChangePasswordEvent.type2 ? > > On Mon, Aug 1, 2016 at 8:15 AM, Oleg Konovalov wrote: > > > Hi, > > > > I am doing enhancements to existing Robotlegs2 web app. > > So my popup dispatches event of type1, which main a

Re: Mapping second event type to Command not working

2016-08-01 Thread Oleg Konovalov
Fixed. My mistake: I forgot that with deep linking that popup is created from the different module, so correct classes were not getting initialized. Thank you, Oleg. On Mon, Aug 1, 2016 at 11:45 AM, Oleg Konovalov wrote: > Hi Clint, > > No, they are different types (different

Re: How to set Flash Builder 4.7 Win7 64bit to use Java 1.8 ?

2016-10-08 Thread Oleg Konovalov
Hi, We run FB4.7 with Java7 and now Java8 64 (but usually select Java7 compilation level) bit on Win10 without any issues. Just point JAVA_HOME to it, select it inside Eclipse as current, and voila. What problems do you experience? Thank you, Oleg. On Fri, Oct 7, 2016 at 9:42 PM, Nemi wrote:

Re: How to set Flash Builder 4.7 Win7 64bit to use Java 1.8 ?

2016-10-08 Thread Oleg Konovalov
Make sure you install JDK, not just JRE - which is a small part of it. And yes, try to compile on Java7 level, that might help with your problem. >BTW Why do you "usually select Java7 compilation level" ? >Why not latest if it works ok? it is internal issue - we inherited Flex+Java app, and slow

Can't hide NavigatorContent

2016-10-25 Thread Oleg Konovalov
Hi, There is a 2 level menu in my web app, so on second level I have a ViewStack with multiple NavigatorContent tabs. I am trying to hide one tab, but it doesn't work for me from creationComplete. I see ViewStack is NULL at that point. Making visible=false or includeInLayout or enable false doesn'