Re: [flexcoders] Hi Alex

2008-09-25 Thread Manu Dhanda
First of all, you should be talking about an application (not an swf). Now, the SIX pages, I took it as SIX views. There are many ways to do that. One of them is: private function return nextPrevView():void{ if(buttonClicked == prev){ viewstack.selectedIndex = viewstack.selectedIndex(viewstack.

[flexcoders] html in flex

2008-09-25 Thread abhishekchess1
hello frnds, i'm using html in flex , in my html code i'm showing first 1 image then its details then at next line anather image and its details , but when i'm doing this , it shows first image then text of its beside it and next line but beside first img 2nd image's details also and then it show

[flexcoders] Still working on learning AMFPHP

2008-09-25 Thread timgerr
Here is a Flex question that I have, If I do this code: http://www.adobe.com/2006/mxml"; layout="absolute"> All works fine, but if a add a variable to the http://www.adobe.com/2006/mxml"; layout="absolute"> I get an error for this

[flexcoders] Re: Learning Flex and AMFPHP

2008-09-25 Thread timgerr
Thanks for the responce, where did you get GlobalSettings.AMFPHP_GATEWAY? What do I have to import in order to use it? Thanks, timgerr --- In flexcoders@yahoogroups.com, "Aaron Miller" <[EMAIL PROTECTED]> wrote: > > It is hard to find. Here is a snippet from my code. Hope it helps! > public funct

[flexcoders] Flex Framework - To cache or not to cache? - Specific case

2008-09-25 Thread tenni5fan
Hi, I have read previous posts on Flex framework caching, did some experiments with different compiler options and searched Google. Many posts advocate using the framework cache in general, however what is your opinion for this specific case. I am working on the app having 1.6Mb in size when com

[flexcoders] Re: Base64Encoder / Base64Decoder

2008-09-25 Thread John Luke Mills
I found this lying around. It might work package com.one2one.cliex.util{ import mx.utils.Base64Encoder; import mx.utils.Base64Decoder; import flash.utils.ByteArray; public class B64String { public static function encodeString(plainString:String):String{

[flexcoders] Re: Base64Encoder / Base64Decoder

2008-09-25 Thread jim.abbott45
Has ANYONE got a code sample (of the Decoder, especially) they'd like to share? I'm using the Decoder right now and can't get it to work. Of course I don't know yet if its in my AS3 code; the server guy's Base-64 code (in Java); or--dare I say it--in the Flex library.

[flexcoders] Re: Data Binding to BitmapData

2008-09-25 Thread kyleashipley
Retracted. After switching everything over from Image to SuperImage and Bitmap to BitmapData, I apparently set a value to the instance variable instead of using the setter. As a result, the binding event never triggered and the bindings were never updated. So, in summary: use SuperImage instead

[flexcoders] Re: TabNavigator - have to click twice on tab to display page

2008-09-25 Thread donald_d_hook
Tracy - No, I am not doing anything with the content or events. I will take a look at instantiation and the creationPolicy... Thanks ... --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Are you programatically doing anything with the content of tab 2? > > >

[flexcoders] e4x filtering of xml nodes...

2008-09-25 Thread Durres76
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 = 1234 1234 12345 This is the runtime error

[flexcoders] Re: flicker problem with zoom effect

2008-09-25 Thread sunild999999
I think this depends on how you've setup your effects. For example, I had funny problems w/effects that were part of view state transitions. This happened because I neglected to specify where in the transitions that the add child/remove child actions should have occurred (b/c I didn't use Add

[flexcoders] Re: Base64Encoder / Base64Decoder

2008-09-25 Thread johnlukemills
I found this lying around. It might work. package com.one2one.cliex.util{ import mx.utils.Base64Encoder; import mx.utils.Base64Decoder; import flash.utils.ByteArray; public class B64String { public static function encodeString(plainString:String):String{

[flexcoders] Flex SEO solutions success?

2008-09-25 Thread Hyder
Has anyone had any success with SEO workarounds with websites developed entirely in Flex. Some that I know of: 1. Flex Templating (FXT) 2. Using SWFObject 3. Using XSL to display seperate alternate pages. 4. Google / Yahoo directly crawling and being able to read SWF contents. I'm working on a

[flexcoders] Re: Learning Flex and AMFPHP

2008-09-25 Thread Hyder
I haven't really used RemoteObject a lot yet, but I was wondering the same thing. I think you're having trouble adding the method object to the RemoteObject Class... I'm not so sure about that either. This is just to clarify your question to others. I think that the current solution provided by

[flexcoders] Re: TabNavigator - have to click twice on tab to display page

2008-09-25 Thread Tim Hoff
Sounds suspiciously like a callLater() solution. Have you tested whether the creationComplete event is actually firing, before you click tab2, for all of the child components? Sometimes not setting the data, in a timely fashion, can also make a view appear blank. -TH --- In flexcoders@yahoogro

[flexcoders] Re: TabNavigator - have to click twice on tab to display page

2008-09-25 Thread Hyder
I started having the same problem with my application recently. What's interesting is that it only happens with the debug version of my application. The debug version, not necessarily in debug mode (application-debug.swf). But when I compile a release version, the tabnav works just fine. Also,

[flexcoders] Hi Alex

2008-09-25 Thread deepa_pathuri
I have a .swf file which has 6 pages in it.i want to control that .swf ie to show each page of .swf file on click of next and previous button...How can i do this

RE: [flexcoders] TabNavigator - have to click twice on tab to display page

2008-09-25 Thread Manu Dhanda
Hi Tracy, It's really an issue with TabNavigator and we had faced it. I won't say that I need to click the tab twice, but I need to switch back to Tab1 and then come back to Tab2 to see the content on my 2nd Tab. And yes, already tried with creationPolicy='all', but it din't worked. -Manu. Tr

[flexcoders] Re: horizontal axis chart label size when chart has minimal height

2008-09-25 Thread Tim Hoff
Ha. Want to thank Ely for passing on this solution to me. -TH --- In flexcoders@yahoogroups.com, "Amy" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com, "Tim Hoff" TimHoff@ wrote: > > > > > > Sorry Maciek, got a late start today. Amy's CSS is correct. You can > > also set the gu

[flexcoders] compc: locking assertion failure

2008-09-25 Thread Maciek Sakrejda
Running compc after adding some embedded assets, I get the following assertion failure. The build seems to finish fine, but this is somewhat disconcerting. Any ideas? [compc] Locking assertion failure. Backtrace: [compc] #0 /usr/lib/libxcb-xlib.so.0 [0xb740d767] [compc] #1 /usr/lib/li

[flexcoders] Re: horizontal axis chart label size when chart has minimal height

2008-09-25 Thread Amy
--- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > Sorry Maciek, got a late start today. Amy's CSS is correct. You can > also set the gutter dimensions on the ColumnChart tag in mxml. Try > using a big number first; like 200. I don't think that 20 is going to > be e

RE: [flexcoders] Listen itemClick Event on MenuBar

2008-09-25 Thread Tracy Spratt
This is an aggravating aspect of Menu. You have to listen for both itemClick and click. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andres Serral Sent: Thursday, September 25, 2008 3:54 PM To: flexcoders@yahoogroups.c

RE: [flexcoders] help w/ setting click events on dynamically created linkbuttons

2008-09-25 Thread Tracy Spratt
A primary benefit of doing things like this is that you have the entire item data in the component dispatching the event, and you have access to that data in any handler via the event.target reference. So you only need the event, and no other arguments. Tracy ___

RE: [flexcoders] Re: Tree Component openItems and refresh dataProvider issue

2008-09-25 Thread Tracy Spratt
I didn't quite follow Ryan's suggestion. The problem in general is that the selectdItems array has to contain references to items in the dataProvider. This will not be the case if your replace the DataProvider. Using the API to update changed items is an ideal solution if possible in your

[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?

RE: [flexcoders] clear request parameters httpservice

2008-09-25 Thread Tracy Spratt
The key to this is creating a "new" request object for each call, as Guilherme is doing. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guilherme Blanco Sent: Thursday, September 25, 2008 2:15 PM To: flexcoders@yahoogrou

RE: [flexcoders] Re: Sharing xml data across components

2008-09-25 Thread Tracy Spratt
Or, if you want the selection of the row in the datagrid to change the contents of the scroller, bind the scroller's dataProvider to "{XML(DataGrid.selectedItem).notes.text(). Or assign the property directly: MyScroller.myData = DataGrid.selectedItem; //assumes myData is an XML typed public p

RE: [flexcoders] TabNavigator - have to click twice on tab to display page

2008-09-25 Thread Tracy Spratt
Are you programatically doing anything with the content of tab 2? Do you understand about deferred instantiation and creationPolicy? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of donald_d_hook Sent: Thursday, September 25

[flexcoders] flicker problem with zoom effect

2008-09-25 Thread Seth Caldwell
I'm using a zoom effect, and when I remove a popup window, the hide effect zoom-shrinks the popup. then when the zoom finishes, the popup is removed. This all works, but when finishing, the whole site flickers briefly afterwards. Its quite annoying. Has anyone encountered this and know of a fix?

RE: [flexcoders] help w/ setting click events on dynamically created linkbuttons

2008-09-25 Thread Tracy Spratt
I advise using repeater with a custom clickable component. Tracy Goal: Display a list of items using a complex display for each item, and have each of those items behave like a menu element and respond to a click anywhere on the item by running a handler function. One solution is to use a

RE: [flexcoders] Obtaining name of method

2008-09-25 Thread Tracy Spratt
I bet you are trying to find a nifty way to log your code's processing, right? This comes up a lot and really, there is no good way to do it. You might try the archives, in case I missed something, but if I'd ever heard a good solution I would have used it myself. Tracy ___

[flexcoders] Re: LCDS: Debug RTMP Traffic

2008-09-25 Thread Geoffrey
Adobe support thought that it might be that too, but it doesn't look like that's the issue since it didn't really do anything different when I commented that out. --- In flexcoders@yahoogroups.com, "Geoffrey" <[EMAIL PROTECTED]> wrote: > > I'll try using the TraceTarget class. > > Our config us

[flexcoders] Word wrap in Tabnavigator

2008-09-25 Thread markgoldin_2000
Any chance I could word wrap a long label text? Thanks

Re: [flexcoders] Re: BlazeDS Integration

2008-09-25 Thread Ryan Gravener
Well, maybe this can help. Its a very limited quickstart, but I use it as my base for all new projects. http://code.google.com/p/wicket-flex-blazeds/ Ryan Gravener http://twitter.com/ryangravener On Thu, Sep 25, 2008 at 6:13 PM, Patrick <[EMAIL PROTECTED]> wrote: > Just a flex app. > > Patr

Re: [flexcoders] your 3d engine

2008-09-25 Thread Samuel Colak
Jon, basically all code is actionscript - just its all code. Im not sure what else it would be? Samuel On Sep 25, 2008, at 11:29 PM, Jon Bradley wrote: On Sep 25, 2008, at 12:54 PM, Samuel Colak wrote: Jon, There is really no api documentation - im looking to release the code line into th

[flexcoders] Composite renderer for Tree

2008-09-25 Thread markgoldin_2000
Is it possible to create a composite custom item renderer for a tree component? Thanks

[flexcoders] Re: BlazeDS Integration

2008-09-25 Thread Patrick
Just a flex app. Patrick --- In flexcoders@yahoogroups.com, "Ryan Gravener" <[EMAIL PROTECTED]> wrote: > > Is this a flex air app or just flex? > > Ryan Gravener > http://twitter.com/ryangravener > > > On Thu, Sep 25, 2008 at 9:36 AM, Patrick <[EMAIL PROTECTED]> wrote: > > > The files are lo

Re: [flexcoders] your 3d engine

2008-09-25 Thread Jon Bradley
On Sep 25, 2008, at 12:54 PM, Samuel Colak wrote: Jon, There is really no api documentation - im looking to release the code line into the community or basically just keep this internal. I've done alot of work into getting the framerate acceptable without hitting the CPU dramatically. S

[flexcoders] Re: Variable width column to fill a variable width datagrid?

2008-09-25 Thread Tim Hoff
Are you setting explicit width values for the columns that you want to remain fixed? Thie following code should keep the first two columns at a fixed width and the third column should take up the rest of the variable width: -TH --- In flexcoders@yaho

[flexcoders] Re: Listen itemClick Event on MenuBar

2008-09-25 Thread Tim Hoff
The MXML: -TH --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > Interesting how related questions seem to come up on the same day. The > MenuBar items (top level) respond to the click event. The menu items > (children) respond to the itemClick event: > > import mx.

[flexcoders] Re: Listen itemClick Event on MenuBar

2008-09-25 Thread Tim Hoff
Interesting how related questions seem to come up on the same day. The MenuBar items (top level) respond to the click event. The menu items (children) respond to the itemClick event: import mx.events.MenuEvent; import flash.events.MouseEvent; import mx.controls.Alert; private function clickH

Re: [flexcoders] TextArea with support of emoticans

2008-09-25 Thread Sajid Hussain
Thansk buddy its the link http://kiorull.com/Flex/FlexSmilies/FlexSmilies.html I searched early but dint found good its with you guys good luck I got good luck ;):)   - Original Message From: Daniel Freiman <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Friday, September 26

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: > Sorr

Re: [flexcoders] TextArea with support of emoticans

2008-09-25 Thread Sajid Hussain
Sorry Ryan . right now I cnat gave sample as I m out of work but as i m developing mesenger so I m sending richtexteditor html type format for textarea from one user to another when my another user got message i search if it has some emotican characters like : ) then i replaced that with html's

RE: [flexcoders] TextArea with support of emoticans

2008-09-25 Thread Ryan Graham
Pretty sure the element would be treated the same as the and elements below. How are you getting your HTML? From a CDATA section somewhere, or as actual markup? If you could post a small example of your exact setup, it would help to give more specific advice. HTH, Ryan _

Re: [flexcoders] TextArea with support of emoticans

2008-09-25 Thread Sajid Hussain
hmm I m going to play witht this I m sure it will may help . it seems u think by using condenseWhit we could have inline images? Sajid   - Original Message From: Ryan Graham <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Friday, September 26, 2008 1:11:27 AM Subject: RE: [fl

RE: [flexcoders] TextArea with support of emoticans

2008-09-25 Thread Ryan Graham
When using the TextArea with htmlText, flex converts the htmlText when setting the property to it's own specific flavor of HTML for rendering. To see what goes on here, set the htmlText property, then do a trace to see what it is converted into -- each run of text appears to get broken up into its

[flexcoders] Variable width column to fill a variable width datagrid?

2008-09-25 Thread ozziegt
I have a datagrid which I want to be variable width. I need some of the columns to remain fixed width while maybe one or two expand to fill the rest of the space. However, any solution I am trying isn't working. The DataGrid is resizing all the columns. Any suggestions? Thanks

[flexcoders] Re: TextArea with support of emoticans

2008-09-25 Thread ozziegt
Flash's textfield does not support inline images. You will have to do a workaround...which can get kind of complicated. --- In flexcoders@yahoogroups.com, Sajid Hussain <[EMAIL PROTECTED]> wrote: > > Hi Guys , > > for web messenger's emoticons ,I need to put images into textarea I have used htm

[flexcoders] Listen itemClick Event on MenuBar

2008-09-25 Thread Andres Serral
Hello people I have a problem... someone maybe can help me The MenuBar control doesn't dispatch the "itemClick" event on items that has childrens. Anybody knows how can I capture the click event on any item (with childrens or without them)? Thanks Andres

[flexcoders] TextArea with support of emoticans

2008-09-25 Thread Sajid Hussain
Hi Guys , for web messenger's emoticons ,I need to put images into textarea I have used htmltext and loading up tag ,one image(emoticon ) work fine but with more then one img tag it comes as vertically where image at the bottom of image where it seems some html thing , any suggestion I could

Re: [flexcoders] TabNavigator - have to click twice on tab to display page

2008-09-25 Thread Sajid Hussain
I have this same issue with super tab navigator .I left this for my pending work but it seems to be genral fix like tab navigators on click event and settign up our required tab . furhter this forum is full of gurus

[flexcoders] Stomp Client - Push Service

2008-09-25 Thread George
I'm using the Stomp Client provided at Google Code from codehaus. I am using it to pass XML messages from the server to the client. This works great except for the fact that every once in a while the Stomp client doesn't get the entire message. It seems to truncate the message. That's no big deal

Re: [flexcoders] Amfphp version update? Dataservices and rtmp

2008-09-25 Thread Sajid Hussain
Allan , you are quite right I m curios who is going to update amfphp with the its expected features lets say comparing with weborb php ,I searched zendamf is quite promising and its developer said it wil be release with zendframe work 1.6, zend framework 1.6rc3 even avablable but no support

[flexcoders] Re: Sharing xml data across components

2008-09-25 Thread wesley.petrowski
Maybe I'm just missing some complexity of the problem, but any reason why something like this wouldn't work? (assuming the scrolling ticker can accept XML in its dataProvider) private function resultHandler(evt:ResultEvent):void { var result:XML = evt.result; datagrid.dataProvider = result;

[flexcoders] URLRequest, ByteArray, and the 0 byte

2008-09-25 Thread Maciek Sakrejda
I've run into an interesting problem with URLRequest, navigateToURL, and ByteArray when sending a zero byte: var bytes:ByteArray = new ByteArray(); bytes.writeByte(1); bytes.writeByte(1); bytes.writeByte(1); bytes.writeByte(1); requestHeader = new URLRequestHeader("Content-type", "applica

[flexcoders] Re: Data Binding to BitmapData

2008-09-25 Thread kyleashipley
I tried switching over to the SuperImage class. It works wonderfully...except when it doesn't. Now, my BitmapData is no longer getting set to null (a step in the right direction). However, only one SuperImage can reference the BitmapData at a time. I have a SuperImage visible in a scrollable Tr

[flexcoders] Re: Load HTML from URL into Flex Component

2008-09-25 Thread markgoldin_2000
Try to zoom out to 75%. --- In flexcoders@yahoogroups.com, "byte.sensei" <[EMAIL PROTECTED]> wrote: > > Works great - Thanks! The only issue I've had with this approach is > having to manually manage the iframe "visible" property when > navigating between different states of my application.

[flexcoders] Re: 2nd try...Turning off the auto sort of ADG groupings

2008-09-25 Thread Amy
--- In flexcoders@yahoogroups.com, "Amy" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com, Adrian Williams > wrote: > > > > All, > > > > I discovered a frustrating feature of the ADG when using > > groupings...the ADG automatically sorts the displayed data by the > field

[flexcoders] TabNavigator - have to click twice on tab to display page

2008-09-25 Thread donald_d_hook
I have a tab navigator with 3 tabs. Each tab has a canvas with several components on it. when the page is displayed, you see the 1st tab. When I navigate to the 2nd tab, I have to click the 2nd tab twice in order to view the contents of the tab. It looks like the first click on the 2nd tab

Re: [flexcoders] clear request parameters httpservice

2008-09-25 Thread Guilherme Blanco
var tabpermissions:HTTPService = new HTTPService (); var params:Object = new Object(); params.test = 'foo'; tabpermissions.send(params); tabpermissions.cancel(); var params:Object = new Object(); params.test2 = 'foo'; tabpermissions.send(params); Does that helps? On Thu, Sep 25, 2008 at 3

[flexcoders] Sharing xml data across components

2008-09-25 Thread Jimmy Neutron
Humble greetz fellow flexers, I'm trying to share data from an HTTPService to two components -  one is a standard datagrid, the other is a scrolling ticker component(tried arraycollection,xmllist and object and now thoroughly confused myself) so the result i'm looking for is to extract one node

[flexcoders] clear request parameters httpservice

2008-09-25 Thread Jason B
is there a way to clear an httpservice? im defining items as tabpermissions = new httpservice(); tabpermissions.request.test; tabpermissions.send(); tabpermissions = new httpservice(); tabpermissions.request.test2; tabpermissions.send(); now i keep adding new requests dynamically but i dont

[flexcoders] Re: scroll to make a child all visible

2008-09-25 Thread Tim Hoff
Hi Jonathan, This should do it: myHBox.horizontalScrollPosition = myHBox.getChildAt(myChildIndex).x; -TH --- In flexcoders@yahoogroups.com, Jonathan Lee <[EMAIL PROTECTED]> wrote: > > Hello: > I have a HBox which list different some thumbnails. And I know the index of the child that needs to b

RE: [flexcoders] Not to harp on about it....

2008-09-25 Thread Ryan Graham
Isn't Flash Player 10 going to have some basic 3D support built in? I thought I read that somewhere. Should be awesome if so... Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wkolcz Sent: Thursday, September 25, 2008 10:20 AM To: f

[flexcoders] TabNavigator - have to click twice on tab to display page

2008-09-25 Thread donald_d_hook
I have a tab navigator with 3 tabs. Each tab has a canvas with several components on it. when the page is displayed, you see the 1st tab. When I navigate to the 2nd tab, I have to click the 2nd tab twice in order to view the contents of the tab. It looks like the first click on the 2nd tab

Re: [flexcoders] Re: Tree Component openItems and refresh dataProvider issue

2008-09-25 Thread Ryan Gravener
override the set dataProvider; then store the openitems, selecteditems, etc... call super.dataProvider = provider; openItems=storedOpenItems; validateNow(); selectedItems=storedSelectedItems; validateNow(); as for amf calls, I have a method which gets the instance from the dataprovider and adds

RE: [flexcoders] Re: Base64Encoder / Base64Decoder

2008-09-25 Thread Peter Farland
No problem at all, they're confusingly close APIs and I totally agree they need more docs to explain how to use them. We _could_ create some form of toString()-like method though that could handle UTF-8 bytes (but ByteArray should give you that too with readUTF... I think we'd just need to know

Re: [flexcoders] Re: Base64Encoder / Base64Decoder

2008-09-25 Thread Doug McCune
Woops, my bad again. I gotta stop responding to threads without really understanding what I'm talking about. I think I just noticed that both have flush() methods and I assumed that was to a String (which is wrong in the case of the decoder). I'll stop talking now. On Thu, Sep 25, 2008 at 10:42 AM

[flexcoders] removing workspaces from FB workspace pulldown!

2008-09-25 Thread ronnlixx
FB2, I have "old" workspaces showing up in the switch workspace pulldown, my question is how do i remove these old locations? I've done this before but cant remember what config file I need to edit

Re: [flexcoders] Amfphp version update? Dataservices and rtmp

2008-09-25 Thread Alan
No need to migrate projects, if it uses AMFPHP - keep using it. AMFPHP will probably still be used by those who don't want to mess with Eclipse. ZendAMF ( as it sounds now ) is going to be a plug-in for Eclipse and Flex Builder. On Sep 25, 2008, at 12:12 PM, Sajid Hussain wrote: Wow ,

RE: [flexcoders] Re: Base64Encoder / Base64Decoder

2008-09-25 Thread Peter Farland
Just curious, where'd folks see the decoder docs talk about a toString()? Base64Decoder's primary use is to decode to a ByteArray so it has a toByteArray() method. If you wanted to construct a String from this ByteArray you'd need to know the charset encoding used in the bytes. Pete > -Ori

[flexcoders] Re: How to make only certain rows in an AdvancedDataGrid selectable?

2008-09-25 Thread tungchau81
Hi Amy, event.preventDefault() was the very first solution I tried, but it did not help in this case. I tried Marcelo's approach to using drawSelectionIndicator and it worked. Thanks alot, Tung Chau --- In flexcoders@yahoogroups.com, "Amy" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoo

[flexcoders] Re: Tree Component openItems and refresh dataProvider issue

2008-09-25 Thread Ivo
Are you resetting the data provider or just updating it? I find that if I just update the data provider by inserting/removing elements the Tree reflects the change appropriately. One bug I've hit, which might be what you are experiencing, is that if I remove the Tree from the stage and add it late

[flexcoders] scroll to make a child all visible

2008-09-25 Thread Jonathan Lee
Hello: I have a HBox which list different some thumbnails. And I know the index of the child that needs to be visible. What function I need to call? Thanks.

Re: [flexcoders] Re: Base64Encoder / Base64Decoder

2008-09-25 Thread Doug McCune
I assume the bug here is that the toString() method was supposed to be implemented the same way in Base64Decoder as it is in Base64Encoder, which would then make the docs at least make sense. But it looks like that method simply got left out of the decoder class. Add it in just like in the encoder

Re: [flexcoders] Not to harp on about it....

2008-09-25 Thread Samuel Colak
If you want to be pedantic, yes its written in AS3 using Flex (hence flexcoders !!) Pepervision is written using Flash On Sep 25, 2008, at 7:19 PM, wkolcz wrote: On Sep 25, 2008, at 11:28 AM, Samuel Colak wrote: I don't think papervision has anything on it - And its all written in Flex :

Re: [flexcoders] Re: Base64Encoder / Base64Decoder

2008-09-25 Thread Doug McCune
woops, that was in Base64Encoder, not Decoder. My mistake. On Thu, Sep 25, 2008 at 10:25 AM, Doug McCune <[EMAIL PROTECTED]> wrote: > In my version of the SDK source the toString method is defined and > looks like this: > > public function toString():String >{ >return flush(); >} >

Re: [flexcoders] Re: Base64Encoder / Base64Decoder

2008-09-25 Thread Doug McCune
In my version of the SDK source the toString method is defined and looks like this: public function toString():String { return flush(); } On Thu, Sep 25, 2008 at 10:15 AM, Joao Coelho <[EMAIL PROTECTED]> wrote: > --- In flexcoders@yahoogroups.com, Peter Farland <[EMAIL PROTECTED]>

Re: [flexcoders] Not to harp on about it....

2008-09-25 Thread wkolcz
On Sep 25, 2008, at 11

[flexcoders] Re: horizontal axis chart label size when chart has minimal height

2008-09-25 Thread Tim Hoff
Sorry Maciek, got a late start today. Amy's CSS is correct. You can also set the gutter dimensions on the ColumnChart tag in mxml. Try using a big number first; like 200. I don't think that 20 is going to be enough to solve the problem. -TH --- In flexcoders@yahoogroups.com, "Amy" <[EMAIL PR

[flexcoders] Re: Base64Encoder / Base64Decoder

2008-09-25 Thread Joao Coelho
--- In flexcoders@yahoogroups.com, Peter Farland <[EMAIL PROTECTED]> wrote: > > What do you want to do with Base64? I might be able to point you at an example. I've also logged a bug for documentation to ask them to provide examples in these classes (note this, and commenting on the live docs, is a

[flexcoders] Re: horizontal axis chart label size when chart has minimal height

2008-09-25 Thread Amy
--- In flexcoders@yahoogroups.com, Maciek Sakrejda <[EMAIL PROTECTED]> wrote: > > Sorry--I wasn't clear. There's a gutter property on the AxisRenderer, > but when I set it explicitly, one of the methods called by the setter > throws a null reference error (presumably because I'm calling the sette

[flexcoders] what's a good 3rd party flv encoder?

2008-09-25 Thread Ryan
hi- we are looking to encode flv's at a professional level. Can anyone recommend a software that allows complete control over the encoding (quality etc) rather than just choosing from a set of presets? I have used Riva Encoder and the default one from Adobe, but is there a more professional option

RE: [flexcoders] Re: Base64Encoder / Base64Decoder

2008-09-25 Thread Peter Farland
What do you want to do with Base64? I might be able to point you at an example. I've also logged a bug for documentation to ask them to provide examples in these classes (note this, and commenting on the live docs, is a better way to get the doc team's attention). https://bugs.adobe.com/jira/bro

[flexcoders] your 3d engine

2008-09-25 Thread Samuel Colak
Jon, There is really no api documentation - im looking to release the code line into the community or basically just keep this internal. I've done alot of work into getting the framerate acceptable without hitting the CPU dramatically. Each TdObject is a container which can have either oth

[flexcoders] Is adding children in updateDisplayList() "wrong"?

2008-09-25 Thread wesley.petrowski
Hey list, I'm trying to dynamically create a HSlider and add it as a child in the updateDisplayList method of a Canvas subclass. When I do this, I get a run-time exception because the slider's updateDisplayList runs before the slider's commitPropertes (and commitProperties seems to set up some

Re: [flexcoders] Re: Mapping and Data

2008-09-25 Thread Christophe Jolif
headjoog wrote: > Does this work just for a U.S. maps? Or can you use other objects as > well - like counties within a State? There is a set of predefined maps, and then you can easily create your own ones using a tool provided with the product. See: http://www.ilog.com/products/ilogelixir/feat

Re: [flexcoders] Re: Data Binding to BitmapData

2008-09-25 Thread leds usop
i'd rather use ely's superimage ^^ or a subclass at that - but that's just me. --- On Thu, 9/25/08, Amy <[EMAIL PROTECTED]> wrote: From: Amy <[EMAIL PROTECTED]> Subject: [flexcoders] Re: Data Binding to BitmapData To: flexcoders@yahoogroups.com Date: Thursday, September 25, 2008, 5:00 AM --

Re: [flexcoders] Not to harp on about it....

2008-09-25 Thread Doug McCune
I didn't mean to come off as rude :) Writing your own 3D engine is a huge undertaking and it's an impressive accomplishment. Congrats on the work. Is it going to be released (open source?) On Thu, Sep 25, 2008 at 9:02 AM, Samuel Colak <[EMAIL PROTECTED]> wrote: > then goto http://www.im-at-home.c

Re: [flexcoders] Amfphp version update? Dataservices and rtmp

2008-09-25 Thread Sajid Hussain
Wow , so it mean amfphp projects have to see migration possibilities with zendamf - Original Message From: Alan <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Thursday, September 25, 2008 2:10:25 PM Subject: Re: [flexcoders] Amfphp version update? Dataservices and rtmp Zen

[flexcoders] Re: help w/ setting click events on dynamically created linkbuttons

2008-09-25 Thread Amy
--- In flexcoders@yahoogroups.com, "Haykel BEN JEMIA" <[EMAIL PROTECTED]> wrote: > > You can't pass any variables to the handler that way. The event handler > function must have exactly one argument, the event object, or no arguments. > If you need a reference to the clicked button for example,

Re: [flexcoders] Re: Gradient that is vertical and horizontal!

2008-09-25 Thread leds usop
or 2 displayobjects with gradient on each, one is horizontal and one is vertical but use one as mask of the other. ^^ --- On Wed, 9/24/08, Josh McDonald <[EMAIL PROTECTED]> wrote: From: Josh McDonald <[EMAIL PROTECTED]> Subject: Re: [flexcoders] Re: Gradient that is vertical and horizontal! To:

Re: [flexcoders] Not to harp on about it....

2008-09-25 Thread Samuel Colak
then goto http://www.im-at-home.com - my other website. As for sandy and a couple of others, sure i guess they will do the same. Mine i think is faster - simply because it handle things in a different way. Ive been in the 3D space for quite some time since the Amiga - this has some shortcuts

Re: [flexcoders] Not to harp on about it....

2008-09-25 Thread Samuel Colak
This is completely written by me - its not someone elses work there are no frameworks used On Sep 25, 2008, at 5:46 PM, Alan wrote: What does PV3D have to do with Flex? PV3D is just am API of interactive geometry. Flex is a framework of components to display and mange data - an RIA.

[flexcoders] Re: Base64Encoder / Base64Decoder

2008-09-25 Thread Joao Coelho
--- In flexcoders@yahoogroups.com, "nathanpdaniel" <[EMAIL PROTECTED]> wrote: > > I don't think it's ever been documented like everything else... I've > been searching for any type of documentation on it since... Flex 2 > beta - STILL nothing. > Pretty much what I figured... At least there's sou

RE: [flexcoders] help w/ setting click events on dynamically created linkbuttons

2008-09-25 Thread Ramsey, Robert L
I did finally find the syntax this morning: http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=9144 ABCButton.addEventListener(MouseEvent.CLICK,function (e:MouseEvent) : void {ABCButtonListener(e,myPrivateSpecialObject);}); Using this syntax,

Re: [flexcoders] Not to harp on about it....

2008-09-25 Thread Doug McCune
I clicked and moved... All I'm saying is that the claim that your personal 3D engine is better than PV3D is a large claim that needs far more than that example to back it up. Does yours render faster? handle more polygons? support unique textures, etc? All I'm seeing in that demo is basic 3D planes

[flexcoders] Re: Httpservice request clear

2008-09-25 Thread Jason B
sorry not sure how i wrote that subject line? --- In flexcoders@yahoogroups.com, "Jason B" <[EMAIL PROTECTED]> wrote: > > is there a way to clear an httpservice? > > im defining items as > > tabpermissions.request.tabnav_announcements = > tabnav_announcements.selectedIndex;

[flexcoders] Tab Events

2008-09-25 Thread Jason B
is there a way to clear an httpservice? im defining items as tabpermissions.request.tabnav_announcements = tabnav_announcements.selectedIndex; tabpermissions.send(); now i keep adding new requests how the heck do i clear all items in the request area ?

  1   2   >