How to unsubscribe

2021-06-03 Thread mark goldin
Please let me know how to. Thanks

Re: Future proof Flex/Flash apps.

2019-09-09 Thread mark goldin
Dont see screenshot. On Mon, Sep 9, 2019 at 12:35 PM Paul Stearns wrote: > Who would be able to help me assess which way to go to future proof Flex > apps? > > We have 4 Flex (currently compiled with 3.6 SDK) applications which are > fully integrated with a FluorineFX/VB middle tier and Oracle

Installing Flex 4.13 SDK

2019-03-06 Thread mark goldin
Getting the following error selecting the above SDK in the SDK installer: nullError #2031 Error #2031 Installation aborted: http://flex.apache.org/track-installer.html?failure=true=Apache Flex SDK 4.13.0=4.13.0=windows=3.3.2=Error #2031 Error #2031 Fetched the SDK download mirror URL from the

SOAP response cannot be decoded

2018-07-05 Thread mark goldin
I am running an old application that has been deployed to VM that is running on the cloud. When using Edge or IE11 the app is working fine for a few minutes before it starts giving me the error in question. But in Chrome it fails on the first run. Dev. console says 504. Application log looks fine,

Re: Unknown request to crossdomain.xml

2018-06-19 Thread mark goldin
the resource being requested, and must be configured to allow access from > the host that the SWF was loaded from. > > -Jeff > > From: mark goldin > Sent: Tuesday, June 19, 2018 11:00 AM > To: users@flex.apache.org >

Re: Unknown request to crossdomain.xml

2018-06-19 Thread mark goldin
Good guess, it's running on MS cloud. But, in general, does FP always look for the crossdomain file? On Tue, Jun 19, 2018 at 7:32 AM Jeff Dafoe wrote: > > Maybe the app was moved to MSFT's cloud infrastructure? > > -Jeff > > > ____ > F

Unknown request to crossdomain.xml

2018-06-19 Thread mark goldin
My company is trying to move the app to the cloud. People from outside of our office did all the work and now are trying to rub it. It seems like no data is flowing into the application. I am checking chrome's console and among other errors see this: GET http://13.66.128.172/crossdomain.xml 504

How to handle cross domain

2018-06-18 Thread mark goldin
Do I need to crossdomain.xml when content is served from different domains? Any good article about how to implement it? Thanks

Re: Life after FlashPlayer, are you prepared?

2018-04-30 Thread mark goldin
I am in a process of migrating applications into HTML5/AngularJS. On Mon, Apr 30, 2018 at 2:25 PM Olaf Krueger wrote: > Hello from the Apache Royale (FlexJS) team, > > even if Flex with AIR is still an awesome and outstanding technology, Flex > in the browser ends with the

Re: Install Flash Builder

2018-04-30 Thread mark goldin
Yes, I got it, thanks. On Mon, Apr 30, 2018 at 12:03 AM Richard Hirstle < rich...@designercollection.com.au> wrote: > Hi try this: > > Go to "Preferences.." in the Creative Cloud app, then the "Apps" tab under > the "Creative Cloud" tab and select "Show Older Apps". You'll now see Flash >

Install Flash Builder

2018-04-29 Thread mark goldin
I have Adobe Cloud installed but dont see Flash Builder there. How can I download it? Thanks

Re: British date doesn't look like the French one

2017-11-07 Thread mark goldin
Actually I found the problem. The legacy application has its own local formater that needed to be updated. As always, debugging one thing helps to find a problem in another. Thanks to you guys for all the help. On Tue, Nov 7, 2017 at 3:54 AM mark goldin <markzolo...@gmail.com> wrote:

Re: British date doesn't look like the French one

2017-11-07 Thread mark goldin
Your sample code is working fine when I am compiling it with compiler option - en_GB. However my application is still not working. I am trying trouble shooting it. Here is what I have. First of all, the app gets its resource file as a parameter that being injected when the app is starting. I have

RE: British date doesn't look like the French one

2017-11-06 Thread mark goldin
Well, I am using mx. Maybe that's the problem? Sent from my Windows 10 phone From: Justin Mclean Sent: Monday, November 6, 2017 4:57 PM To: users@flex.apache.org Subject: Re: British date doesn't look like the French one Hi, > 4.13. I just tried the example I provided in 4.13 and it works as

RE: British date doesn't look like the French one

2017-11-06 Thread mark goldin
4.13. Sent from my Windows 10 phone From: Justin Mclean Sent: Monday, November 6, 2017 4:45 PM To: users@flex.apache.org Subject: Re: British date doesn't look like the French one Hi, > When I use french locale I get date like this: > dd/mm/t, but for British (en_GB) I still get

RE: Problem with creating new Locale

2017-11-06 Thread mark goldin
I am using 4.13. Sent from my Windows 10 phone From: Justin Mclean Sent: Monday, November 6, 2017 4:48 PM To: users@flex.apache.org Subject: Re: Problem with creating new Locale Hi, > I am creating a new locale "en_GB". For that I created a new folder "en_GB" > under locale and copy into it

Re: Problem with creating new Locale

2017-11-06 Thread mark goldin
It's mx. On Mon, Nov 6, 2017 at 4:03 PM Idylog - Nicolas Granon <ngra...@idylog.com> wrote: > How do you format your dates ? (mx formatter ? spark formatter ?) > > Nicolas Granon > > > > > > -Message d'origine- > > De : mark goldin [mailto:mark

Re: Problem with creating new Locale

2017-11-06 Thread mark goldin
icolas Granon > > > > > > -Message d'origine- > > De : mark goldin [mailto:markzolo...@gmail.com] > > Envoyé : lundi 6 novembre 2017 19:18 > > À : users@flex.apache.org; ngra...@idylog.com > > Objet : Re: Problem with creating new Locale > > >

British date doesn't look like the French one

2017-11-06 Thread mark goldin
When I use french locale I get date like this: dd/mm/t, but for British (en_GB) I still get mm/dd/? Why is that? Thanks

Re: Problem with creating new Locale

2017-11-06 Thread mark goldin
l target > locale. > > Hope this helps > > Nicolas Granon > > > > > > -Message d'origine- > > De : mark goldin [mailto:markzolo...@gmail.com] > > Envoyé : lundi 6 novembre 2017 18:58 > > À : users@flex.apache.org > > Objet : Problem with cre

Problem with creating new Locale

2017-11-06 Thread mark goldin
I am creating a new locale "en_GB". For that I created a new folder "en_GB" under locale and copy into it all my en_US bundles. I also modified flex.proj file by adding a new locale there. The build builds new locale without a problem, but when I run the app. all date are shown in an us format.

Problems with compiling Locale

2017-11-04 Thread mark goldin
I have the following in my flex.proj file to compile locales: Everything works fine except en_GB. I have checked frameworks\locale folder and en_GB is in there. Any idea what's wrong? Thanks

Problem building new locale

2017-11-02 Thread mark goldin
I have the following in my flex.proj file to compile locales: Everything works fine except en_GB. I have checked frameworks\locale folder and en_GB is in there. Any idea what's wrong? Thanks

Re: Word wrap in datagrid

2017-07-11 Thread mark goldin
as > changed. > > What does your renderer look like or are you using the default? > > -Alex > > On 7/11/17, 8:15 AM, "mark goldin" <markzolo...@gmail.com> wrote: > > >Using Flex 3 datagrid I am observing that when I resize a column the text > >is wrap

Word wrap in datagrid

2017-07-11 Thread mark goldin
Using Flex 3 datagrid I am observing that when I resize a column the text is wrapping but no more than for two lines. Can that be changed to more lines? Thanks

Re: Chrome and FF not working after installing latest FP

2017-07-10 Thread mark goldin
erent browsers use different plugins, IIRC. > > -Alex > > On 7/10/17, 7:13 AM, "mark goldin" <markzolo...@gmail.com> wrote: > > >I have installed the latest FP. I think it was 26. Now both Chrome and FF > >are giving me: RSL error 1 of 1. What do I do? Works fine in IE11. > > > >Thanks > >

Chrome and FF not working after installing latest FP

2017-07-10 Thread mark goldin
I have installed the latest FP. I think it was 26. Now both Chrome and FF are giving me: RSL error 1 of 1. What do I do? Works fine in IE11. Thanks

DataGrid dataProvider is not getting data reliably

2017-06-03 Thread mark goldin
I have the following situation. A popup with a class based on vBox with dataGrid in it. Code in Popup looks like this: Where ProjectPointsAlarmManagement is my vBox classs with the grid. In that class I have the following function: public function set dataProvider(value:Object):void { if (value)

Re: ViewStack

2017-02-17 Thread mark goldin
Yes, took this route. Works. Thanks. On Fri, Feb 17, 2017 at 8:14 AM OK wrote: > >But I also need to do something in a view when gets on screen > Probably there're some other approaches but if you are already able to > retrieve the instance of the displayed view you could

Re: ViewStack

2017-02-17 Thread mark goldin
And that's what I am basically doing. But I also need to do something in a view when gets on screen. CreationComplete is not working because it only fires once. On Fri, Feb 17, 2017 at 2:01 AM OK <p...@olafkrueger.net> wrote: > mark goldin wrote > > I have two views in

ViewStack

2017-02-16 Thread mark goldin
I have two views in it. By changing selectedIndex I can show one or another. I am having some problems with this solution because I am using createComplete event which only fires once per view. Is there another event that I could use in my view to know when it gets on screen? Thanks

Re: flex datagrid column header click

2017-02-13 Thread mark goldin
How do I specify which column's header is dispatching an event? On Mon, Feb 13, 2017 at 4:10 PM Clint M <cmod...@gmail.com> wrote: > header.dispatchEvent(new MouseEvent(MouseEvent.CLICK)); > > On Mon, Feb 13, 2017 at 2:04 PM, mark goldin <markzolo...@gmail.com> > wro

Re: Flex 3 datagrid sorting

2017-02-13 Thread mark goldin
of the first column. Thanks On Mon, Feb 13, 2017 at 4:07 PM Clint M <cmod...@gmail.com> wrote: > maybe try calling dataProvider.refresh() after applying the sort initially > or > not applying a sort to the base ICollectionView in the first place > > On Mon, Feb 13, 2017 at

flex datagrid column header click

2017-02-13 Thread mark goldin
Is there a way of doing it programmatically? When grid comes up I want to simulate a mouse click on a column that is not a first column. Thanks

Re: Flex 3 datagrid sorting

2017-02-13 Thread mark goldin
Also not sure about the example. Like I said if I click on some other column and then click on the first one, everything is working. On Mon, Feb 13, 2017 at 3:33 PM mark goldin <markzolo...@gmail.com> wrote: > No, each column has its own sort function. > > On Mon, Feb 13, 2017 at

Re: Flex 3 datagrid sorting

2017-02-13 Thread mark goldin
e func on the columns on the whole grid? > > On Mon, Feb 13, 2017 at 12:52 PM, mark goldin <markzolo...@gmail.com> > wrote: > > > I have a strange problem with sorting in my datagrid. Its first column > is a > > name - some string info. when grid comes up this column i

Flex 3 datagrid sorting

2017-02-13 Thread mark goldin
I have a strange problem with sorting in my datagrid. Its first column is a name - some string info. when grid comes up this column is marked with a small number 1. If I start sorting my clicking on an arrow next to this number the sortCompareFunction function is not executing. But if I click on

Re: Chinese characters in PDF

2017-01-12 Thread mark goldin
My forking file has something about ArialUnicodeMS so does the one that doesn't work with Chinese characters. On Wed, Jan 11, 2017 at 4:19 PM Alex Harui <aha...@adobe.com> wrote: > First examine the test PDF from Word that you said worked. > > -Alex > > On 1/11/17,

Re: Chinese characters in PDF

2017-01-11 Thread mark goldin
I tried http://icebuddha.com/ but didn't see any font info. Would it be ok to upload the file and provide a link? On Wed, Jan 11, 2017 at 4:00 PM Alex Harui <aha...@adobe.com> wrote: > There are binary file viewers. > > On 1/11/17, 10:49 AM, "mark goldin" <

Re: Chinese characters in PDF

2017-01-11 Thread mark goldin
the output PDF to make sure it is trying to use > ArialUnicodeMS font. > > Then, I would make sure your PDF reader has installed ArialUnicodeMS font > and can use it. Maybe use some other PDF generator like MSWord or Adobe > Acrobat to generate a test PDF. > > -Alex > > On

Re: Chinese characters in PDF

2017-01-11 Thread mark goldin
uot; font > > On Wed, Jan 11, 2017 at 9:37 AM, mark goldin <markzolo...@gmail.com> > wrote: > > > Yes, I have gone through these but still cannot come up with something > that > > works. > > > > On Wed, Jan 11, 2017 at 11:35 AM Clint M <cmod...@gmail.c

Re: Chinese characters in PDF

2017-01-11 Thread mark goldin
about > Chinese characters at ( > https://code.google.com/archive/p/alivepdf/issues/175 > ) > > On Tue, Jan 10, 2017 at 6:23 AM, mark goldin <markzolo...@gmail.com> > wrote: > > > In that conversation they are talking about UnicodePDF() and isUnicode. > Noe > >

Re: Chinese characters in PDF - really need help

2017-01-11 Thread mark goldin
e.CP1251); The font is Arial Unicode MS Regular. On Wed, Jan 11, 2017 at 11:26 AM Alex Harui <aha...@adobe.com> wrote: > Which font are you using? > > On 1/11/17, 9:18 AM, "mark goldin" <markzolo...@gmail.com> wrote: > > >I am working on an old project

Chinese characters in PDF - really need help

2017-01-11 Thread mark goldin
I am working on an old project that uses AlivePDF to generate a PDF file. It works fine for English, French, but not for Chinese. I am following this conversation: http://stackoverflow.com/questions/14822349/alivepdf-how-to-set-font but all I get for Chinese letters is questions marks. Can

Re: FluorineFX

2017-01-11 Thread mark goldin
I to install it(selecting installation path and clicking 'next' 'next' > 'finish'). I need exe installer file. > > On Wed, Jan 11, 2017 at 4:03 PM, mark goldin <markzolo...@gmail.com> > wrote: > > > I have it. What I see is just two dlls. Is it all you need? > > > > On

Re: FluorineFX

2017-01-11 Thread mark goldin
I have it. What I see is just two dlls. Is it all you need? On Wed, Jan 11, 2017 at 4:11 AM Deepak MS wrote: > Hi there, > I wanted to install Flourine in one of our server and surprisingly I > couldn't find the website anymore. It's down. > > Kindly let me know if any

Re: Chinese characters in PDF

2017-01-10 Thread mark goldin
9, 2017 at 8:53 AM, mark goldin <markzolo...@gmail.com> wrote: > > > I have got to fix a project that use AlivePDF to export some data into a > > PDF file. Works fine with English data but shows ??? for Chinese > > characters. Can someone point where I should look for

Chinese characters in PDF

2017-01-09 Thread mark goldin
I have got to fix a project that use AlivePDF to export some data into a PDF file. Works fine with English data but shows ??? for Chinese characters. Can someone point where I should look for the problem? Is it Reader problem because it doesn't have Chinese fonts? Thanks

Re: Chrome's latest on Flash

2016-12-19 Thread mark goldin
ion, it might be smart to display a different message for > Chrome users that tells them to "enable" or "allow" Flash Player instead of > "install" it. > > - Josh > > On Mon, Dec 19, 2016 at 9:03 AM, mark goldin <markzolo...@gmail.com>

Chrome's latest on Flash

2016-12-19 Thread mark goldin
I just got this from a customer: For your information, from February 2017, Chrome will suggest/redirect to a html5 webpage if there are objects in a webpage in Flash (but still ok) >From October 2017, Adobe Flash will not be supported anymore on Chrome Are there any resources to support or

Re: Error compiling stylesheets

2016-12-02 Thread mark goldin
e root of the > > project. > > > > > > Kyle McKnight > > Senior UI Engineer - Accesso > > 602.515.1444 <(602)%20515-1444> <(602)%20515-1444> (M) > > > > On Fri, Dec 2, 2016 at 4:43 PM, mark goldin <markzolo...@gmail.com> > wrot

Re: Error compiling stylesheets

2016-12-02 Thread mark goldin
McKnight > Senior UI Engineer - Accesso > 602.515.1444 <(602)%20515-1444> (M) > > On Fri, Dec 2, 2016 at 4:22 PM, mark goldin <markzolo...@gmail.com> wrote: > > > I am getting the following error: > > > > Invalid Embed directive in stylesheet - can't

Error compiling stylesheets

2016-12-02 Thread mark goldin
I am getting the following error: Invalid Embed directive in stylesheet - can't resolve source 'Embed(source = "../../assets/BlueOnWhiteStyle/Open_Normal.svg")'. Code in css is this:.caseLibraryIcon{ image: Embed(source='../../assets/BlueOnWhiteStyle/Open_Normal.svg'); } Code in my

Re: Trouble shooting Resources

2016-11-30 Thread mark goldin
Well, after clearing cache it worked. Thanks for the help. On Wed, Nov 30, 2016 at 11:47 AM mark goldin <markzolo...@gmail.com> wrote: > Previously existing keys are working fine. Might be a cache issue. Will > clear it and try again. > > On Wed, Nov 30, 2016 at 11:4

Re: Trouble shooting Resources

2016-11-30 Thread mark goldin
Previously existing keys are working fine. Might be a cache issue. Will clear it and try again. On Wed, Nov 30, 2016 at 11:44 AM Clint M <cmod...@gmail.com> wrote: > what get's assigned > > On Wed, Nov 30, 2016 at 9:36 AM, mark goldin <markzolo...@gmail.com> > w

Re: Trouble shooting Resources

2016-11-30 Thread mark goldin
Yes, it does. On Wed, Nov 30, 2016 at 10:33 AM Clint M <cmod...@gmail.com> wrote: > Does any text get assigned to the label property? > > On Tue, Nov 29, 2016 at 1:10 PM, mark goldin <markzolo...@gmail.com> > wrote: > > > I am using the following code to h

Trouble shooting Resources

2016-11-29 Thread mark goldin
I am using the following code to have a text for a label: label="{resourceManager.getString('module_Alarms','CaseLibraryLabel')}" At the top of my mxml file I have this: [ResourceBundle("module_Alarms")] The key definitely is in there because on other screens I see the label. How can I trouble

Re: Prevent an item to be highlighted in TileList

2016-11-20 Thread mark goldin
e> on Jan 12, 2009 9:50 > AM > > > > > > > > MXML > > > > > > AS > > dg.setStyle("selectionColor", dg.getStyle("backgroundColor")); > > > > On Sat, Nov 19, 2016 at 8:47 AM, mark goldin <markzolo...@gmail.com> > > wr

Prevent an item to be highlighted in TileList

2016-11-19 Thread mark goldin
Can some please explain how I can stop highlighting of an item in the TileList? I am attaching pictures that illustrate it. One picture shows top ab bottom border when I click on the item. The other shows what happens when I move a mouse over. My TileList is something like this:

TileList and styling

2016-11-18 Thread mark goldin
Flex 3. I have a TileList. I am loading different style swf files. all other components are following styles, but TileList seems not to. Specifically backgroundColor. Is that a known problem? Thanks

Re: Download Flash Builder 4.7 trial

2016-11-03 Thread mark goldin
No, I need the image to install on another computer. For some reason that computer cannot download it. On Thu, Nov 3, 2016 at 1:10 PM Clint M <cmod...@gmail.com> wrote: > Uninstall it first… should let you download it again. > > On Thu, Nov 3, 2016 at 9:59 AM, mark goldin <mar

Download Flash Builder 4.7 trial

2016-11-03 Thread mark goldin
I am trying to download it but because I have it installed Creative Cloud is not allowing me to download it again. Any idea? Thanks

Re: Application starts but then shows black screen

2016-11-02 Thread mark goldin
Ok, thanks. On Wed, Nov 2, 2016 at 1:16 PM OK wrote: > > What is firing that event? > > > http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/SecurityErrorEvent.html#includeExamplesSummary > > HTH, > Olaf > > > > > -- > View this message in

Re: Application starts but then shows black screen

2016-11-02 Thread mark goldin
At this point all I know is it's all black. On Wed, Nov 2, 2016 at 11:02 AM Nemi wrote: > So, is it all black? Or, as you say many Alerts popup, than you should see > alerts each one on top of others? > What error is within Alerts? > > What is OS with the IE that is not

Re: Application starts but then shows black screen

2016-11-01 Thread mark goldin
at 3:36 PM Clint M <cmod...@gmail.com> wrote: > > What's the actual error in event.text and id in event.id? > > On Tue, Nov 1, 2016 at 9:49 AM, mark goldin <markzolo...@gmail.com> wrote: > > > Seems like a reason for the problem might be because of getting too many

Re: Application starts but then shows black screen

2016-11-01 Thread mark goldin
com> wrote: > What's the actual error in event.text and id in event.id? > > On Tue, Nov 1, 2016 at 9:49 AM, mark goldin <markzolo...@gmail.com> wrote: > > > Seems like a reason for the problem might be because of getting too many > > alert.show() going one after anoth

Re: Application starts but then shows black screen

2016-11-01 Thread mark goldin
<bigosma...@gmail.com> wrote: > On IE, you can see the network traces by hitting F12 (Network tab). With > your app running, see what the network calls and responses look like. > > On Tue, Nov 1, 2016 at 1:00 PM, mark goldin <markzolo...@gmail.com> wrote: > > > Un

Re: Application starts but then shows black screen

2016-11-01 Thread mark goldin
; On Tue, Nov 1, 2016 at 12:05 PM, mark goldin <markzolo...@gmail.com> > wrote: > > > Yes, of course, I could have raised just one message box or handle it > > somehow else (I did not expect to have any problem downloading images at > > all). > > My real conc

Re: Application starts but then shows black screen

2016-11-01 Thread mark goldin
Yes, of course, I could have raised just one message box or handle it somehow else (I did not expect to have any problem downloading images at all). My real concern is why some systems are not downloading it successfully? What might additional code be to "help" Flex to accomplish that task? The

Re: Application starts but then shows black screen

2016-11-01 Thread mark goldin
Yes, I understand that and I thought my code is working in a way to handle async processes. PreloadImages() is called for the first time and then it's called again from PreloadImage_CompleteHandler when a download is complete. Is that is not a case? On Tue, Nov 1, 2016 at 1:14 PM OK

Re: Application starts but then shows black screen

2016-11-01 Thread mark goldin
s(); } } So, if a specific system cannot load images I am going to have a lot of alerts because I am loading about 30 files. What would you suggest? And why it mostly works? Definitely none of computers running it in-house have any problem. Thanks On Tue, Nov 1, 2016 at 11:14 AM mark goldin <

Re: Application starts but then shows black screen

2016-11-01 Thread mark goldin
er("callLaterError", > systemManager_callLaterError); > } > > private function systemManager_callLaterError(event:DynamicEvent):void { > Alert.show(event.error.message + "\n" + event.error.getStackTrace()); > } > > > On Tue, Nov 1, 2016 at 8:11 AM, mark g

Application starts but then shows black screen

2016-11-01 Thread mark goldin
We have flex 3 app compiled with 4.13 SDK. in our development environment everything works fine. But on the customer site some users are having problems running it in IE. The app starts loading showing a progress bar but then the whole screen becomes black. Any idea what that might be? Any

Strange problem moving columns in ADG

2016-10-20 Thread mark goldin
When I drag a column then its proxy is moving into an opposite direction. Is that a known problem? If not, any idea? Thanks

ADG - restore highlight after row is deleted

2016-10-20 Thread mark goldin
I have adg where a user can hightlight a row and delete. After deleting the row the front-end will refresh underlying data source with data from the server without reassigning dataProvider. How can I hightlight a row that is either before or after the deleted row? My problem is that I dont know

Re: disableAutoUpdate

2016-10-18 Thread mark goldin
.sort.fields = ["name"]; > ac.refresh(); > ac.enableAutoUpdate(); > } > > On Tue, Oct 18, 2016 at 8:47 AM, mark goldin <markzolo...@gmail.com> > wrote: > > > But how am I going to know that a sort is done and I can enable it? > > > > On T

Re: disableAutoUpdate

2016-10-18 Thread mark goldin
But how am I going to know that a sort is done and I can enable it? On Tue, Oct 18, 2016 at 10:42 AM Clint M <cmod...@gmail.com> wrote: > ya... with enableAutoUpdate() > > On Tue, Oct 18, 2016 at 8:36 AM, mark goldin <markzolo...@gmail.com> > wrote: > > > whe

disableAutoUpdate

2016-10-18 Thread mark goldin
when I sort on some columns I do ArrayCollection(gird.dataProvider).disableAutoUpdate();. Should I at some point enable it back? Thanks

ADG - expanding all parent folders at once

2016-10-11 Thread mark goldin
I have a large tree grid. I need to open all *Asset *nodes. Here is an xml structure: I have to following code: var _List:XMLList = grid.dataProvider.source.source.descendants('Asset'); for (var i:int=0;i<_List.length();i++) {

Re: Flex development associate required

2016-09-20 Thread mark goldin
[image: pasted1] On Tue, Sep 20, 2016 at 8:05 AM Vibhu wrote: > Hi, > > I am Vibhu, working for a startup named Brandificant. We have a flex > application (check out http://webapp.brandificant.com/), developed using > Flex Builder 4.5. This is to invite experienced

Re: LocalConnection problem in IE

2016-08-03 Thread mark goldin
I have Alert in place and it doesn't popup in chrome but it does in IE. By works I mean after the second swf is loaded and send is issued the callback in the *second *app is called properly. On Wed, Aug 3, 2016 at 2:07 PM Alex Harui <aha...@adobe.com> wrote: > > > On 8/3/16,

Re: LocalConnection problem in IE

2016-08-03 Thread mark goldin
Flash instances > running in various browsers and find and close them out. > > HTH, > -Alex > > On 8/3/16, 11:02 AM, "mark goldin" <markzolo...@gmail.com> wrote: > > > >But it does, works perfectly. I did not do any tweaking. > > > >On Wed,

Re: LocalConnection problem in IE

2016-08-03 Thread mark goldin
nection doesn't work in chrome at all (I'm not sure of this > though.) > b) Or you need to follow the steps here to enable it in Chrome: > > https://web.archive.org/web/20150908073329/https://helpx.adobe.com/flash-player/kb/unsandbox-localconnection-chrome.html > > On Wed, Aug

Re: LocalConnection problem in IE

2016-08-03 Thread mark goldin
On Wed, Aug 3, 2016 at 12:22 PM Clint M <cmod...@gmail.com> wrote: > didn't say that or mean that > > in one swf you call connect… while in the other swf you call send > you don't call connect in both swfs > > > On Wed, Aug 3, 2016 at 10:16 AM, mark goldin <markzolo.

Re: LocalConnection problem in IE

2016-08-03 Thread mark goldin
And the docs here: > > http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/LocalConnection.html > > On Wed, Aug 3, 2016 at 9:48 AM, mark goldin <markzolo...@gmail.com> wrote: > > > The link you are pointing to cannot be found. > > Also

Re: LocalConnection problem in IE

2016-08-03 Thread mark goldin
ave > two flash player's connect to the same named connection. > 2. It's working (or rather not working) in Chrome because of this: > > https://helpx.adobe.com/flash-player/kb/unsandbox-localconnection-chrome.html > > On Wed, Aug 3, 2016 at 9:08 AM, mark goldin <markzo

LocalConnection problem in IE

2016-08-03 Thread mark goldin
I have the following code: private function createLocalConnection():void { conn = new LocalConnection(); conn.client = this; try { conn.connect("ConnectionName"); } catch (error:ArgumentError) { Alert.show("Can't connect"); } } I am loading different applications. When first is loading I dont get

Problem with URL parameters

2016-07-22 Thread mark goldin
I use FlexGlobals.topLevelApplication.parameters.param_name to access URL parameters. What's happening is for whatever reason some parameters are null while other are fine. Any idea what might be? Thanks

Flex_bin folder - what's for?

2016-07-20 Thread mark goldin
I am working with some old projects and see they all have some files like html wrappers and others in the flex_bin folder. I was wondering what these might be used for? Thanks

Re: Flex - Disable an item with checkbox in List

2016-06-17 Thread mark goldin
/aharui/2007/06/disabling_list_selection.html > > On 6/17/16, 9:11 AM, "mark goldin" <markzolo...@gmail.com> wrote: > > >I have a List with checkboxes. I wan to disable some items based on List's > >data. > > > >Here is my List: > > > > >la

Flex - Disable an item with checkbox in List

2016-06-17 Thread mark goldin
I have a List with checkboxes. I wan to disable some items based on List's data. Here is my List: http://www.adobe.com/2006/mxml;> I have set data.enabled to false for all items just for testing. None of checkboxes come out disabled. The data provider is an AraayCollection and

Re: Sudden project error

2016-06-14 Thread mark goldin
Yea, something alone these lines. I had to create a new workspace. On Tue, Jun 14, 2016 at 2:27 PM OK wrote: > Googling with 'eclipse corrupted workspace' might be helpful. > > Olaf > > > > -- > View this message in context: >

Sudden project error

2016-06-14 Thread mark goldin
I am getting the following error: 'Building workspace' has encountered a problem. Error occurred during the build. I have tried cleaning the project, removing it and adding it back, nothing helps. Any idea what else I can do? Thanks

Flex 3 DataGrid - rollOverColor

2016-06-13 Thread mark goldin
How can I style the rollOverColor in datagrid, tree, and other controls? Thanks

Destroy popup

2016-06-07 Thread mark goldin
I am showing my popup from datagrid custom item renderer in two ways. 1. var aad:popupDialog = new popupDialog(); aad.show(this); 2. this.document._showPopupDialog.show(); for the second one the main screen has the following: _showPopupDialog = new ShowPopupDialog();

Cannot get filtered dataProvider to get rid of an item

2016-06-01 Thread mark goldin
Here is some code: override public function set dataProvider(value:Object):void { if (value) { visible = false; super.dataProvider = value; if (!(dataProvider is HierarchicalData) ) { dataProvider.addEventListener('collectionChange', positionToPrevSelection); } visible = true; } else {

ADG initilizes private vars for unknown reason

2016-06-01 Thread mark goldin
I have an ADG where I am using a local connection to refresh gird's data and select previously selected item. The pseudo code might loook like this: private var _selectedIndex:int = 0; private var _navigateToPrevSelection:Boolean = false; private function get SelectedIndex():int { return

scrollToIndex in filtered list

2016-05-27 Thread mark goldin
Seems like scrollToIndex(index); in the filtered arrayCollection that is a dataProvider for adg is not working properly. I am not getting to an item with the provided index. Another words, I am scrolloing to an item with index =2, but the grid gets somewhere else. Any ideas? Thanks

Sroll to index position in ADG

2016-05-27 Thread mark goldin
I am trying to scroll adg after a data provider has been set. Here is the code I am using: _selectedIndex = _selectedIndex == dataProvider.length - 1 ? _selectedIndex - 1 : _selectedIndex; // _selectedIndex is selectedIndex before dataprovider was reloaded this.selectedIndex = _selectedIndex;

Re: problem with binding

2016-05-26 Thread mark goldin
No, it was a Boolean flag. But I decided not to use Binding. On Thu, May 26, 2016 at 1:59 PM Alex Harui <aha...@adobe.com> wrote: > > > On 5/26/16, 9:02 AM, "mark goldin" <markzolo...@gmail.com> wrote: > > >_projectHistoryModel.showProjectRevisionH

  1   2   3   4   5   6   7   >