[flexcoders] Flex & Java, Where to Start?

2007-06-06 Thread aaronvm707
Hello, I have begun working with Flex a couple of months ago and have been learning fairly quickly. I come from a Microsoft ASP.net background, but would prefer to work with Flex & Java. Can anyone suggest resources and/or books to start learning Java as it relates to Flex. There seams to be many

Re: [flexcoders] Debugging flash app running in C++ app

2007-06-06 Thread Aldo Bucchi
Hi Alex, The problem is that I cannot use RUN to launch the app since it HAS to be inside the C++ app... it relies on several externalinterface calls to work. By itself it woudln't even load correctly. If I load debug versions of the app it will ask me for the IP of the debugger... not sure what

RE: [flexcoders] coordiates of items in a datagrid

2007-06-06 Thread Alex Harui
You'll have to subclass and then snoop through the listItems array From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Maher Sent: Wednesday, June 06, 2007 4:20 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] coordiates of items

RE: [flexcoders] Re: ArrayCollection not working? Pulling out my HAIR!!!

2007-06-06 Thread Alex Harui
I don't think ArrayUtil is as smart as you wish it was. You may have to write your own conversion. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jason Ervin Sent: Wednesday, June 06, 2007 6:50 PM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Debugging flash app running in C++ app

2007-06-06 Thread Alex Harui
If you have the ActiveX debugger player installed, you should be able to use FDB to debug. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aldo Bucchi Sent: Wednesday, June 06, 2007 7:46 PM To: flexcoders@yahoogroups.com Subject: [flexco

[flexcoders] Re: container Grey when used in custom component

2007-06-06 Thread dnk
I am posting this here in case anyone else is searching the archives, but I foun d out the issue. Ok, I never would have thought this was it, but it appears as though the name of my component file was the issue! My compoenent file was called Menu.mxml. I guess it is a naming/reserved name or somet

[flexcoders] Question: DataGridColumn sorting with Boolean value

2007-06-06 Thread handitan
Hi, I have a datagrid column that filled with Boolean value. Since the built-in sorting could not handle this type, I have to make my own sort function but I have failed so far :( This is my compare function: public function sortBoolean(pObj1:Object, pObj2:Object):int {

[flexcoders] Re: Flex 2 & locales...

2007-06-06 Thread teracyte
Thanks for the reply. I don't think you answered my question for #1 though. I am using Eclipse with the Flex Builder plug-in. If I create a new MXML and add some static text (e.g. "Name") which is acquired from a resource bundle, what I see in the editor is "@Resource(key="nameLabel", bundle="bu

[flexcoders] Re: DataGridColumn in Repeater gets "Unable to generate initialization code..."

2007-06-06 Thread Peter Connolly
In his blog, Nischal says:quote: Recently when I was working on Flex application and found that there is an issue with the columns of DataGrid, which is defined inside the repeater. Flex throws following error when you try to assign id or data binding values to DataGridColumn "Unable to generate in

[flexcoders] Re: Landscape printing in Flex

2007-06-06 Thread archtechcomputers
Hi Mike, Thanks for your input, I also am tring to print a certificate. Like I posted earlier, I need to print the page landscape. I've been working on it for hours.. I've done the following: // The function to print the output. public function doPrint():void {

[flexcoders] Accordion component - scrollable/ viewing multiple panels

2007-06-06 Thread kalyancce
Hi, Is there a way to have a scrollable and multiple panel view accordion? I did get to see some tweaks for scrollability but havent really found a way for opening multiple panels at the same time. Please suggest. Thank you, Kalyan.

[flexcoders] Re: Mixing styles in a single component

2007-06-06 Thread candysmate
--- In flexcoders@yahoogroups.com, Guido <[EMAIL PROTECTED]> wrote: > > Hi, my question is a simple one, yet I can't seem to fancy a way of doing > this. > > Basically, I want to know how possible it is to set a style to a "certain > part" of the component, and not to it all. > > For example, i h

[flexcoders] Debugging flash app running in C++ app

2007-06-06 Thread Aldo Bucchi
Hi all, Is there any way to run full debugging on a flash app that is loaded inside an activeX control within a C++ app? I have managed to get tracing ( by tailing flashlog.txt ) but I need to set breakpoints, etc. Any tips??? Thanks! Aldo -- : Aldo Bucchi : mobile +56 9 8429 8300

[flexcoders] HorizontalList

2007-06-06 Thread mapper2255
Good Afternoon, I have a ItemRenderer inside a HorizontalList. The HorizontalList is loaded in a Module. I would like the HorizontalList to be centered under an ApplicationControlBar which will be set to 100% of page width. Could someone tell me the best way to center the HorizontaList under t

RE: [flexcoders] Converting a string to a Class

2007-06-06 Thread Gordon Smith
I think the convention is to declare a static var in your Application script: private static var buttonDependency:Button; - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Troy Gilbert Sent: Wednesday, June 06, 2007 4:39 PM T

[flexcoders] Re: ArrayCollection not working? Pulling out my HAIR!!!

2007-06-06 Thread Jason Ervin
Well I am using one data source via the singleton pattern as I have approx. 20 screen feeding of the xml data. I am sure xml will work with that. I wanted to use an Array or Arraycollection because I am going to be using several hsliders to splice the data in arrays. I think it would be easier wit

[flexcoders] Re: embed image assets in a Source Path folder?

2007-06-06 Thread seriousbraincancer
Sorry, I just re-read your original message. You can't create proper file links in Windows without using some hackery. In your original case: TeamProject - icons -- add.png - com -- example views -- MyView.as You can get to add.png from MyView.as using the following: [Embed(source="/i

[flexcoders] Re: embed image assets in a Source Path folder?

2007-06-06 Thread seriousbraincancer
It looks like views/MyView.as and TEST/add.png are in the same source path. In MyView.as, You should be able to do this: [Embed(source='/TEST/add.png')] I found this link pretty useful (except for the bit about multiple source paths): http://livedocs.adobe.com/flex/201/html/embed_082_3.html#176

[flexcoders] parent property within UIComponent

2007-06-06 Thread Ariel Jakobovits
Since it is not being used currently, we could use the setter function of the parent property to pass a newParent object and trigger the necessary code to move a UIComponent from one place to another, No? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcoder

[flexcoders] Possible update (Adobe folk)

2007-06-06 Thread Ariel Jakobovits
Could the repeat event of the Repeater class include a reference to the last created item? And BTW, I only figured to ask about the digest because when it doesn't get sent often at night, it makes it harder for the few hackers that work at night to communicate. -- Flexcoders Mailing List FA

[flexcoders] Visible Buttons

2007-06-06 Thread David
Hi all, I have an application generated by the CF wizard. On top of a datagrid i have 2 buttons that go to 2 different detail pages based upon the same column ID of the data grids' selected index. What i would like to do is combine these buttons into one based upon a columns value in the datagrid.

Re: [flexcoders] Converting a string to a Class

2007-06-06 Thread Troy Gilbert
What's the best way to ensure that a class gets linked into the SWF? Obviously a reference to the class from outside of the class will do it, but is there any pattern for forcing a class to be linked in? Troy. On 6/6/07, Gordon Smith <[EMAIL PROTECTED]> wrote: The getDefinitionByName() fun

RE: [flexcoders] Re: hotfix 2 and webservices

2007-06-06 Thread Peter Farland
If you can contact me offlist I can get you a new swc so that you can help me test your scenario to make sure we have it covered in the next update. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of iilsley Sent: Wednesday, June 06, 2007 3:57

RE: [flexcoders] nested layout containers - file size or other concerns

2007-06-06 Thread Deepa Subramaniam
Nesting containers unnecessarily will affect the startup time and runtime performance of your application. Measurement and layout is one of the most expensive parts of a Flex app. Though Flash Player 9/Flex 2 is much faster, its still a good idea to prune your application of unnecessary container n

Re: [flexcoders] Re: Flex and Adsense

2007-06-06 Thread Troy Gilbert
I thought DoubleClick DART *was* a Flash-based ad-delivery mechanism? On their examples page, they show ads being integrated into a Flash animation... ? Troy. On 6/6/07, Benoit Hediard <[EMAIL PROTECTED]> wrote: It's possible to put some html div layer on top of a flash/flex app. But, in

[flexcoders] coordiates of items in a datagrid

2007-06-06 Thread Matt Maher
I have a datagrid and want the user to be able to draw a "selection box" over the elements in it... When the user lets go of the mouse button I want to look through the items of the grid to ask each if they fall within the coordinates of the box. This sounds so simple and I've gotten to the l

Re: [flexcoders] Max image size?

2007-06-06 Thread Troy Gilbert
Don't plan on it. The limit is to prevent the player from gobbling insane amounts of memory (according to Adobe)... of course, there are no limits on the number of images, so that reasoning is a bit tenuous. In reality, I'm sure it's just a nice performance optimization. But you're right... it's

Re: [flexcoders] ArrayCollection not working? Pulling out my HAIR!!!

2007-06-06 Thread Brendan Meutzner
Any reason you're going through the trouble of converting to an ArrayCollection? The following will work with your XML data just fine... Brendan On 6/6/07, Jason Ervin <[EMAIL PROTECTED]> wrote: Hey eve

[flexcoders] ArrayCollection not working? Pulling out my HAIR!!!

2007-06-06 Thread Jason Ervin
Hey everyone I am having issues with using an arraycollection as a dataprovider. I start with an xml variable (see below) then I convert it to an ArrayCollection using ArrayUtil.toArray and I use the result as a dataprovider. If I trace the dataprovider it prints out the xml data, but my chart is e

Re: [flexcoders] nested layout containers - file size or other concerns

2007-06-06 Thread Michael Schmalle
I have to make one amendment to what I said; There would be a slight increase in the SWF size because of how the compiler creates component descriptors. But, the SWF will not keep linking in the classes. Peace, Mike On 6/6/07, Michael Schmalle <[EMAIL PROTECTED]> wrote: Hi, File size is base

Re: [flexcoders] nested layout containers - file size or other concerns

2007-06-06 Thread Michael Schmalle
Hi, File size is based on linked classes. So the answer is no on nested containers affecting SWF size. of course if it is an mxml file size, the more text the larger the file. ;-) The more containers you have the slower your app will be to resize. Although, Container is a very fast component and

[flexcoders] Announcement: Los Angeles Flex Users Group Meeting, June 12th, 7-9pm

2007-06-06 Thread Robert Cadena
Hello everybody, Anyone who is in the LA Area or nearby is welcome to come to the 2nd Los Angeles Flex Users Group meeting. This meeting will be all about using Flash CS3 and Flex together. Check out the announcement on the laflex site for more info: http://www.laflex.org/2007/06/06/flash-me

Re: [flexcoders] Re: repeater child click event

2007-06-06 Thread Derek Vadneau
Sorry, I responded before trying, duh. Here's some working code (modified from the docs "Referencing repeated components"): http://www.adobe.com/2006/mxml"; xmlns="*" layout="absolute"> On 6/6/

[flexcoders] nested layout containers - file size or other concerns

2007-06-06 Thread dnk
Do having a bunch of nested layout containers (IE things like Hbox and Vbox) add a lot to the final file size? Are there any performance hits when using many? Regards, dnk

RE: [flexcoders] Flex 2 & locales...

2007-06-06 Thread Dimitrios Gianninas
1) For now no. You have to create a FR and EN resource bundle, and compile against both of them, thus creating 2 different SWFs. Then load the appriopriate on via your JSP (or whatever server-side tech u use). However for Flex 3 you won't need to do this, as you can load a Resource Bundle at run

Re: [flexcoders] Re: repeater child click event

2007-06-06 Thread Derek Vadneau
onClick(RepeaterID.getChildAt(0)); On 6/6/07, nhp_ny <[EMAIL PROTECTED]> wrote: --- In flexcoders@yahoogroups.com , Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Tuesday 05 Jun 2007, nhp_ny wrote: > > way... for example... is there a way to let the repeaters first > > child , myLB[0], to b

[flexcoders] Re: repeater child click event

2007-06-06 Thread nhp_ny
--- In flexcoders@yahoogroups.com, "nhp_ny" <[EMAIL PROTECTED]> wrote: > > > > > > > how can i fire the click event of repeater child component myLB[0]? > just to simulate a mouse click on that component. > is it possibile that nobody here knows how to do this? i just need to call the onC

[flexcoders] Re: repeater child click event

2007-06-06 Thread nhp_ny
--- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Tuesday 05 Jun 2007, nhp_ny wrote: > > way... for example... is there a way to let the repeaters first > > child , myLB[0], to be disabled? i tried myLB[0].enabled = false, but > > nothing. > > myLB isn't your rep

[flexcoders] Re: hotfix 2 and webservices

2007-06-06 Thread iilsley
I'm seeing a similar thing also .. Prior to HotFix2 I could to an ArrayCollection and handle that in my php webservice .. Now it appears instead of the actual data I just get '[object Object]' . --- In flexcoders@yahoogroups.com, "Peter Farland" <[EMAIL PROTECTED]> wrote: > > I think this

[flexcoders] Re: DataGrid - ItemRenderer BUG on scrolling.

2007-06-06 Thread alom17959
Hi , thanks Troy, I alredy checked what u advise, unfortunately it didnt work, i'd like to think this is a bug from Flex API cuz u dont thing im doing anything wrong. The problem happens with any kind of renderers, custom renderers, inline renderers, im so frustrated, something like using and

RE: [flexcoders] Help !!! Getting error when change RowHeight and then Scroll Datagrid

2007-06-06 Thread Alex Harui
Try calling invalidateList() (not invalidateDisplayList()) after you change the font size From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of arpan srivastava Sent: Wednesday, June 06, 2007 10:07 AM To: Flex Coders Subject: [flexcoders] Help

RE: [flexcoders] Get week number from given date?

2007-06-06 Thread Brian Holmes
http://proto.layer51.com/d.aspx?f=81 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of candysmate Sent: Wednesday, June 06, 2007 8:38 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Get week number from given date? Is there a w

RE: [flexcoders] Get week number from given date?

2007-06-06 Thread Brian Holmes
I'm also looking for this exact same answer From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of candysmate Sent: Wednesday, June 06, 2007 8:38 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Get week number from given date?

[flexcoders] Possible bug with TextInput

2007-06-06 Thread Dmitry Miller
Entering the following string (by copy/pasting) Ἁγία Σοφία into Flex2 TextInput would result in the string displayed incorrectly. The first character of the string would appear as square. However, as the String is passed around its not being corrupted. Copying the string from the TextInput and p

[flexcoders] Re: Convert project to Data Services

2007-06-06 Thread gbkfortna
I pulled this from the .flexProperties file in one of my an FDS projects. Hope this is what your are looking for. http://appservername:8080/myapp/"; serverContextRoot="/myapp"/> Greg --- In flexcoders@yahoogroups.com, "Mark Piller" <[EMAIL PROTECTED]> wrote: > > Hey Scott, > > I do not see w

[flexcoders] Re: ApolloApplication to top-right corner and width to 100%

2007-06-06 Thread James
Hello my friend, welcome to the groups. I already did answer you on the apollocoders list, it is generally considered bad etiquette to double-post, at least wait a while before giving up and putting it on other lists. Again I will post what I put in my reply to you in apollocoders: put this in you

[flexcoders] Get week number from given date?

2007-06-06 Thread candysmate
Is there a way to get the week number from a given date please? i.e. 12th March, 2007 (week 11)

[flexcoders] DataGridColumn in Repeater gets "Unable to generate initialization code..."

2007-06-06 Thread Peter Connolly
When I attempt to create a small number of DataGrid controls with a Repeater, I get the following compile error message: Unable to generate initialization code within Repeater, due to id or data binding on a component that is not a visual child. Here is the minimal amount of MXML that generates t

[flexcoders] setClipboard: Storing tabled data

2007-06-06 Thread Troy A. Binford
Greetings, I have a DataGrid that I want to copy and paste into Word. I would like Word to be able to display the DataGrid as a table not just tab-separated data. I know that you can copy tables off Internet and paste them into Word (or even WordPad) and they will preserve their formatting. I am

Re: [flexcoders] DateChooser has blown my Code Coloring

2007-06-06 Thread Guido
Once, while editing a component which contained two DateFields (which open DateChoosers when clicking on the grid-like thingie) I encountered several visual glitches on my eclipse, basically the code dissapeared and reappeared elswhere on the class definition, when typing or when selecting. I rest

[flexcoders] ApolloApplication to top-right corner and width to 100%

2007-06-06 Thread monkeeeh
Hi, does anyone know how to move apollo application to top-right corner when it start? And i would like to make it 100% width is it possible? Sorry my bad english, i'm Finnish.

Re: [flexcoders] Mixing styles in a single component

2007-06-06 Thread Michael Schmalle
Hi, html text OR setting the text format object of the text field. Peace, Mike On 6/6/07, Guido <[EMAIL PROTECTED]> wrote: Hi, my question is a simple one, yet I can't seem to fancy a way of doing this. Basically, I want to know how possible it is to set a style to a "certain part" of the

[flexcoders] Mixing styles in a single component

2007-06-06 Thread Guido
Hi, my question is a simple one, yet I can't seem to fancy a way of doing this. Basically, I want to know how possible it is to set a style to a "certain part" of the component, and not to it all. For example, i have a Label component that reads: I am a cool label And I would like it to displa

[flexcoders] Re: embed image assets in a Source Path folder?

2007-06-06 Thread tddclare
I think my issue is much more fundamental. I read about linking to common resource folders here: http://livedocs.adobe.com/flex/2/docs/0228.html I created a linked folder in my project to a folder called "TEST" that has one .png file in i

[flexcoders] Nested classes picking up CSS

2007-06-06 Thread Geoffrey
Here's the basic setup. On display 1 there is Panel A, on display 2 there is Panel B. Both Panels contain 'CommonPanel'. Using an external CSS file, how can I get CommonPanel to have different styles? I tried something like: Display_1.mxml Display_2.mxml CSS file .level1.Panel{

RE: [flexcoders] Converting a string to a Class

2007-06-06 Thread Gordon Smith
The getDefinitionByName() function in the flash.utils package can convert a String specifying a fully-qualified classname to a Class, as long as the class is actually in the SWF or the Player. For example, var c:Class = Class(getDefinitionByName("mx.controls.Button")); is the same as

[flexcoders] Load a Flash 9 SWF with loadBytes?

2007-06-06 Thread lar.drolet
Ok, not getting it, what small/stupid/simple concept am I missing? I want to load a Flash 9 SWF into Flex and then call a function within the SWF once loaded. I can do it with a SWFLoader but I would like to use loadBytes. http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="ini

[flexcoders] Converting a string to a Class

2007-06-06 Thread phall121
Embarrassingly basic: How, in AS, can you convert a string ("components.Comp1") into the actual reference to the component? I have a function that requires a parameter of type Class. private function fAddCustomView(compClass:Class):void >From an array I have a listing of package/comp

[flexcoders] Re: Module Sizing

2007-06-06 Thread mapper2255
Sure enough! Thank you, Alex! --- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Known bug. You have to use percentWidth="100" percentHeight="100" on > the mx:Module tag instead of width="100%" height="100%" > > > > > > From: fle

[flexcoders] Flex 2 & locales...

2007-06-06 Thread teracyte
1) Can Flex Builder display text in a locale of choice? For example: Can Flex Builder show "la Name", not "@Resource(key="userFieldLabel", bundle="Input")" for labels), when the the application is compiled using "-locale fr_CA". Is there a way to display a different locale without re-compiling t

[flexcoders] Unable to disable to vbox - Potential Bug?

2007-06-06 Thread Me
Hi, I have a mx:Form in VDividedBox on the left hand side and a TabNavigator on the right VDividedBox. The parent application listens to TabNavigator' s VBox show event and set the Form.enabled to true or false. For certain tabs, I want to disable the form. Initially it's set to false. If the

Re: [flexcoders] Flex "Reflection"

2007-06-06 Thread André Rodrigues Pena
Thank you Tom, Gordon, Mark and David I got what I wanted. I can get the properties names via Introspection and use: objectName[propertyName] to set the properties retrieved via introspection. I was looking for a way to create an Adaptor to pack data received through HTTPService into strict typed o

[flexcoders] Help !!! Getting error when change RowHeight and then Scroll Datagrid

2007-06-06 Thread arpan srivastava
Hi All, I have a datagrid in which rowheight depends upon the fontSize. If i increase the fontSize rowheight increases and if i decrease the font size rowheight decreases. but at runtime when i change the fontsize , and scroll the grid i get error.I observed that when rowheight changes rowI

[flexcoders] Re: Flex and Adsense

2007-06-06 Thread alex steel
yes you were right about flash wmode = transparent sorry, I was faster then brain so I though about other thing nevermind good example of divs over flash can be found here http://particletree.com/features/using-flash-as-an-animation-underlayer/ greetz Alex --- In flexcoders@yahoogroups.com, Paul

[flexcoders] embed image assets in a Source Path folder?

2007-06-06 Thread tddclare
I have written some generic classes that my team and I are keeping in a centralized folder on our network. I'm having problems with finding the right path to embed png files into those classes. Say I have a class (MyClass) in the com.mycompany.somefolder package. It uses a .png file called "add.p

[flexcoders] Re: What does 'DataList with no references found in the index mean'?

2007-06-06 Thread billy_d_white
Anyone? Could this be something new in LCDS? I do not recall seeing the 'enterprise_borneo_rc' before. Jeff, you're the FDS expert. Any ideas? --- In flexcoders@yahoogroups.com, "billy_d_white" <[EMAIL PROTECTED]> wrote: > > I'm getting the following error when I try to re-fill an ArrayCollect

[flexcoders] DateChooser has blown my Code Coloring

2007-06-06 Thread Brian Holmes
I have an mxml with a DateChooser control with the disabledRanges set and it blows my code coloring for the entire file. Take the disabledRanges out and it's ok. It's kind of annoying but otherwise work-around-able, But I was wondering if other people have noticed this and or if it's a known bug?

RE: [flexcoders] Module Sizing

2007-06-06 Thread Alex Harui
Known bug. You have to use percentWidth="100" percentHeight="100" on the mx:Module tag instead of width="100%" height="100%" From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mapper2255 Sent: Wednesday, June 06, 2007 8:48 AM To: flexcoder

[flexcoders] Stream Error is the Same as a Sandbox error?

2007-06-06 Thread Scott Hoff
I tried fixing the stream error by adding a cross-domain xml file at the root of the localhost directory but this changed nothing. It it incorrect to assume that a stream error is a sandbox error? I came to that conclusion by googling past articles about the error. Any insight would be appreciate

[flexcoders] Re: Security error accessing url

2007-06-06 Thread Scott Hoff
Carson, I have placed a cross domain file in my localhost. I try to access a web service (running on port 80) from the path http://localhost:8700/fdstraining2/lesson17/lesson17.html. If I do not use the proxy, I get what I believe is a sandbox error: [FaultEvent fault=[RPC Fault faultString="HT

RE: [flexcoders] Re: Selecting which Child Components to add at runtime

2007-06-06 Thread Alex Harui
getDefinitionByName and getDefinition. You will still need to make sure the classes are linked into the SWF, so you have to know the total set of classes you want to use. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of phall121 Sent: We

[flexcoders] Re: Question about Flex WebService

2007-06-06 Thread Scott Hoff
Why did you ask him if his port was 8200? --- In flexcoders@yahoogroups.com, "Shibli Zaman" <[EMAIL PROTECTED]> wrote: > > You may wish to specify that this is an SAP related question in the > future as it will help those familiar with this subject identify the > problem and offer solutions. > >

[flexcoders] Re: Selecting which Child Components to add at runtime

2007-06-06 Thread phall121
Alex's solution to the original challenge of selecting which Child components to add at runtime, worked very well with the adjustments mentioned. However, the function to instantiate & add the Child component requires a class parameter dynamically specified at runtime. The mx.ComboBox approa

[flexcoders] Tree update with dataprovider

2007-06-06 Thread Giro
I have data from a httpservice(ex4) when I click a folder in a tree, I read this httpservice response and want to update the new content inside the clicked item. Exist some easy method to do this, or i need to read de XML content and additems, or i cant do it more easy? Thk. Giro.

[flexcoders] Export Flex Charting component to PDF

2007-06-06 Thread Robert Dare
I have found a few posts on importing or viewing PDF in Flex, but the information is scarce on how to export a Flex/Flash to PDF. Flex2 dev guide (pg. 1162) mentions: "Users can print to PostScript and non-PostScript printers, including the Adobe PDF and Macromedia FlashPaper from Adobe print d

Re: [flexcoders] HSlider Skinning Troubles

2007-06-06 Thread Joshua Buhler
> Add a transparent box behind the light gray triangle area that's the height > of the thumb. I thought it might be something like that, so I tried adding a transparent BG that matched the size of the thumb, but no luck - it still scaled the thumb down, regardless of the size of the slider track.

[flexcoders] Module Sizing

2007-06-06 Thread mapper2255
Good Morning, I have taken some code from the Application and placed it in a Module with no changing of the code. In the Application it was set to 100% width and height, which is what I want and looked fine. Now that it is in the Module it loads into the Application shell with what appears to

Re: [flexcoders] ValueObjects and CRUD operations

2007-06-06 Thread Jon Bradley
On Jun 5, 2007, at 5:24 PM, Ariel Jakobovits wrote: > I am learning about Cairgorm, and about the usage of Value Objects. > This makes sense. However, I am curious about how to handle basic > operations on these value objects. I just went through the exact same learning curve. I'm not an au

Re: [flexcoders] DataGrid - ItemRenderer BUG on scrolling.

2007-06-06 Thread Troy A. Binford
I had a similar problem like this. Before the if statement where you are checking if the value is not null, set this.text to "". This has worked for me in the past so give it a shot. Regards, Troy On 6/6/07, alom17959 <[EMAIL PROTECTED]> wrote: Hi, Im Aldo, and i appreciate ur help guys !. F

Re: [flexcoders] IPhone planning on support for flash?

2007-06-06 Thread Patrick Lemiuex
Wait... I think it means "flash ram"... would have been nice news though! On Jun 6, 2007, at 8:30 AM, Patrick Lemiuex wrote: http://sfbay.craigslist.org/sby/sof/340750309.html

[flexcoders] Tree fold icon don't appear

2007-06-06 Thread Giro
I have this code in a component. http://www.adobe.com/2006/mxml"; dataProvider="{listdir.lastResult.dirlist.node}"> Read_dir.php return this:

[flexcoders] Re: PDF in Flex

2007-06-06 Thread James
I would suggest dynamically (or statically) converting the PDF (or tiff, etc) to PDF server side, and streaming it to the client as a PNG, or as a flashpaper (really only an option if you use CF server i think), or write a custom UI for the page browser. Not as hard as you may think. Pretty easy.

[flexcoders] IPhone planning on support for flash?

2007-06-06 Thread Patrick Lemiuex
http://sfbay.craigslist.org/sby/sof/340750309.html

Re: [flexcoders] Re: LED display characters in flex

2007-06-06 Thread Patrick Lemiuex
Try "Ericson". I think it's open. I don't have it on this computer but if you e-mail out of the list I'll send it to you. Thanks, Patrick On Jun 5, 2007, at 12:08 PM, James wrote: Embed an LED font. http://images.google.com/images?q=led%20font --- In flexcoders@yahoogroups.com, "hworke" <[

Re: [flexcoders] HSlider Skinning Troubles

2007-06-06 Thread Jon Bradley
This is just a shot in the dark: Add a transparent box behind the light gray triangle area that's the height of the thumb. So, if your thumb is 20 pixels high, and the track is 10 pixels high, draw a transparent box in the track that's 20 high and position the track on top of that box wit

[flexcoders] Re:

2007-06-06 Thread Rohan Pinto
could someone/anyone please advise... Rohan http://opentube.info --- In flexcoders@yahoogroups.com, "Rohan Pinto" <[EMAIL PROTECTED]> wrote: > > Could someone please advise me on this. > > I have the mx:VideoDisplay component; > > code as follows encapsulated in ( > source="{video}" autoPlay=

[flexcoders] Re: dispatchevent question when in a custom component.

2007-06-06 Thread Romain
That's right but I wondered if there was another way. Meanwhile I found something that works as well. Using the itemrenderer allows to send the current data item back to the calling container. private function dispatchRowClickEvent(ev:ListEvent):void{ var e:ListEvent=new ListEvent('rowClick');

[flexcoders] "Multiple sets of visual children" workaround?

2007-06-06 Thread borekbe
OK, in my quest for reusable shell ( http://tech.groups.yahoo.com/group/flexcoders/message/76641 ) I am now pretty close to what I would like to achieve. I've created template component ( http://livedocs.adobe.com/flex/201/html/templating_150_2.html ) which expects ViewStack component in its 'pages

Re: [flexcoders] PDF in Flex

2007-06-06 Thread Richard Rodseth
My understanding is that Apollo will render PDF via Acrobat Reader. Will it let you compose Flex content on top? Or render individual pages? Or manipulate the PDF from ActionScript? I'm sure all that will come eventually, but I'm not sure what's in 1.0. On 6/5/07, Dimitrios Gianninas <[EMAIL PROT

[flexcoders] Re: Content overflow problem in a Box

2007-06-06 Thread de.newsight
--- In flexcoders@yahoogroups.com, "Manish Jethani" <[EMAIL PROTECTED]> wrote: > > On 6/6/07, Artur Kordowski [EMAIL PROTECTED] wrote: > > > > > http://www.adobe.com/2006/mxml"; layout="absolute"> > > > > > > > > > > > > > > > > > Hi Manish, > If I understand your question correc

Re: [flexcoders] Re: Proxy Question

2007-06-06 Thread Tom Chiverton
On Wednesday 06 Jun 2007, headjoog wrote: > yes - I think that's the case. So is your proxy server > authenticating the user? Yes - the whole app sits behind the proxy, not just the end point. By the time the proxy has done it's thing, any extra header (Authorization) is being sent by the brows

[flexcoders] HSlider Skinning Troubles

2007-06-06 Thread Joshua Buhler
First, a picture of what's going on: http://joshbuhler.com/images/sliders.jpg (The grey rectangle background on the left isn't part of the problem.) I want the slider to appear like the slider on the right. However, once it loads in Flex, I get the slider on the left - with the shrunken thumb b

[flexcoders] Re: Proxy Question

2007-06-06 Thread headjoog
yes - I think that's the case. So is your proxy server authenticating the user? Did you have to set up the proxy info in FDS in order for this to work? Thanks Tom - Joe --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Wednesday 06 Jun 2007, headjoog wrot

Re: [flexcoders] Re: Flex and Adsense

2007-06-06 Thread Paul deCoursey
It has been my experience that the Flash does have to be set to transparent when a div is over it. Maybe that has changed in Flash 9. alex steel wrote: > html div is over flash, so flash doesn't have to be transparent > > that's it > I will post example asap :) > > all the best > Alex > --- In f

Re: [flexcoders] Proxy Question

2007-06-06 Thread Tom Chiverton
On Wednesday 06 Jun 2007, headjoog wrote: > Has anyone tried calling a web service with FDS behind a proxy server > that uses an automatic proxy script? You mean there is a front-end proxy sat betwen the outside world and the end point, and that end-point does Basic/Digest/NTLM authorisation on

Re: [flexcoders] Selecting a bunch of cells in DataGrid.

2007-06-06 Thread Tom Chiverton
On Wednesday 06 Jun 2007, Manish Jethani wrote: > On 6/6/07, Dharmendran A <[EMAIL PROTECTED]> wrote: > > Any Idea how to select cells in flex data grid?? > > Set selectedIndices/selectedItems (see API docs). That'll select rows, not cells. We build something that let you select a single cell, but

[flexcoders] Proxy Question

2007-06-06 Thread headjoog
Has anyone tried calling a web service with FDS behind a proxy server that uses an automatic proxy script? We are using Microsoft Internet Security Server and there is an automatic proxy config script in use. I'm trying to access an RSS feed via HTTPService. It appears to make the connectio

Re: {Disarmed} RE: [flexcoders] Landscape printing in Flex

2007-06-06 Thread Tom Chiverton
On Wednesday 06 Jun 2007, Manish Jethani wrote: > On 6/6/07, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > When I rotate a PrintDataGrid, all the cells become empty. > > For rotating text to work you have to embed the font (IIRC). Probably was that little gotcha, yeah :-) -- Tom Chiverton Helping

Re: [flexcoders] Selecting a bunch of cells in DataGrid.

2007-06-06 Thread Manish Jethani
On 6/6/07, Dharmendran A <[EMAIL PROTECTED]> wrote: > Any Idea how to select cells in flex data grid?? Set selectedIndices/selectedItems (see API docs).

[flexcoders] Re: FLEX URL Encoding and PHP

2007-06-06 Thread Yiannis Makrakis
The solution was "escapeMultiByte" didnt know about this function Anyway Have a nice day to u all. //Yiannis On 6/6/07, Yiannis Makrakis <[EMAIL PROTECTED]> wrote: Hello there to all, I am new to FLEX, I am new to the List and I would like to ask a question. I have a little flex application

  1   2   >