Re: [SPAM] Re: [SPAM] Re: [SPAM] Re: [SPAM] Re: [flexcoders] XML e4x error

2009-11-30 Thread Daniel Freiman
it breaks. Tracy Spratt, Lariat Services, development services available -- *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *Daniel Freiman *Sent:* Thursday, November 19, 2009 10:57 AM *To:* flexcoders@yahoogroups.com

Re: [SPAM] Re: [SPAM] Re: [SPAM] Re: [flexcoders] XML e4x error

2009-11-19 Thread Daniel Freiman
the server. The 4th is just the normal XML constructor. I do see why this would matter. - Daniel Freiman On Thu, Nov 19, 2009 at 12:55 AM, Tracy Spratt tr...@nts3rd.com wrote: This declaration, “xmlns=http://www.w3.org/2000/svg” sets the default namespace that is appended to every node name

[flexcoders] XML e4x error

2009-11-18 Thread Daniel Freiman
I'm running the following line of code on XML objects and getting inconsistent results: data.path[...@d[0] In 3 cases, I get a valid answer. In the last case, data.path[0] == null and thus errors. Can anyone see any difference? The valid XML are: g transform=matrix(0 -1 1 0 50 112.5)

Re: [flexcoders] XML e4x error

2009-11-18 Thread Daniel Freiman
I've tried that previously. There wasn't any difference, which should be expected given the request path. - Daniel Freiman On Wed, Nov 18, 2009 at 3:46 PM, InvertedSpear invertedsp...@yahoo.comwrote: The only thing I can see in the one that is giving you a problem is different from

Re: [SPAM] Re: [flexcoders] XML e4x error

2009-11-18 Thread Daniel Freiman
for all of the cases I've supplied or find the reason why it's not working so I can fix the last case. Right now it is only working for 3 out of 4. - Daniel Freiman On Wed, Nov 18, 2009 at 4:09 PM, Tracy Spratt tr...@nts3rd.com wrote: Didn’t you state the problem yourself? With an expression

Re: [SPAM] Re: [SPAM] Re: [flexcoders] XML e4x error

2009-11-18 Thread Daniel Freiman
I think I tried that already but I'll double check in the morning. Based on the XML and the code, isn't the default namespace already defined and shouldn't e4x be already using it? - Daniel Freiman On Wed, Nov 18, 2009 at 11:46 PM, Tracy Spratt tr...@nts3rd.com wrote: What happens if you

[flexcoders] Is the Text Layout Framework Forum down?

2009-08-10 Thread Daniel Freiman
The Text Layout Forum seems to have disappeared. It's not on the list of labs forums. The links from the labs page leads to a file not found page. Did this get moved or merged into the Flex forum? - Daniel Freiman

Re: [flexcoders] UITextField alignment question

2009-07-01 Thread Daniel Freiman
Are you accounting for the 2 pixel border of the textfield? - Daniel Freiman On Wed, Jul 1, 2009 at 10:10 AM, ACasualObserver pof...@yahoo.com wrote: I need to place a text in a ActionScript 3 project. The supplied X and Y is left and baseline coordinates. I use UITextField and subtracted

Re: [flexcoders] Re: UITextField alignment question

2009-07-01 Thread Daniel Freiman
if no border is drawn? Is it always 2 pixels? --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Daniel Freiman freima...@... wrote: Are you accounting for the 2 pixel border of the textfield? - Daniel Freiman On Wed, Jul 1, 2009 at 10:10 AM, ACasualObserver pof

Re: [flexcoders]Importing a project into Flash Builder 4 from Flex Builder 3

2009-06-02 Thread Daniel Freiman
, Flash Builder 4 can import existing Flex Builder projects, but a project that has its settings modified by Flash Builder 4 will no longer open in Flex Builder 3 or Flex Builder 2. - Daniel Freiman* * On Tue, Jun 2, 2009 at 3:15 PM, dorkie dork from dorktown dorkiedorkfromdorkt...@gmail.com wrote

Re: [flexcoders] Flex with ZendAMF and sessions/cookies

2009-05-26 Thread Daniel Freiman
and sessions turorials. - Daniel Freiman On Tue, May 26, 2009 at 4:55 AM, martinosaint mar...@moschitz.at wrote: Hi, it seems impossible to find any information on how to use Flex with ZendAMf with sessions. There is only one tutorial, and this does not work for me. So please

Re: [flexcoders] Text Layout Framework with Flex 3.3 and Embeded Fonts

2009-05-12 Thread Daniel Freiman
Apparently you can compile DefineFont4 font in Flex 4 and then import that swf into Flex 3.2+. But thanks for passing on the question. - Daniel Freiman On Tue, May 12, 2009 at 2:22 AM, Gordon Smith gosm...@adobe.com wrote: Pete, has the 3.x compiler been revved, or will it be, to support

Re: [flexcoders] Source Not Found in Flex Builder Debug

2009-05-11 Thread Daniel Freiman
the RSL and see if that works. - Daniel Freiman On Mon, May 11, 2009 at 10:53 AM, markgoldin_2000 markgoldin_2...@yahoo.com wrote: When I run my app from the Builder I am getting an SDK run-time error that does not open a source file but instead shows: Source not found How do I fix

Re: [flexcoders] Re: Source Not Found in Flex Builder Debug

2009-05-11 Thread Daniel Freiman
%40yahoogroups.com, Daniel Freiman freima...@... wrote: It could be two things. You could be using a component/library that isn't open source (such as the flash.* packages or a third party component) or sometimes using the Flex RSL does this. If it's a standard open source Flex class, try

Re: [flexcoders] Re: Source Not Found in Flex Builder Debug

2009-05-11 Thread Daniel Freiman
What actual class is throwing the error? On Mon, May 11, 2009 at 11:55 AM, markgoldin_2000 markgoldin_2...@yahoo.com wrote: Well, that what it says. I am not modifying that for any of my projects. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Daniel Freiman freima

Re: [flexcoders] Re: Source Not Found in Flex Builder Debug

2009-05-11 Thread Daniel Freiman
Sorry, check that. What actual class is not showing the source? On Mon, May 11, 2009 at 11:57 AM, Daniel Freiman freima...@gmail.comwrote: What actual class is throwing the error? On Mon, May 11, 2009 at 11:55 AM, markgoldin_2000 markgoldin_2...@yahoo.com wrote: Well, that what

[flexcoders] Text Layout Framework with Flex 3.3 and Embeded Fonts

2009-05-07 Thread Daniel Freiman
From what I read, you can use the Text Layout Framework with Flex 3.3. The Text Layout Framework also supports embeded fonts. But I can't figure out if/how it can use embeded fonts with the Text Layout Framework within Flex 3.3. Anyone know if this is possible? - Daniel Freiman

Re: [flexcoders] E4x. Strange behavior when modifying XML. Help needed.

2009-05-07 Thread Daniel Freiman
xml.summary.text()[0] = This is my summary Almost all e4x calls return an XMLList, including text() which returns and XMLList where all the node types are text. So the above is getting the text values/nodes and setting the first one. - Daniel Freiman On Thu, May 7, 2009 at 1:35 PM, lytvynyuk

Re: [flexcoders] 100,000 buttons

2009-05-05 Thread Daniel Freiman
Are you trying to do something conceptually like this: Application Script list.dataprovider = new Array(1000); /Script List itemRenderer=mx.controls.Button / /Application - Daniel Freiman On Tue, May 5, 2009 at 8:18 AM, Paul Andrews p...@ipauland.com wrote: - Original

Re: [flexcoders] Re: IE8 problem

2009-04-24 Thread Daniel Freiman
Right click on the app. Does it give you the normal context menu or the Movie not loaded context menu? - Daniel Freiman On Fri, Apr 24, 2009 at 9:00 AM, senthilkumarirtt senthilkumari...@yahoo.co.in wrote: its not show any errorIts show empty page..Just my application background

Re: [flexcoders] e4x challenge

2009-04-23 Thread Daniel Freiman
If you want to select them, then: XMLList list = xml.descendants().(@type = file) otherwise, i'd still get that list and then loop through it and delete each by doing (exact code might need some cleaning): for (each item:XML in list) { delete item.parent()[item.childIndex()]; } On Wed,

Re: [flexcoders] Maximize Minimize

2009-04-21 Thread Daniel Freiman
FlexLib. Look for the mdi component. - Daniel Freiman On Tue, Apr 21, 2009 at 1:41 AM, senthil kumar senthilkumari...@yahoo.co.in wrote: Thanks for your reply...But i cant get answer through google...send some link if you have that.. --- On *Tue, 21/4/09, Tracy Spratt tr...@nts3rd.com

Re: [flexcoders] Serialize Java ResultSet To Flex

2009-04-14 Thread Daniel Freiman
Yeah, it just felt inelegant to do manual, untyped serialization. 2009/4/13 Josh McDonald j...@joshmcdonald.info You could put them in a list of HashMaps, which should get serialised into an Array of simple name-value objects on the way to the Flex client? -Josh 2009/4/14 Daniel Freiman

[flexcoders] Serialize Java ResultSet To Flex

2009-04-13 Thread Daniel Freiman
I want to receive a ResultSet from Java/Blaze DS. Obviously this won't work as stated, but I'm having trouble finding a correct/viable alternative. Anyone know how this is supposed to be done? - Daniel Freiman ▼ ▲

Re: [flexcoders] Serialize Java ResultSet To Flex

2009-04-13 Thread Daniel Freiman
...@yahoogroups.com] *On Behalf Of *Daniel Freiman *Sent:* Tuesday, 14 April 2009 7:13 AM *To:* flexcoders *Subject:* [flexcoders] Serialize Java ResultSet To Flex I want to receive a ResultSet from Java/Blaze DS. Obviously this won't work as stated, but I'm having trouble finding a correct

Re: [flexcoders] IE6 RemoteObject calls fail under HTTPS

2009-03-17 Thread Daniel Freiman
assumetions of what should work/fail over and only use what is explicitly supposed to work. Sorry I can't be of more specific help, but it was a long time ago when I had this type of problem. - Daniel Freiman On Tue, Mar 17, 2009 at 2:27 AM, Rafael Faria rafaelfaria.gru...@gmail.comwrote: We have

[flexcoders] Setting Consumer Selector On BlazeDS Server

2009-02-24 Thread Daniel Freiman
to be sent to every member of that group. That the client application doesn't necessarily know what group they are in (sometimes for security reasons), although the server always does. - Daniel Freiman

Re: [flexcoders] Re: Font's not loading in IE?

2009-01-21 Thread Daniel Freiman
Either this is an esoteric bug, or you've just overlooked something somewhere (we've all done that). I'd post your embed and display code just so we can rule out the second option. On Wed, Jan 21, 2009 at 10:23 AM, tchredeemed apth...@liberty.edu wrote: Yes, I am sure. Or atleast... I

[flexcoders] String Encoding Issue Over AMF

2009-01-14 Thread Daniel Freiman
worked. So far I've only tried alphanumeric characters and the trademark and registered symbols. The trademark is the only one that isn't working. Anyone have any idea how to fix this? - Daniel Freiman

Re: [flexcoders] Re: String Encoding Issue Over AMF

2009-01-14 Thread Daniel Freiman
@yahoogroups.com flexcoders%40yahoogroups.com, Daniel Freiman freima...@... wrote: I'm transmitting Strings from php to Flex. The values are correct before I send them to Flex (I've traced them), but Flex isn't interpreting them properly (I get that square thing, or two incorrect characters

Re: [flexcoders] Re: String Encoding Issue Over AMF

2009-01-14 Thread Daniel Freiman
I'm using Zend Framework. I can't find an comparable method. On Wed, Jan 14, 2009 at 1:58 PM, aphexyuri yuriv...@yahoo.co.uk wrote: Have you played around with $gateway-setCharsetHandler() in gateway.php? --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Daniel Freiman

Re: [flexcoders] Re: String Encoding Issue Over AMF

2009-01-14 Thread Daniel Freiman
your problem. HTH, ~randy *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *Daniel Freiman *Sent:* Wednesday, January 14, 2009 1:28 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Re: String Encoding Issue Over AMF I'm using

Re: [flexcoders] TextFormat's leading

2008-11-26 Thread Daniel Freiman
It's pixels. See http://livedocs.adobe.com/flex/3/langref/flash/text/TextLineMetrics.html for a complete diagram of how text is spaced. - Daniel Freiman On Wed, Nov 26, 2008 at 5:30 AM, bjorn [EMAIL PROTECTED] wrote: What is this value specified in? The docs say: An integer representing

Re: [flexcoders] embed font combo box

2008-11-22 Thread Daniel Freiman
The only issue I know of with the combo box is that the control shows the bold version of the font. So if the bold style is not explicitly embeded, the font won't show up correctly in the control. - Daniel Freiman On Fri, Nov 21, 2008 at 6:14 AM, Kenneth Sutherland [EMAIL PROTECTED] wrote

Re: [flexcoders] Text multi-wrapping bugs

2008-11-06 Thread Daniel Freiman
By textBox, which Class do you actually mean? TextField, UITextField, Label, TextInput, TextArea, etc? - Daniel Freiman On Thu, Nov 6, 2008 at 8:26 AM, christiancrisologo [EMAIL PROTECTED]wrote: Hi everybody, any solution for text that is not auto-wrapping with data-driven text. I have

Re: [flexcoders] Flash player 10 required for my swf?

2008-10-31 Thread Daniel Freiman
I think the detection script checks to see if you have the required version. If you don't, then it will tell you that you need the most recently released version of Flash regardless of what version the wrapper actually requires. This does cause confusion form a troubleshooting standpoint, but

Re: [flexcoders] Flash player 10 required for my swf?

2008-10-31 Thread Daniel Freiman
-- *From:* Daniel Freiman [EMAIL PROTECTED] *To:* flexcoders@yahoogroups.com *Sent:* Friday, October 31, 2008 12:12:21 PM *Subject:* Re: [flexcoders] Flash player 10 required for my swf? I think the detection script checks to see if you have the required version. If you

Re: [flexcoders] about MVC

2008-10-24 Thread Daniel Freiman
PureMVC has examples with code all over their site. http://puremvc.org/ On Fri, Oct 24, 2008 at 3:09 AM, srikanthkpn [EMAIL PROTECTED] wrote: Pls any one can send MVC exampls?

Re: [flexcoders] Measuring a vbox after I add children to it

2008-10-24 Thread Daniel Freiman
vbox.validateSize(); if that doesn't work: vbox.validateSize(true); or vbox.validateNow(); then go for vbox.height On Fri, Oct 24, 2008 at 11:11 AM, tchredeemed [EMAIL PROTECTED] wrote: I add children, and only Text or Spacer, to a vbox. After I have added them, I want to get the

Re: [flexcoders] Setting text on a text node in e4x

2008-10-24 Thread Daniel Freiman
does this do it? parentElement.text()[index] = newText; - Daniel Freiman On Fri, Oct 24, 2008 at 11:48 AM, Mark Carter [EMAIL PROTECTED] wrote: Hi - So, I know how to append a text node to an (parent) element, and how to replace a text node with a new text node (based on a specified string

Re: [flexcoders] Re: Measuring a vbox after I add children to it

2008-10-24 Thread Daniel Freiman
In your code, validateNow() would come right before you call drawStripe(), but... I'd use the structure and invalidation that's already built into Flex UIComponents: ?xml version=1.0 encoding=utf-8? mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml; mx:Script override protected function

Re: [flexcoders] Re: Measuring a vbox after I add children to it

2008-10-24 Thread Daniel Freiman
alright, but I still think I'd put the graphics code into the updateDisplayList function. On Fri, Oct 24, 2008 at 12:22 PM, tchredeemed [EMAIL PROTECTED] wrote: one problem.. the children do not get added until I request for them to, via an eventListener that does not get dispatched until

Re: [flexcoders] Setting text on a text node in e4x

2008-10-24 Thread Daniel Freiman
Maybe it's not possible. At this point I'd go into the Tamirin code and see how it's handling xml text nodes. Another clue might be Alex's response to a question I asked a while ago: http://tech.groups.yahoo.com/group/flexcoders/message/114156 - Daniel Freiman On Fri, Oct 24, 2008 at 1:06 PM

Re: [flexcoders] Case sensitive XML?

2008-10-21 Thread Daniel Freiman
Yeah, you can also use expressions or concatenation but I'm guessing this could be very inefficient: var node:XML = xmlDoc.decendants().(localName().toLowerCase() = param).(@name.toLowerCase() == movie); var node:XML = (xmlDoc..param + xmlDoc..PARAM).(@name == movie || @name == MOVIE); - Daniel

Re: [flexcoders] Re: HTML real caret position

2008-10-21 Thread Daniel Freiman
. You might want to try http://livedocs.adobe.com/flex/3/langref/mx/controls/textClasses/TextRange.html(which I've never used so I can't give you any more help than the suggestion). - Daniel Freiman On Tue, Oct 21, 2008 at 12:41 AM, xmrcivicboix [EMAIL PROTECTED]wrote: Daniel, Any idea why

Re: [flexcoders] HTML real caret position

2008-10-20 Thread Daniel Freiman
try: http://livedocs.adobe.com/flex/3/langref/flash/text/TextField.html#replaceSelectedText() - Daniel Freiman On Mon, Oct 20, 2008 at 2:28 PM, xmrcivicboix [EMAIL PROTECTED]wrote: I have this issue about the rich text editor that I hope someone can help with. Basically, I want to be able

Re: [flexcoders] Problem with scaleX for system fonts!

2008-10-16 Thread Daniel Freiman
I know scaling TextField and UITextField works, so your problem has to do with how the Label component is overriding the scaleX and scaleY properties. I'm not sure exactly in the code the disconnect is. - Daniel Freiman On Thu, Oct 16, 2008 at 5:30 AM, akila_ksri [EMAIL PROTECTED] wrote: Hi

Re: [flexcoders] Re: Open Source SDK SVN down

2008-10-16 Thread Daniel Freiman
Google has found the flash debug player for me as the first hit 100% of the time. On Wed, Oct 15, 2008 at 11:10 PM, reflexactions [EMAIL PROTECTED]wrote: Finding the download location for the debug version of player on Adobe site is always very very hard... Everytime there is a new release

Re: [flexcoders] Rich Text Editor Problem

2008-09-29 Thread Daniel Freiman
Text components cannot use embeded and non-embeded fonts at the same time. I'm not sure as to the details of what's going on in your case, but this could be at the root of the problem. - Daniel Freiman On Mon, Sep 29, 2008 at 6:47 AM, jainleena82 [EMAIL PROTECTED] wrote: Hi, I am using

Re: [flexcoders] e4x filtering of xml nodes...

2008-09-26 Thread Daniel Freiman
(itemid) == 1234) - Daniel Freiman On Thu, Sep 25, 2008 at 10:48 PM, Durres76 [EMAIL PROTECTED] wrote: hi, i'm getting a strange error, strange to me at least, when i run the following expression on the below xml data: - expression: myData.Entry..MetaData.(itemid == 1234) - var myData

Re: [flexcoders] TextArea with support of emoticans

2008-09-25 Thread Daniel Freiman
I've seen implementations of this. You're not going to be able to implement this entirely in the textfield. It's implemented more as an overlay. Do a google search and you'll find someone who's already done this. On Thu, Sep 25, 2008 at 4:43 PM, Sajid Hussain [EMAIL PROTECTED]wrote: Sorry

Re: [flexcoders] e4x problem - filtering elements based on multiple child conditions

2008-09-22 Thread Daniel Freiman
try this: rootXML.group.(name.text().contains(fred) name.text().contains(bob)) - Daniel Freiman On Mon, Sep 22, 2008 at 5:20 AM, Mark Carter [EMAIL PROTECTED] wrote: Ok, that subject is a bit vague but here's an example of what I mean: group id=1 namefred/name namebob/name namepeter

Re: [flexcoders] e4x problem - filtering elements based on multiple child conditions

2008-09-22 Thread Daniel Freiman
You're correct, but you can also do the filtering in a loop to be dynamic: var result:XMLList = rootXML.group.(name.text().contains(fred)); for each (filterName) { // psuedo-code result = result.(name.text().contains(filterName)); } return result; - Daniel Freiman On Mon, Sep 22, 2008 at 10

Re: [flexcoders] e4x problem - filtering elements based on multiple child conditions

2008-09-22 Thread Daniel Freiman
... --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Daniel Freiman [EMAIL PROTECTED] wrote: try this: rootXML.group.(name.text().contains(fred) name.text().contains(bob)) - Daniel Freiman On Mon, Sep 22, 2008 at 5:20 AM, Mark Carter [EMAIL PROTECTED] wrote: Ok

Re: [flexcoders] e4x problem - filtering elements based on multiple child conditions

2008-09-22 Thread Daniel Freiman
on an XMLList. You would have to do: rootXML.group.(name.text()[0].toLowerCase()==fredname.text()[0].toLowerCase()==bob) which, like you say, would always return nothing. Or you have to specify group elements with exactly one child name element. Daniel Freiman wrote: I think you'd actually

Re: [flexcoders] unable to use debug mode

2008-09-20 Thread Daniel Freiman
try this: http://mostlyflex.com/2008/06/23/firefox3-vs-flex-builder/ On Fri, Sep 19, 2008 at 7:08 PM, windsail05 [EMAIL PROTECTED] wrote: For the past couple of months I have not been able to use debug mode for one of my workspaces. I am able to be in debug mode and run things from debug

Re: [flexcoders] XMLListCollection.AddItemAt() silently fails

2008-09-16 Thread Daniel Freiman
I'll test that theory out when I have time. For now I have a workaround. It'll be interesting to see if there's a substantive difference between the two. - Daniel Freiman On Mon, Sep 15, 2008 at 7:56 PM, Alex Harui [EMAIL PROTECTED] wrote: I use FDB to debug XML problems. I can see

Re: [flexcoders] Preventing cutpaste in Flex3 application

2008-09-16 Thread Daniel Freiman
to that saved state on the change event. If that doesn't work there are some functions of the flash.text.TextField class that you can override to intercept the paste, but we probably want to avoid going that far. - Daniel Freiman On Tue, Sep 16, 2008 at 9:30 AM, justincase772 [EMAIL PROTECTED]wrote

Re: [flexcoders] XMLListCollection.AddItemAt() silently fails

2008-09-15 Thread Daniel Freiman
Yeah, I've been looking into binding causes, but wouldn't I see that happening while stepping through the code? As far as I can tell this is an atomic action (or lack thereof). - Daniel Freiman On Mon, Sep 15, 2008 at 4:45 PM, Alex Harui [EMAIL PROTECTED] wrote: Maybe setting source[0

Re: [flexcoders] How do I set the url path manually in my swf file

2008-09-04 Thread Daniel Freiman
Is these what you're looking for? http://blog.mikenimer.com/index.cfm/2007/1/10/Bye-bye-services http://sujitreddyg.wordpress.com/2008/07/03/creating-blazeds-channels-at-runtime/ - Daniel Freiman On Thu, Sep 4, 2008 at 9:21 AM, kirilminevgroups [EMAIL PROTECTED] wrote: I've been developing

Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-03 Thread Daniel Freiman
with what the market(ers) want. - Daniel Freiman On Wed, Sep 3, 2008 at 9:56 AM, Paul Andrews [EMAIL PROTECTED] wrote: - Original Message - From: kuntamayu [EMAIL PROTECTED] kuntamayu%40gmail.com To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com Sent: Wednesday, September 03

Re: [flexcoders] Who is Robert Thompson?

2008-09-02 Thread Daniel Freiman
/woman. - Daniel Freiman On Tue, Sep 2, 2008 at 10:29 AM, nathanpdaniel [EMAIL PROTECTED] wrote: Since he seems to be in EVERY thread... and why should we (not) listen to what he has to say? Just curious...

Re: [flexcoders] Re: Want to build a SWF on the fly when someone requests it

2008-09-01 Thread Daniel Freiman
- Daniel Freiman On Mon, Sep 1, 2008 at 9:51 AM, kuntamayu [EMAIL PROTECTED] wrote: Hi... I am working on a project like Flex Flip Book , so in that project as a end product from my application, I need to give an swf file to end user so he / she can use that swf file directly without any

Re: [flexcoders] Flexstore license?

2008-08-31 Thread Daniel Freiman
, and cooperates with Licensee, at Licensee's expense, in defending or settling such claim. - Daniel Freiman On Sun, Aug 31, 2008 at 3:35 PM, Sherif Abdou [EMAIL PROTECTED] wrote: WEll, I would email Adobe since it says this on every file

Re: [flexcoders] breakpoints not being triggered

2008-08-25 Thread Daniel Freiman
Is the debugger even attaching correctly? To check: start your app in debug mode. Go into Flex Builder when the app is already running and try to pause it. If you can't pause it because the debugger is already stopped, then the debugger never attached the application correctly. - Daniel

Re: [flexcoders] How to upgrade Flex 3 to 3.0.1?

2008-08-19 Thread Daniel Freiman
(At least on Windows) the Adobe Updater will take care of it. You can force the Updater to run in Flex Builder: Help Menu - Search For Flex Builder Updates... - Daniel Freiman On Tue, Aug 19, 2008 at 10:45 AM, markflex2007 [EMAIL PROTECTED]wrote: Hi, Flex Builder 3.0.1 come out. I want

Re: [flexcoders] Debug Termination

2008-08-19 Thread Daniel Freiman
about it before. Sounds like a bug to me. - Daniel Freiman On Tue, Aug 19, 2008 at 11:03 AM, Howard Fore [EMAIL PROTECTED] wrote: You mean the little red square in the Debug view? When I hover over it I get a tool tip that says Terminate and the next one (an N with red circles on the up

Re: [flexcoders] Debug Termination

2008-08-19 Thread Daniel Freiman
No, I'd expect the detach to simply stop the debugger and have the app keep running. I'd expect the the terminate button to stop your app somehow. - Daniel Freiman On Tue, Aug 19, 2008 at 11:12 AM, Howard Fore [EMAIL PROTECTED] wrote: You were expecting the detach to close the tab

Re: [flexcoders] Debug Termination

2008-08-19 Thread Daniel Freiman
On Tue, Aug 19, 2008 at 11:18 AM, Daniel Freiman [EMAIL PROTECTED]wrote: No, I'd expect the detach to simply stop the debugger and have the app keep running. I'd expect the the terminate button to stop your app somehow. -- Howard Fore, [EMAIL PROTECTED] The universe tends toward maximum

Re: [flexcoders] allowing CDATA in inline XML of ActionScript code of MXML

2008-08-13 Thread Daniel Freiman
You can split up the XML into a couple strings and concatenate them together to work around the compiler. Something like this: var doc:XML= new XML(SAMPLEINFO![CDATA[Cool stuff about Unicorns in Unicode text here.]+]+/INFO/SAMPLE); - Daniel Freiman On Wed, Aug 13, 2008 at 2:44 PM, Keith

Re: [flexcoders] Flex Trademarks: How do we play nice?

2008-08-03 Thread Daniel Freiman
I'm sure you were looking for a plan English answer, but since I'm only an ex-proto-laywer myself, the best I'm going to do is this: http://www.adobe.com/misc/pdfs/TM_GuideforThirdPartiesFinalPrint.pdf - Daniel Freiman On Sun, Aug 3, 2008 at 7:13 PM, Josh McDonald [EMAIL PROTECTED] wrote

Re: [flexcoders] Flex PopUp - Background Transparency Question

2008-08-02 Thread Daniel Freiman
See the modal styles for the Application class (modalTransparency, modelBlur, etc): http://livedocs.adobe.com/flex/3/langref/mx/core/Application.html - Daniel Freiman On Fri, Aug 1, 2008 at 12:27 PM, pbrendanc [EMAIL PROTECTED] wrote: My app uses a popup window - however the background

Re: [flexcoders] Debug Mode Prematurely Terminating

2008-07-20 Thread Daniel Freiman
I had a problem like this when I moved to my new computer last week. Inexplicably, changing the html template to include the parameter wmode = opaque fixed it. I agree this doesn't make any sense, but according to googling it has worked for other people and it worked for me. - Daniel Freiman

Re: [flexcoders] Re: Debug Mode Prematurely Terminating

2008-07-20 Thread Daniel Freiman
- Daniel Freiman On Sun, Jul 20, 2008 at 10:42 AM, kenny14390 [EMAIL PROTECTED] wrote: I'm glad to hear I'm not the only one with this weird problem. How do you change the html template? --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Daniel Freiman [EMAIL PROTECTED] wrote

Re: [flexcoders] Huge File Size w/ Embedded Font

2008-07-17 Thread Daniel Freiman
instructions to simplify a font, etc)? - Daniel Freiman On Thu, Jul 17, 2008 at 1:42 AM, Alex Harui [EMAIL PROTECTED] wrote: Trimming out characters you don't need is your only hope, or loading the font later if you don't need it right away -- *From:* flexcoders

[flexcoders] Huge File Size w/ Embedded Font

2008-07-16 Thread Daniel Freiman
? - Daniel Freiman

Re: [flexcoders] Cast XMLList with 1 child to XML

2008-07-14 Thread Daniel Freiman
Instead of casting I would just retrieve the XML from the list: var myXML : XML = myXMLList[0]; - Daniel Freiman On Mon, Jul 14, 2008 at 2:13 AM, Rajan Jain [EMAIL PROTECTED] wrote: Hi I think it is better to use XMLList.length(). IF you one child it will be 1. Hope this helps

Re: [flexcoders] Re: Wacky padding issue with textArea by setting fontSize

2008-07-14 Thread Daniel Freiman
Do you have a small code example? - Daniel Freiman On Mon, Jul 14, 2008 at 4:02 PM, djhatrick [EMAIL PROTECTED] wrote: Actually, the problem is more with the fact that the textArea doesn't render all the text, i noticed when i scroll to a specific point, the text jumps on, as if the text

Re: [flexcoders] Re: Right click context menus

2008-06-30 Thread Daniel Freiman
Rick's code isn't working for you? That's weird. I double checked my code, and I'm adding the context menu to the textField's parent component. So I'm not sure what's going on here. What framework/player versions are you using? - Daniel Freiman On Mon, Jun 30, 2008 at 12:07 PM, sbx33 [EMAIL

Re: [flexcoders] Right click context menus

2008-06-25 Thread Daniel Freiman
I can't find where in my code I am doing it, but I am. I don't remember caring about the distinction between the two types of context menus. So just try it and it will probably work. - Daniel Freiman On Tue, Jun 24, 2008 at 12:46 PM, sbx33 [EMAIL PROTECTED] wrote: Hello! Per the Flex

Re: [flexcoders] Flex TextArea's HTML Tag Support

2008-06-25 Thread Daniel Freiman
http://livedocs.adobe.com/flex/3/langref/flash/text/TextField.html#htmlText This is the documentation for TextField, but TextArea uses a TextField to render text which is why this is the relevant documentation. - Daniel Freiman On Wed, Jun 25, 2008 at 7:11 AM, Patrick McDaniel [EMAIL PROTECTED

Re: [flexcoders] Grouping ContextMenuItems

2008-06-25 Thread Daniel Freiman
Double check the ContextMenuItem constructor in the docs: http://livedocs.adobe.com/flex/3/langref/flash/ui/ContextMenuItem.html#ContextMenuItem() - Daniel Freiman On Wed, Jun 25, 2008 at 3:36 PM, linusgraybill [EMAIL PROTECTED] wrote: How on earth do you control whether or not a line

Re: [flexcoders] Re: Context menu

2008-06-23 Thread Daniel Freiman
You can't get rid of those two (limitation of the player). - Daniel Freiman On Sat, Jun 21, 2008 at 8:01 PM, markgoldin_2000 [EMAIL PROTECTED] wrote: I am using this: var menu:ContextMenu = new ContextMenu(); menu.hideBuiltInItems(); but when I run my program and click on a cell

Re: [flexcoders] Scrolling - Firefox 2/3 vs IE

2008-06-23 Thread Daniel Freiman
The flex framework shouldn't care about the browser, so in some way this will probably be traced back to the player (Stage, Application, SystemManager or their events?). In all cases where I have seen things like this, the previous statement has turned out to be true. - Daniel Freiman On Sun

Re: [flexcoders] Abstract type and cannot be instantiated.

2008-06-23 Thread Daniel Freiman
AS3 doesn't support abstract classes, but sometimes libaries will get around this by creating a class that functions like an abstract class and have each function throw a custom error unless the function is overridden. So it looks like something in the sax library is throwing that. - Daniel

Re: [flexcoders] Scrolling - Firefox 2/3 vs IE

2008-06-23 Thread Daniel Freiman
It wouldn't be that you're doing anything strange w/ one of those classes, but you might be hitting a subtle idiosyncrasy of their functionality. But then again, this is only an educated guess, and you know your code better than i do. - Daniel Freiman On Mon, Jun 23, 2008 at 5:29 PM, Richard

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-18 Thread Daniel Freiman
architectures, design ux, announcements, etc.. lets do it. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Daniel Freiman [EMAIL PROTECTED] wrote: I think of Best Practices and Architecture/Concepts as separate but overlapping categories so I guess that's why I thought

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-18 Thread Daniel Freiman
If a topic falls into multiple categories wouldn't it be logical to post to all lists that apply. Otherwise there might be a knowledgeable person out there you didn't reach. Wouldn't that be legitimate cross-posting? - Daniel Freiman On Wed, Jun 18, 2008 at 11:44 AM, Anatole Tartakovsky

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Daniel Freiman
I agree that the definition of Enterprise is fuzzy here. It's a definition of how well something is supposed to work. It's technology agnostic (in theory only). Everything that interacts with the Flex could go in this group if the project specifications demand a certain level of application

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Daniel Freiman
required going through the player or compiler code to understand it (sorry for the overstatement). - Daniel Freiman On Tue, Jun 17, 2008 at 10:31 PM, Douglas Knudsen [EMAIL PROTECTED] wrote: Having been on this list since 2004, yeah back when the Iteration folks were not Adobe Robe Wearers yet, I've

Re: [flexcoders] Re: Splitting FlexCoders in smaller, focused groups

2008-06-17 Thread Daniel Freiman
topics were brought up and discussed. From my point of view I'm always learning. It would be an interesting read for me. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Daniel Freiman [EMAIL PROTECTED] wrote: I agree that a FAQ seems like a good idea no matter what

Re: [flexcoders] Splitting FlexCoders in smaller, focused groups

2008-06-16 Thread Daniel Freiman
skill levels to join. - Daniel Freiman On Mon, Jun 16, 2008 at 9:10 PM, Anatole Tartakovsky [EMAIL PROTECTED] wrote: Dear All, Flexcoders has huge problem. In the last 15 month it is very much stagnant in terms of message count and participation. It is not growing and dropping members

Re: [flexcoders] Re: Math.abs() Limitation?

2008-06-13 Thread Daniel Freiman
the right thing, and trace() is showing the right thing. - Mike Morearty, Adobe Flex Builder team --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Daniel Freiman [EMAIL PROTECTED] wrote: What did I mean? I'm not sure. For some reason I thought that floats loose precision

Re: [flexcoders] Re: Math.abs() Limitation?

2008-06-13 Thread Daniel Freiman
happy. Thanks, - Daniel Freiman On Fri, Jun 13, 2008 at 3:43 PM, Gordon Smith [EMAIL PROTECTED] wrote: Now that you're using Number.MAX_VALUE rather than int.MAX_VALUE, this difference *should* evaluate to 0. The reason is that Number.MAX_VALUE is a huge value, approximately

Re: [flexcoders] How to support both PERCENT and ABSOLUTE values in one attribute?

2008-06-12 Thread Daniel Freiman
I wrote up a description of the PercentProxy metadata tag a long time ago. It was for Flex 2, but I think it still applies to Flex 3 as well. Also, see the docs. http://nondocs.blogspot.com/2007/04/metadatapercentproxy.html - Daniel Freiman On Thu, Jun 12, 2008 at 3:49 PM, Baz [EMAIL

Re: [flexcoders] Re: OOP and Work for Hire

2008-06-12 Thread Daniel Freiman
for getting into law school and am thinking that I'm glad I didn't go because our job is so much more fun. Two, or three cents from a non-lawyer. - Daniel Freiman On Thu, Jun 12, 2008 at 11:16 AM, Doug McCune [EMAIL PROTECTED] wrote: I'm bowing out of this discussion. Things have gotten far

Re: [flexcoders] Math.abs() Limitation?

2008-06-11 Thread Daniel Freiman
. The second group all have values of 0. When i have time I'll look into this more. - Daniel Freiman On Wed, Jun 11, 2008 at 2:04 AM, Gordon Smith [EMAIL PROTECTED] wrote: Number.MAX_VALUE doesn't have enough precision to handle what I was trying to do. What do you mean by this? A Number

[flexcoders] Math.abs() Limitation?

2008-06-06 Thread Daniel Freiman
. Thoughts? - Daniel Freiman

Re: [flexcoders] Math.abs() Limitation?

2008-06-06 Thread Daniel Freiman
I figured it out. The trace made it obvious (as opposed the debugger which is what I was previously using). I was using Number.MAX_VALUE, not int.MAX_VALUE. Number.MAX_VALUE doesn't have enough precision to handle what I was trying to do. Thanks, - Daniel Freiman On Fri, Jun 6, 2008 at 2:29

Re: [flexcoders] how to keep slide thumb in hslide can not be dragged

2008-06-04 Thread Daniel Freiman
Will mouseEnabled = false; work? On Wed, Jun 4, 2008 at 3:23 PM, markflex2007 [EMAIL PROTECTED] wrote: Hi I did this but it just move back and I need set the hslide value from code and do not allow it draggable.I need the hslide just show the result. mx:Application

  1   2   3   4   5   >