[flexcoders] Re: manual update of air by opening new version fails - but update framework works

2009-08-31 Thread arieljake
Basically, now, when we click to open a .air file that has a newer version, it only opens the existing app, like a shortcut. Doesn't this cause an update for others? --- In flexcoders@yahoogroups.com, "arieljake" wrote: > > We are able to use the update framework to u

[flexcoders] Flex-based AIR App with javascript stuff, too

2009-08-30 Thread arieljake
Is it possible to start building some pages/components in AIR app in javascript when it has already been built up till now in Flex?

[Spam] Re: [Spam] Re: [flexcoders] Will Flex Builder be updated with 3.4 SDK release?

2009-08-27 Thread arieljake
that's pretty funny. :) --- In flexcoders@yahoogroups.com, Paul Hastings wrote: > > Nick Middleweek wrote: > > Thanks for your reply but what does this mean:* # /opt/flex/bin/mxmlc > > -version* > > it means tom lives in cave & writes his code by banging together two rocks > while > fighting

[flexcoders] code hinting won't work occasionally since switch to ant builds

2009-08-14 Thread arieljake
Ever since I started using ant to build my app, every once in a while I get a situation where one project is not seeing (as in code hinting) classes from other projects that are dependencies. I thought that refreshing the workspace fixed the problem, but this time around, that is not helping.

[flexcoders] manual update of air by opening new version fails - but update framework works

2009-08-13 Thread arieljake
We are able to use the update framework to update our apps, and I remember at one point, users could double click a newer version of our .air file to update their program, but that has stopped working. What needs to be in place for that type of manual update to work? Thanks.

[flexcoders] Exploit.SWF.Gen virus reported by BitDefender

2009-07-20 Thread arieljake
Has anyone else seen this? All of a sudden, BitDefender is reporting a virus called Exploit.SWF.Gen in the every copy of the applicationupdater_ui.swc file inthe Update Framework code, even when I download a new copy from the project webpage.

[flexcoders] using ant as the builder in eclipse

2009-06-17 Thread arieljake
If i have one application and one library, in my ant file that i have specified as the builder in the project settings for the application, am I supposed to set depends="library-build" or not? I have the library specified as a dependency in the project properties, and it seems as if the librar

[flexcoders] Flex / Fireworks integration

2009-06-02 Thread arieljake
Anyone know in Fireworks how to load a css to make those styles available as font styles, box styles, and image assets?

[flexcoders] SWF Encryption using the Local Encrypted Store

2009-06-02 Thread arieljake
Hi all, I need some help from the community with this. I am very close to a solution, but may have hit a snag. The accepted approach for encrypting an AIR app is to deliver an encrypted swf with a wrapper that decrypts and loads the child. The issue becomes how/where to store the decryption key

[flexcoders] Re: one to one chat

2009-05-22 Thread arieljake
http://labs.adobe.com/technologies/stratus/ --- In flexcoders@yahoogroups.com, Pedro Sena wrote: > > On the other hand > > I would recommend you GraniteDS > > IMHO its easier than BlazeDS > > Make your try > > On Thu, May 21, 2009 at 4:20 PM, valdhor wrote: > > > > > > > Depends on your back

[flexcoders] htmlLoader - saving document HTML - using HTML.htmlText

2009-05-19 Thread arieljake
Hi all, I recently tried to save the html of a webpage I downloaded with my HTMLLoader. When I tried to set the htmlText of an HTML control, the page was not rendered correctly. I presume this is because the links to stylesheets and images and such don't resolve. ColdFusion addresses this wit

[flexcoders] encrypted local store

2009-05-17 Thread arieljake
anyone know a reliable method of determining the physical location of the encrypted local store files on a user's machine, any OS?

[flexcoders] Re: encrypted local store

2009-05-17 Thread arieljake
Am I missing any OSes? If your OS is not listed above, please check for your ELS directory. If your OS IS listed above, please verify the directory is correct. I am developing a swf protection scheme that i would be happy to share with the community, but I need to get this part right first.

[flexcoders] Re: encrypted local store

2009-05-17 Thread arieljake
From: http://www.sitepen.com/blog/2009/02/17/queued/ Vista C:\Users\[myuser]\AppData\Roaming\Adobe\AIR\ELS\

[flexcoders] Re: encrypted local store

2009-05-17 Thread arieljake
From: http://funkatron.com/spaziki/Encrypted-Local-Store/ Mac OSX ~/Library/Application Support/Adobe/AIR/ELS/ Windows XP C:\Documents and Settings\[username]\Application |Data\Adobe\AIR\ELS

[flexcoders] shu-player.com

2009-05-15 Thread arieljake
anyone know if wrapping an air app in the product at http://www.shu-player.com will protect the app from being decompiled?

[flexcoders] swf decompiling and embedded assets

2009-05-06 Thread arieljake
Hi, I am looking at various decompiling tools, and one thing I am noticing is that none of them seem to make the resource bundles available for export. Does anyone understand why and whether this is something that can be relied upon?

[flexcoders] alpha - containers, buttons, and skins

2009-05-04 Thread arieljake
Hi, I am trying to understand a weird behavior i am observing when trying to use the alpha property. Please see this image: http://ariel-jakobovits.com/AJ/images/flex/browserControlsAlpha.png I am trying to fade out a box of internet browsing controls when the mouse is rolled-out because the c

[flexcoders] List sizing - height="100%"

2009-04-22 Thread arieljake
I am trying, in MXML, to size a list to 100% of its container, but when I do, it only shows 2 rows. It is using a custom item renderer. I tried setting a rowHeight as well but still doesn't size right. I also set an explicitHeight in the item renderer itself. Nothing. In a fixed size layout, i

[flexcoders] Re: Problem using sdk version 3.3

2009-04-22 Thread arieljake
LOL. This is already fixed. I got it right away after your previous post. No really, thanks Tom. :) --- In flexcoders@yahoogroups.com, Tom Chiverton wrote: > > On Tuesday 21 Apr 2009, arieljake wrote: > > Thank you Tom, you really helped me a lot. I had to debug something and

[flexcoders] Re: Problem using sdk version 3.3

2009-04-21 Thread arieljake
Thank you Tom, you really helped me a lot. I had to debug something and couldn't debug without that. Thanks. --- In flexcoders@yahoogroups.com, Tom Chiverton wrote: > > On Tuesday 21 Apr 2009, arieljake wrote: > > >java -jar DMV-source.jar "C:\Documents and Setti

[flexcoders] Re: Problem using sdk version 3.3

2009-04-20 Thread arieljake
Anyone know why this is happening when i try to expand the data visualization source code? >java -jar DMV-source.jar "C:\Documents and Settings\All Users\Application >Data\Adobe\Flex" Exception in thread "main" java.lang.NoClassDefFoundError: flex/license/Logger Caused by: java.lang.ClassNotFou

[flexcoders] merapi to os bridge application for flex developers

2009-04-17 Thread arieljake
Is there someone out there who has the motive and the time to develop a standalone Merapi-enabled Java application with a documented api for flex developers using the Merapi bridge to perform a basic library of functions that one can't do in AIR?

[flexcoders] Re: adobe team: do you get the Windows crash reports when we send them?

2009-04-13 Thread arieljake
doubt it. But if Microsoft sees an abnormally high > number of reports for, say about the Flash plugin, they'll probably > get on the phone and work it out with Adobe given how important that > is for most use

[flexcoders] adobe team: do you get the Windows crash reports when we send them?

2009-04-13 Thread arieljake

[flexcoders] Re: Eclipse Ganymede

2009-04-06 Thread arieljake
Would people mind sharing their eclipse.ini files for ganymede? I am having issues up-ing the max memory usage: -showsplash org.eclipse.platform -framework plugins\org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar -vmargs -Xms512m -Xmx650m -XX:+UseParallelGC -XX:PermSize=256m If I change it Xmx to

[flexcoders] Re: model locator population too late

2009-04-02 Thread arieljake
Do what I do: public function get users():ArrayCollection { if (_users == null) { _users = new ArrayCollection(); var httpSvc:HTTPService = new HTTPService(); httpSvc.addEventListener("result",function (event):void { _users.source = result.data; // e

[flexcoders] Re: .properties actionscript parser

2009-04-02 Thread arieljake
package readers.text { import mx.utils.StringUtil; public class Properties { public var values:Object; public function Properties(props:String = "") { this.properties = props;

[flexcoders] arraycollection vs listcollectionview

2009-03-26 Thread arieljake
I'm confused. I have an ArrayCollection. And I listen for the COLLECTION_CHANGE.Remove event to know when to delete the item from the database. For displaying the contents of my ArrayCollection, i am using a ListCollectionView with a filter function applied to it, so that the filter function d

[flexcoders] interface question: function get vs. public var

2009-03-26 Thread arieljake
What is the final word, because I swear I have seen it work and not work. If I define an interface that says function get parameter():Object; Will it suffice to create a public property called parameter: public var parameter:Object; ??

[flexcoders] Re: Flex Builder Compiler Performance Benchmarking

2009-03-26 Thread arieljake
Hi highly recommend defragmenting your HD. --- In flexcoders@yahoogroups.com, Tom Chiverton wrote: > > On Thursday 26 Mar 2009, edlueze wrote: > > I'll work on doing that other stuff you recommended - compiling with > > ANT/MXMLC, and generating the line count. I might also try upgrading Flex >

[flexcoders] FlexPrintJob - start function

2009-03-12 Thread arieljake
How does the start function pause the execution of code until the print dialog is responded to? Could the Flex guys provide us a way to do something like that ourselves? Like, instead of having to use listeners with an Alert?

[flexcoders] distributing air apps without install

2009-03-03 Thread arieljake
Is it possible to distribute an AIR app that can be run without being installed? Can I zip the directory of an installed air app and distribute it to users for them to decompress and run without having to install?

[flexcoders] flexlib and subversion

2009-03-02 Thread arieljake
i'm new to subversion, so i need some help understanding how to do this: I want to attach my local source to the flexlib repository on google code so i can detect changes to the library, but also... I want to attach my local source of flexlib to my own projects repository so that other developers

[flexcoders] syncing AIR/Flex app with mobile phones

2009-02-26 Thread arieljake
Has anyone handled syncing things like contacts or calendar events with mobile phones? Are there services or libraries for integrating with the existing contact and calendar apps on the popular smartphones?

[flexcoders] netstream.client

2009-02-16 Thread arieljake
I am using code from the example provided on the Stratus project page, and am trying to modify the code that sets the client property on a netstream. The code as delivered does something to this effect: var sc:Object = {}; sc.onPeerConnect = function ():void {} stream.client = sc; I am trying to

[flexcoders] AIR uninstall shortcut

2009-02-12 Thread arieljake
I want to file a bug with Adobe requesting that a shortcut to uninstall an AIR program be added to the program group along with the shortcut to the program, because I have users who don't immediately think to use the Add/Remove programs. But on the bugs.adobe.com/flex website, I can't tell which p

[flexcoders] Re: Prevent ItemRenderer click from selecting row?

2009-02-04 Thread arieljake
Can you have the items catch the click event of the button and prevent propagation? --- In flexcoders@yahoogroups.com, Dennis Falling wrote: > > I'm using a DataGrid. But the problem is that I want the selection behavior > to behave normally, except for when the buttons are clicked. > Thanks >

[flexcoders] Re: Flex Builder debugger problems

2009-01-23 Thread arieljake
I having been having a very difficult time debugging AIR programs. 2/3 of the time, the app will load but the debugger will not connect unless I quit FlexBuilder. --- In flexcoders@yahoogroups.com, John McCormack wrote: > > If the SWF takes a long time to build you will see that. > I sometimes

[flexcoders] copyright notices in code

2009-01-20 Thread arieljake
How do people add copyright notices to their code? When they create a new file? What if the notice changes? Do they use ant to add it before compilation to each file? Does compiling Flex remove the copyright notice? If so, should one worry about having a copyright notice in the code for if/when

[flexcoders] AIR code signing certificate

2009-01-02 Thread arieljake
I am trying to purchase an AIR code signing certificate from Chosen Security. They have 2 plans, one is a corporate certificate and the other is a personal certificate. They are refusing to issue me a personal certificate in the name of my company which is registered as a Fictitious Business Name,

[flexcoders] Re: Text components in VBox item renderer

2008-12-30 Thread arieljake
My understanding was that Text cannot be expected to wrap if it is given a percent rather than an explicit width. Am I mistaken? --- In flexcoders@yahoogroups.com, "arieljake" wrote: > > I have been reading for hours on the net about this issue..anyone see > why this is not

[flexcoders] Text components in VBox item renderer

2008-12-29 Thread arieljake
I have been reading for hours on the net about this issue..anyone see why this is not working right as a list item renderer? The Text controls are not sizing right, their height is not growing as expected. The title only shows one line, the announcement never shows up. I have variableRowHeight set

[flexcoders] AIR feature suggestion

2008-12-23 Thread arieljake
Does anyone familiar with the bug website know which project I should specify for a suggestion regarding the AIR installation process?

Re: RES: [flexcoders] Flex Builder caching PNGs

2008-12-10 Thread arieljake
I find that after making changes to an image in Fireworks, I need to right-click my assets folder and say Refresh. This seems to work because it causes a recompile. --- In flexcoders@yahoogroups.com, "Luciano Manerich Junior" <[EMAIL PROTECTED]> wrote: > > Clean & Build Project? > > _

[flexcoders] Bug List (can't get into adobe bugs)

2008-11-23 Thread arieljake
1. Drop down menu of styleName(s) we can use in Flex Builder. A customizable 2 layer menu would be really nice,. 2. Compiler addition: we have Interfaces, but what if we want totally unrelated objects to implement the interface in the same manner? I propose a compiler directive "implementswith" an

[flexcoders] Re: Invalid Embed directive

2008-10-30 Thread arieljake
You can also use a source path like this from any source file: /../ EX: source="/../assets/images/logo.gif" to get to the base of the src folder and then back out of it. --- In flexcoders@yahoogroups.com, "oneworld95" <[EMAIL PROTECTED]> wrote: > > Thanks. This finally worked for me, > > Ap

[flexcoders] Re: AIR HTML control - clicking a link that wants to open in a new window

2008-10-27 Thread arieljake
just needed the right search term in google: see http://soenkerohde.com/2008/09/air-html-with-_blank-links/ --- In flexcoders@yahoogroups.com, "arieljake" <[EMAIL PROTECTED]> wrote: > > How are people handling the situation when a link clicked inside an > HTML contro

[flexcoders] AIR HTML control - clicking a link that wants to open in a new window

2008-10-27 Thread arieljake
How are people handling the situation when a link clicked inside an HTML control is set to open in a new window. The HTML control does nothing, and I am wondering how we can handle this. It's been a while since I worked with javascript...is there an object we can add an event listener to so that w

[flexcoders] Lookup performance: Dictionary in memory vs. SQLLite

2008-10-17 Thread arieljake
I am developing an AIR app, and am wondering what people believe would be faster...I plan to implement an RSS reader in the app, and want to filter the entries that have been read/saved already, so I will need to do a lookup on every downloaded RSS item in a dictionary to see if the user has looked

[flexcoders] Generic XML serializer/deserializer in as3

2008-10-17 Thread arieljake
In case anyone can make use of it: http://arieljake.onsugar.com/2383269

[flexcoders] Re: Every second time I debug my app, Flex closes Safari :(

2008-10-16 Thread arieljake
I think you can avoid this if you open another site in the first tab before debugging and leave it open as you debug and re-debug. --- In flexcoders@yahoogroups.com, "Josh McDonald" <[EMAIL PROTECTED]> wrote: > > If I reload the app (and kill the debugging session) in the browser > beforehand, the

[flexcoders] Re: images not appearing in AIR app

2008-10-01 Thread arieljake
I too had this start happening just recently (days). Exactly the same issue. Had to resort to embedding my assets. I believe there was a recent AIR update. Could it be connected? How do we start to test that hypothesis? --- In flexcoders@yahoogroups.com, "Andrew Wetmore" <[EMAIL PROTECTED]> wrote

[flexcoders] eclipse, flexbuilder, conditional breakpoints

2008-09-25 Thread arieljake
It seems from this post (http://www.javalobby.org/java/forums/t19825.html) that java within eclipse supports conditional breakpoints. Does that mean that this feature must specifically be added by the Adobe team to flexbuilder, or do we need to activate it for Flex somehow?

[flexcoders] IEventDispatcher - removeAllListeners

2008-09-15 Thread arieljake
Do people think it would be a worthwhile feature to have IEventDispatcher define a removeAllListeners function?

[flexcoders] Re: Use FileReference to get a directory rather than a file?

2008-09-15 Thread arieljake
Sorry, I realized I was looking for File, not FileReference. --- In flexcoders@yahoogroups.com, "actionscript_czar" <[EMAIL PROTECTED]> wrote: > > FileReference.browse is used to select a file( or files if you use > FileReferenceList.browse ) that gets uploaded to the server. When > you actual

[flexcoders] Re: Use FileReference to get a directory rather than a file?

2008-09-15 Thread arieljake
What if we need a user to select a directory on their system (in AIR) to specify a folder where files or settings are? Then can a user specify a directory when browsing? Would a solution to this be to replace the FileFilter concept with IFileFilter so we could write our own Filters to analyze the

[flexcoders] Re: AIR - HTML - view source

2008-09-11 Thread arieljake
Programatically. --- In flexcoders@yahoogroups.com, "Jim Hayes" <[EMAIL PROTECTED]> wrote: > > Do you mean programatically, or as a normal user viewing the > application? > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTE

[flexcoders] AIR - HTML - view source

2008-09-10 Thread arieljake
I tried to search the archive for this to no avail. Is it possible to obtain the html source of a webpage being viewed in the HTML control within AIR?

[flexcoders] SEO and Flash content

2008-09-08 Thread arieljake
I was wondering what it takes for the server to realize that a request is coming from Google's indexing machines so that text can be output instead of a Flex app. Also, do we need to be careful doing this to not get in trouble with Google? Are their best practices to follow when we output the text

[flexcoders] Re: Keydownhandler fires twice for each keystroke

2008-08-18 Thread arieljake
have you called addEventListener twice? --- In flexcoders@yahoogroups.com, "aceoohay" <[EMAIL PROTECTED]> wrote: > > nope... > > After you posted I inserted; > > event.preventDefault(); > > At the beginning of the function with no effect. > > Like I said it seems as though the keyDownHandler f

[flexcoders] Re: Flex is time consuming

2008-08-18 Thread arieljake
Turn off Build Automatically. --- In flexcoders@yahoogroups.com, "dbronk" <[EMAIL PROTECTED]> wrote: > > Although I agree that 16000 lines of code broken between only 7 > classes certainly seems like a further break down of code into smaller > classes is necessary, I also believe that Adobe needs

[flexcoders] HTML (Air) - view source

2008-08-11 Thread arieljake
Can we access the source code of a page being viewed in an HTML component? I tried using the htmlText property (not set) and I can't see a property in the HTMLLoader that would provide this.

[flexcoders] Re: Vista, SystemRestore and FlexBuilder

2008-08-11 Thread arieljake
> like SVN or CVS. or Perforce (my personal fave)

[flexcoders] Re: modifying a function at runtime

2008-08-05 Thread arieljake
ehem...was a little sleepy when I wrote that. I meant... Is it possible to modify the method of a class at runtime? The only way I can think of is to encapsulate the function into a Function property that gets called by a wrapper class method.

[flexcoders] modifying a function at runtime

2008-08-05 Thread arieljake
Is it possible to modify a function at runtime? Like set it to a new value?

[flexcoders] Re: Here's a great idea for flex 4 - simple color pallette utility

2008-06-25 Thread arieljake
I agree. We totally could save time coding with a tool like that. 1. Inline stylesheet, see a "#" and popup color picker 2. Setting styles in MXML 3. Setting styles in ActionScript It doesn't look like this has been filed yet. Does someone need help doing that? I will vote for it. --- In flexco

[flexcoders] Re: Some interesting flexcoders stats

2008-06-23 Thread arieljake
hat you can > load into any air app and access. I could also do a CSV, but it's a > lot of data (hell, excel can't even load that many rows). > > Doug > > On Sun, Jun 22, 2008 at 10:18 PM, arieljake <[EMAIL PROTECTED]> wrote: > > What will the data format be so

[flexcoders] Re: Some interesting flexcoders stats

2008-06-22 Thread arieljake
What will the data format be so we can plan ahead? --- In flexcoders@yahoogroups.com, "Doug McCune" <[EMAIL PROTECTED]> wrote: > > Within then next week I hope to have a fairly complete dataset of > date, subject, and name of who posted for close to all the messages > ever posted to flexcoders. I

[flexcoders] Re: hslider and binding to values

2008-06-07 Thread arieljake
I know. What I am referring to is this: --- In flexcoders@yahoogroups.com, "kenny14390" <[EMAIL PROTECTED]> wrote: > > Binding is curly braces {} not square brackets [] > > > --- In flexcoders@yahoogroups.com, "arieljake" wrote: > > > >

[flexcoders] hslider and binding to values

2008-06-05 Thread arieljake
I have an hslider with two tabs. I am trying to create a label next to the hslider to display the values it has set. We access the values of the hslider using the values array. But we can't bind when using square brackets. what do we do?

[flexcoders] mx.rpc.remoting.remoteobject and the endpoint property

2008-06-04 Thread arieljake
does anyone know why only the mxml version of remoteobject has the endpoint property available to set?

[flexcoders] FYI: Getting mx:Text to wrap

2008-04-16 Thread arieljake
I have a DataGrid inside a page, and I didn't want to hard code the width of the DataGrid, much less any of the columns inside of the DataGrid. One of the columns in the grid is a custom item renderer, a Canvas with an Image next to a Text field for displaying a description. The Image was constrai

[flexcoders] Re: YouTube Video Library on your desktop with Adobe AIR

2008-04-04 Thread arieljake
I love this program. One of my favorite AIR apps yet. The program could use a manager for downloads saved to the local hard drive. great color scheme. I'm amazed the player can handle reflecting the video and not just a bitmap. nice work. --- In flexcoders@yahoogroups.com, "robertjesionek" <[EMA

[flexcoders] framework rsl

2008-04-02 Thread arieljake
any chance the flash player helps adobe keep statistics on how many players out there have cached the flex framework?

[flexcoders] Re: How do I set width to 100% in actionscript?

2008-03-25 Thread arieljake
Along these lines, can a resize effect with property "heightTo" be given a percent height? --- In flexcoders@yahoogroups.com, "westlandc" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com, "luvfotography" wrote: > > > > How do I set the width to 100% using actionscript?? > > It onl

[flexcoders] Re: Continuous refresh() on ICollectionView

2008-03-21 Thread arieljake
very responsive. > > > Greetz Erik > > On 3/21/08, arieljake <[EMAIL PROTECTED]> wrote: > > > > I am binding the change event of a textinput field to a function that > > will call refresh() on an ICollectionView. What I was wondering is if > > it would be sma

[flexcoders] Continuous refresh() on ICollectionView

2008-03-20 Thread arieljake
I am binding the change event of a textinput field to a function that will call refresh() on an ICollectionView. What I was wondering is if it would be smarter to use some sort of Timer to call the refresh function to avoid filtering too many times since someone will be typing a string of character

[flexcoders] Re: independent vertical scrolling in hbox elements

2008-03-14 Thread arieljake
It works if I add height="150" to the sidebar. --- In flexcoders@yahoogroups.com, "dfalling" <[EMAIL PROTECTED]> wrote: > > This seems like a really simple question, but I can't figure it out... > I have a two-column view and want the columns to scroll independently > of each other (if one needs

[flexcoders] Re: "headless" mode

2008-02-21 Thread arieljake
omponents, without adding them to the display list, so they are in > memory only not on the screen. Or you can add them to the display but > set visible=false. > > Cheers, Tim > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECT

[flexcoders] "headless" mode

2008-02-15 Thread arieljake
Can a library like the Flex Charting be used in headless mode if I don't want to display the chart but rather just want to iterate over multiple data sets and generate a JPG image of the chart for each data set, for saving to a file in AIR?

[flexcoders] Re: Problem loading newly uploaded module (browser cached old version)

2008-02-05 Thread arieljake
append a unique string (the date with seconds) as a query string to the module url when loading it --- In flexcoders@yahoogroups.com, "zvjerka24" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com, "zvjerka24" wrote: > > > > Hello! > > I'm working on very big project using Flex (and

[flexcoders] Re: Adobe Air Error

2008-01-28 Thread arieljake
You can also go into Task Manager and End the AIR exe process (ald.exe i think) --- In flexcoders@yahoogroups.com, "jmfillman" <[EMAIL PROTECTED]> wrote: > > I've also found that I have to Click the "Run" button twice when I'm > having this same issue. The only way I've found to stop it is to >

[flexcoders] Re: Can't get web page to scroll large Flex app

2008-01-26 Thread arieljake
Generally, this has to do with the parent of the container/component that is really long not having a width or height defined so that scrollbars don't appear. Post some code, we can help. --- In flexcoders@yahoogroups.com, "jack_freud" <[EMAIL PROTECTED]> wrote: > > Sherif, > Thanks for your reply

[flexcoders] FDS on Tomcat - transactions and JOTM

2007-12-17 Thread arieljake
Has anyone been able to get DataServices to work on Tomcat6? There is a common error about transactions not working, and the solution is to install JOTM. But I am not able to do so successfully. I still get an error: Could not initialize class org.objectweb.jotm.TraceTm If someone can help, plea

[flexcoders] Managed Value Object error

2007-12-14 Thread arieljake
I have added [Managed] to a VO class and now, compiling produces these errors: Error: Definition mx.data:IManaged could not be found. Error: Definition mx.data.utils:Managed could not be found. I can't find anything on Google or this group's archives about this. Can someone help me get rid of thi

[flexcoders] Re: Binding with Associatives Arrays

2007-11-19 Thread arieljake
Binding does not work with generic Objects when referencing their properties. You will have to create a class that has Bindable properties or that uses a get/set function pair to dispatch events to allow binding to work. Also, even though your example won't work, you need to be in the habit of ad

[flexcoders] Re: How set combobox item saved in database

2007-11-19 Thread arieljake
did that not work for you? --- In flexcoders@yahoogroups.com, "danielvlopes" <[EMAIL PROTECTED]> wrote: > > Hello, i had dataprovider loaded from database, and this selected > label is saved on database in other table. But when user must edit > your data how i initialize the combobox on edit form

[flexcoders] Re: Re-Scaling Charts when a series is made visible / invisible

2007-11-19 Thread arieljake
have you tried calling invalidateDisplayList() or invalidateProperties() after editing the series array? --- In flexcoders@yahoogroups.com, "cuddlygunchi" <[EMAIL PROTECTED]> wrote: > > Hello, > > I give the user an option to make a series visible / invisible in a > chart. However, the Y axis i

[flexcoders] Re: "Enter Thru" States

2007-11-19 Thread arieljake
Add an event listener to the "keyDown" event of the application and programmatically alter the state or visible container in the viewstack when the charCode is that of the Return or Enter keys. --- In flexcoders@yahoogroups.com, "dmeasbp" <[EMAIL PROTECTED]> wrote: > > Hello All! > > I simply ha

[flexcoders] Re: Help with sequential function calls

2007-11-18 Thread arieljake
It seems as if your call to getMission updates the Text with the new value directly, but that could happen before the fade effect is complete. Instead, collaborate between the getMission function and an event listener on fadeOut that is listening for the effectEnd event to manage updating the text.

[flexcoders] Re: application/container scrolling

2007-11-06 Thread arieljake
Thanks for the help on this one guys. --- In flexcoders@yahoogroups.com, "arieljake" <[EMAIL PROTECTED]> wrote: > > Along these same lines, I have a VBox inside an Application, as such: > > http://www.adobe.com/2006/mxml"; > layout="absolute" wi

[flexcoders] Re: application/container scrolling

2007-11-05 Thread arieljake
> > Set minHeight="0" on your VBox. More info: > http://tech.groups.yahoo.com/group/flexcoders/message/77204?threaded=1&p=1 > > HTH, > Ben > > > --- In flexcoders@yahoogroups.com, "arieljake" wrote: > > > > When i compile this app, I get

[flexcoders] Re: application/container scrolling

2007-11-05 Thread arieljake
. > > > > You can use a calculated height: height="{this.height}" > > > > Tracy > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of arieljake > Sent: Monday, November

[flexcoders] application/container scrolling

2007-11-05 Thread arieljake
When i compile this app, I get no scrollbars. I expect the Form container to add scrollbars, not the Application. What am I misunderstanding here? http://www.adobe.com/2006/mxml"; height="100%" verticalScrollPolicy="off">

[flexcoders] Re: Deep binding with Cairngorm question

2007-10-27 Thread arieljake
Could you declare the productList "final" and force future modifiers to call removeAll() instead of creating a new one? --- In flexcoders@yahoogroups.com, "dbronk" <[EMAIL PROTECTED]> wrote: > > Thank you very much and this did help. Thought I'd reply what I found > to work in case you were int

[flexcoders] Re: Use a CSS file in Flex

2007-10-20 Thread arieljake
2 questions regarding stylesheets in Flex: 1) is it 'background-image' or 'backgroundImage'? 2) like when we name a style "Button" to apply to all mx:Button, can we do this with custom components, i.e. "ArielsButton" for custom:ArielsButton? --- In flexcoders@yahoogroups.com, Ameet Hiremath <[EM

[flexcoders] Thermo - API - Anyone at Adobe?

2007-10-19 Thread arieljake
Any chance Thermo's API will be released so we can do our own things with the png to component converter?

[flexcoders] errors in the index.template.html

2007-10-15 Thread arieljake
I edited my index.template.html for the first time today, and ever since, Flex reports errors like this that obviously do not need correcting: Attribute value "${application}" of type ID must be a name. How do I get these errors to go away or get Flex to not report these errors, as they cause the

[flexcoders] Adobe MAX event

2007-10-02 Thread arieljake
So, what happened at MAX? Anything really good?

  1   2   >