[flexcoders] Email permission

2008-05-15 Thread Yahoo Mail


Ricardo Araujo




  



[flexcoders] plezzzz help me

2008-04-14 Thread NileAge, Mail
Hi all,

 

We were uploaded the flex site (http://www.ainsokhna.travel/newhome.html ).

There are problems:

 

1-  The sequence of appearance .

2-  and loader for all components in first time.

 

Please reply me all problems and solutions.

 

Thank you 

Abdullah Abdelhay 



[flexcoders] Tree ScrollBar

2008-03-22 Thread NileAge, Mail
Hello all,

I want to set ( alpha=0 ) for Tree ScrollBar



[flexcoders] XMLList And ArrayCollection

2008-02-27 Thread NileAge, Mail
submenu

  gallery

photo SubMenuID=1 PhotoName=abstract01 /

photo SubMenuID=1 PhotoName=abstract02 /

photo SubMenuID=1 PhotoName=abstract03 /

photo SubMenuID=1 PhotoName=abstract05 /

photo SubMenuID=1 PhotoName=abstract06 /

photo SubMenuID=1 PhotoName=animals06 /

photo SubMenuID=1 PhotoName=animals12 /

photo SubMenuID=1 PhotoName=city02 /

photo SubMenuID=1 PhotoName=city04 /

photo SubMenuID=1 PhotoName=creative03 /

photo SubMenuID=1 PhotoName=creative06 /

photo SubMenuID=1 PhotoName=creative10 /

photo SubMenuID=3 PhotoName=city04 /

photo SubMenuID=4 PhotoName=abstract01 /

photo SubMenuID=4 PhotoName=abstract02 /

photo SubMenuID=4 PhotoName=abstract03 /

photo SubMenuID=4 PhotoName=abstract05 /

photo SubMenuID=4 PhotoName=abstract06 /

photo SubMenuID=4 PhotoName=animals06 /

photo SubMenuID=4 PhotoName=animals12 /

photo SubMenuID=4 PhotoName=city02 /

photo SubMenuID=4 PhotoName=city04 /

photo SubMenuID=4 PhotoName=creative03 /

photo SubMenuID=4 PhotoName=creative06 /

photo SubMenuID=4 PhotoName=creative10 /

photo SubMenuID=6 PhotoName=city04 /

  /gallery

/submenu

 

Hello,

I'm have a above XML file. The question is how to get the items that have
SubMenuID=4?

And I want to fill this xml file into ArrayCollection variable .



[flexcoders] Loader.load() Error

2008-02-15 Thread NileAge, Mail
Hello all,

I'm trying to execute this example but appear the error message (Call to a
possibly undefined method load through a reference with static type Loader
).

I'm using Flex 2.

Plz tell me what is the problem?


--

import flash.display.*;

import flash.display.Loader;

import flash.display.Sprite;

import flash.events.*;

import flash.net.URLRequest;

public function Loader11():void

{

var rect:Shape = new Shape();

rect.graphics.beginFill(0xFF);

rect.graphics.drawRect(0, 0, 100, 100);

addChild(rect);

var ldr:Loader = new Loader();

ldr.mask = rect;

var url:String =
http://www.unknown.example.com/content.swf;;

var urlReq:URLRequest = new URLRequest(url);

Error ---   ldr.load(urlReq);

addChild(ldr);

}


--

 

Thanks 

Abdullah Abdelhay



[flexcoders] Problem With XML

2008-02-12 Thread NileAge, Mail
I have a problem when I try to start application to get some data from
database on creationComplete event and  then set this data in xml file then
when I click on LinkBar Item to change the data and get certain attribute,
the problem that I get all attributes when I want only one attribute.

 

example: 

get the data of ProjectID=1

 


ProjStyle

  items

theStyle ProjectID=1 ProjectName=Almaza BG=BG.swf Body=BODY.swf
/

theStyle ProjectID=2 ProjectName=Makadi BG=BG.swf Body=BODY.swf
/

  /items

/ProjStyle



RE: [flexcoders] Problem With XML

2008-02-12 Thread NileAge, Mail
I want to get a certain value.

In the code below   ProjName = [EMAIL PROTECTED]; for first
attribute or second.

This is my code:

 

The Flex:



---

mx:HTTPService id=ProjStyleData url=ProjectsStyle.xml 
resultFormat=e4x result=ProjectsStylesHandler(event)/

mx:Script

![CDATA[

[Bindable]

private var ProjName:String;

[Bindable]

private var
ProjectNumber:int;

public function
ProjectsStylesHandler(event:ResultEvent):void

{

StyleList =
event.result..theStyle;

 
Alert.show([EMAIL PROTECTED] +  -  + [EMAIL PROTECTED]); 

ProjName =
[EMAIL PROTECTED];

}

public function ProjectClick(ProjID:int):void

{

 
ProjectNumber = ProjID;

 
ProjStyleData.send();

}

]]

/mx:Script



---

The XML:

ProjStyle

  items

theStyle ProjectID=1 ProjectName=Almaza BG=BG.swf Body=BODY.swf
/

theStyle ProjectID=2 ProjectName=Makadi BG=BG.swf Body=BODY.swf
/

  /items

/ProjStyle



---

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Sherif Abdou
Sent: Tuesday, February 12, 2008 5:16 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Problem With XML

 

how are you retreiving the attribute?

- Original Message 
From: NileAge, Mail [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; Flex Components [EMAIL PROTECTED];
[EMAIL PROTECTED]; flexcoders@yahoogroups.com;
[EMAIL PROTECTED]
Sent: Tuesday, February 12, 2008 8:28:26 AM
Subject: [flexcoders] Problem With XML

I have a problem when I try to start application to get some data from
database on creationComplete event and  then set this data in xml file then
when I click on LinkBar Item to change the data and get certain attribute,
the problem that I get all attributes when I want only one attribute.

 

example: 

get the data of ProjectID=1

 


ProjStyle

  items

theStyle ProjectID=1 ProjectName=Almaza BG=BG.swf Body=BODY.swf
/

theStyle ProjectID=2 ProjectName=Makadi BG=BG.swf Body=BODY.swf
/

  /items

/ProjStyle

 

 

  _  

Looking for last minute shopping deals? Find
http://us.rd.yahoo.com/evt=51734/*http:/tools.search.yahoo.com/newsearch/ca
tegory.php?category=shopping  them fast with Yahoo! Search.

 



[flexcoders] Some Advises.

2008-02-06 Thread NileAge, Mail
Hello All,

We are develop the flex website (http://www.nileage.org/IndexHome.html ) and
uploaded it. I want you to view it and tell me some advises to increase the
website performance. And too, I want the solution for resolution problem.
The site at resolution 1024X768 is work good but problem when change to
1152X864 or more. And I need to make preloader for each part in site because
the site is loading for long period of time then appear all items in same
time.

Plz tell me what are the solutions for all these problems.

And we are using this tools to build the site:

1-  Flex Builder 2

2-  ASP.NET 2 Webservice ( C# )

3-  SQL Server 2000

 

Thanks 

Abdullah Abdelhay



[flexcoders] How to compile my application?

2008-01-25 Thread NileAge, Mail
I'm beginner in flex builder 2  and I have a flex builder 2 application and
I want to compile it to release on web server.

Plz give me an example and compilation steps.

 

Thanks

 



[flexcoders] Problem with Flex Builder 2 and .Net Web Service

2008-01-23 Thread NileAge, Mail
Hello all,

I have a problem with Flex Builder 2 and Web Service.

I develop the flex project that connect with web service and I want to
deploy this project but when run the page after release does not get data
from database 

But local no problem .

I don't know where is the problem. May be in web service namespace or wsdl
property in WebService tage in flex.

At local I'm  use mx:WebService id=dataService
wsdl=http://localhost:2008/myProj/Service.asmx?WSDL; and no problem

But in online use mx:WebService id=dataService
wsdl=http://my_domain/Service.asmx?WSDL; but not work.

 

And this is a simple example for code :

 

Flex part

mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute
creationComplete={creationCompleteHandler()}

 

mx:Script

![CDATA[

import
mx.rpc.events.ResultEvent;

private function
creationCompleteHandler():void {

 
dataService.SendFeedBack(); }

private function
GetDataHandler(evt:ResultEvent):void {

Txt11.text =
evt.result.diffgram.DocumentElement.MyTable.Mail; }

]]

/mx:Script

!--mx:WebService id=dataService
wsdl=http://localhost:2008/myProj/Service.asmx?WSDL;--

mx:WebService id=dataService
wsdl=http://my_domain/Service.asmx?WSDL;

mx:operation name=SendFeedBack
result=GetDataHandler(event)/

/mx:WebService

mx:Label id=Txt11 color=Red x=219 y=78 width=395
height=33/

/mx:Application

 

Web Service Part

using System;

using System.Web;

using System.Web.Services;

using System.Web.Services.Protocols;

using System.Data;

using System.Net.Mail;

 

[WebService(Namespace = http://www.my_domain.com/;)]

[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]

public class Service : System.Web.Services.WebService

{

public DataTable SendFeedBack()

{

DataTable DT = new DataTable(MyTable);

DT.Columns.Add(Mail);

DataRow DR = DT.NewRow();

DR[0] = Your mail has been sent.;

DT.Rows.Add(DR);

return DT;

}  

}



RE: [flexcoders] Re: Make a loader

2008-01-21 Thread NileAge, Mail
Hi all

I want to create a pre loader  for label while binding data



[flexcoders] Delaying effect start

2008-01-21 Thread NileAge, Mail
Hi all

I want to delay the start of my effect mean that I want the effect start in
the second number 5



[flexcoders] Calling COntrol

2008-01-20 Thread NileAge, Mail
Hi all

How can I call a control inside a custom component from another component

Ex:

If I have a button control with ID BtnID inside a certain component How
can I call this id from another component



[flexcoders] Make a loader

2008-01-20 Thread NileAge, Mail
Hi all

How can I make a loader  in flex while binding data



RE: [flexcoders] Re: Make a loader

2008-01-20 Thread NileAge, Mail
Hi all

I mean that I want to make a loader like this as u can see in this is but I
want it for each label or link



image001.jpg

[flexcoders] Login Problem

2008-01-18 Thread NileAge, Mail
Hi all

I'm working with flex 2 and asp.net . I face a problem when I make login I
want to write welcome User Name as we see in most web sites. This occur
when I make login and then press F5 

I need to do this without pressing F5 or after I make login immediately

 



[flexcoders] How i can change the style of TextArea ScrollBar

2008-01-17 Thread NileAge, Mail
Hello All,

 

I want to change the TextArea style and remove the upper and down arrows.

 

Plz reply me.



[flexcoders] Resolution Problem

2008-01-17 Thread NileAge, Mail
I setup my screen resolution 1024 X 768 px and  determined my page 1024 X
768 px but if the screen resolution less than 1024 X 768 px appear the
scrollbar and

If  greater than 1024 X 768 px there are white space at the screen borders

 

Plz anybody tell me what is the problem.

 

Thanks 

Abdullah Abdelhay



[flexcoders] TextArea ScrollBa

2008-01-16 Thread NileAge, Mail
I want to change the ScrollBar style for TextArea control like this :

 

ScrollBar.bmp

 

Plz give me the answer .

 

Thanks 

Abdullah Abdelhay

image002.jpg

[flexcoders] Refresh the application

2008-01-16 Thread NileAge, Mail
Hi all

I want the code which I can refresh or reload my application in flex as we
make in asp.net make refreshing of the web page



[flexcoders] Remove spaces between 2 vboxs

2008-01-14 Thread NileAge, Mail
Hi all

I want to remove spaces between 2 vboxs



[flexcoders] Lable Courser hand

2008-01-14 Thread NileAge, Mail
I trying to make a hand courser when mouse over the Label like this code:

mx:Label id=myLabel text=My Label useHandCursor=true
buttonMode=true/

 

But the hand courser not appear.

 

Plz help me to know what the problem.

 

Thanks

Abdullah Abdelhay.



[flexcoders] Tree style

2008-01-09 Thread NileAge, Mail
Hi all

I want make a tree style mean that I want change the tree icon and the tree
bg



[flexcoders] 2 Questions

2008-01-09 Thread NileAge, Mail
Hi all

I want to design a menu banner with synchronous loading as u can see in this
link

http://www.emaar.com/misr/

when the page is loading

 

and the second question is how to replace the setting word if right click in
this page url with any word



[flexcoders] Contents Loadder

2008-01-08 Thread NileAge, Mail
Hi all

I want make a loader for flex page contents such as label and texts



[flexcoders] Make a loader

2008-01-08 Thread NileAge, Mail
Hi all

I want make a loader for flex controls such as label, links while binding
the data



[flexcoders] Fading in photo gallery

2008-01-07 Thread NileAge, Mail
Hi all

I want to make a fading in photo gallery
mean when I click to an image in want the image appear in a fading and when
clicking to another image the previous one

Disappear in a fading and the new one
appears in a fading 



[flexcoders] Place Button in DataGrid

2008-01-06 Thread NileAge, Mail
Hello all,

 

I placed a button in a Datagrid but when use the ( click event ) appear a
problem 

 


-

The code:

mx:DataGrid id=DG dataProvider={myData} width=500 editable=true

mx:columns

mx:DataGridColumn width=70 editable=false

mx:itemRenderer

mx:Component

 mx:HBox horizontalAlign=center

mx:Button label=save click=Update() / /mx:HBox

 /mx:Component

 /mx:itemRenderer

/mx:DataGridColumn

mx:DataGridColumn dataField=MemberID
headerText=Member ID  visible=false /

mx:DataGridColumn dataField=MemberName
headerText=Member Name /

mx:DataGridColumn dataField=MemberAddress
headerText=Address /

mx:DataGridColumn dataField=MemberTel
headerText=Telephone /

/mx:columns

/mx:DataGrid

 


-

The Error message:  Call to a possibly undefined method Update.

 

Plz tell me what is the problem.

 

Thanks

Abdullah Abdelhay

 

 



[flexcoders] Multi languages

2008-01-05 Thread NileAge, Mail
Hi all

I want make a page direction in flex in multi languages mean
that when i choose English the page contents direction is from left to right
and when I use Arabic

The page direction is from right to left and so on.



[flexcoders] WebORB 3.0

2008-01-04 Thread NileAge, Mail
Hello all,

Please help me to understanding (WebORB) in more details such as:

-  What this technique do?

-  What the advantages and disadvantages ?

-  How I can use it with flex?

Thank you

Abdullah Sofyan



[flexcoders] WebORB Installation Error

2008-01-04 Thread NileAge, Mail
Anybody can solve this problem?

After installing WebORB 3.0  but some tabs in WebORB Management Consol
(localhost )do not appear a management tab 

Plz help me

 



[flexcoders] Binding RadioButtonGroup

2008-01-03 Thread NileAge, Mail
I have a problem with flex RadioButtonGroup control, I want to binding
RadioButtonGroup from XML or DataBase but there are no dataprovider for
RadioButtonGroup, I do not know how I can bind it.



[flexcoders] Session Defining

2008-01-01 Thread NileAge, Mail
Hi all

   I want to define a session in flex 2 as we use in asp.net

I use asp.net



[flexcoders] Flex Dot Net

2007-12-27 Thread NileAge, Mail
We need a complete guide to Flex with .Net

Can anyone can help me plz ? 



Re: [flexcoders] Form Handling?

2007-03-14 Thread Groups Mail

in application creationComplete=userRequest.send()

mx:HTTPService id=userRequest url=http://post url useProxy=false
method=POST
mx:request xmlns=
username{username.text}/usernamefirstname{firstname.text}/firstname
lastname{lastname.text}/lastname
/mx:request
/mx:HTTPService



2007/3/14, Kevin [EMAIL PROTECTED]:


  When handling form submission.  Is there a way to grab all the fields
wrapped in a specific Form tag and send them as an object to a function much
like a GET or POST works in HTML.

a form example:


mx:Form id=userForm
mx:FormItem label=Login ID required=true 
mx:TextInput id=username width=100 restrict=^ /
/mx:FormItem
mx:FormItem label=User Name required=true
mx:TextInput id=firstname width=75
mx:TextInput id=lastname  width=75 /
/mx:FormItem
/mx:Form

mx:ControlBar
mx:ButtonBar id=adduser dataProvider={buttonlist}
itemClick=clickHandler(event);/
/mx:ControlBar

can I grab all the values of the submission in as userForm.values (or
something like that) OR do I have to get each one individually as

username.text
firstname.text
lastname.text

...blah, blah...


thanks, Kevin







[flexcoders] mx:DataGrid How can i Update data List after result?

2007-03-12 Thread Groups Mail

hi
i have a datagrid my design. I can load this datagrid list when page enter.
haven't got a problem this point.

add my desing add button, delete button, and save button so this button
labels are make those,

but last change don't load into the datagrid list.

how can i this, after result?

below my code

mx:application  inside creationComplete=startService() /

startservice is inthe script

private function startService():void
 {
  cdgetSrv.send();
 }

private function handleGETResult(event:ResultEvent):void
 {

  var cds:ArrayCollection = event.result.catalog.cd;
  var temp:ArrayCollection = new ArrayCollection();
  var cursor:IViewCursor = cds.createCursor();
  while(!cursor.afterLast)
  {
   var cd:Cd = new Cd();
   cd.fill(cursor.current);
   temp.addItem(cd);
   cursor.moveNext();
  }
catalog = temp;

 }

 private function doNew():void
 {
  currentState = 'newCdAlbum';
  d.selectedIndex = -1;

 }
 private function doDelete():void
 {

  cddeleteSrv.send({id: d.selectedItem.cdId});
  currentState = '';
 }

mx:HTTPService id=cdgetSrv url=http://10.0.0.9/flex/view.html;
result=handleGETResult(event)/
mx:HTTPService id=cdsaveSrv method=POST url=
http://10.0.0.9/flex/save.html; result=cdgetSrv.send()/
mx:HTTPService id=cddeleteSrv method=POST url=
http://10.0.0.9/flex/delete.html; result=cdgetSrv.send()/


mx:DataGrid x=0 y=0 dataProvider={catalog}
change=currentState='detail'  id=d width=100% height=132
 mx:columns

 mx:DataGridColumn headerText=Year width=40 dataField=year/
 mx:DataGridColumn headerText=Title dataField=title/
 mx:DataGridColumn headerText=Album dataField=album/
 /mx:columns
 /mx:DataGrid


Re: [flexcoders] mx:Script error ?

2007-03-09 Thread Groups Mail

when i don't use mx:Script /mx:Script  flex2 compile my project last
design but when i use script tag give an error to me so don't compile last
design..

2007/3/9, Tracy Spratt [EMAIL PROTECTED]:


   What happens in a new, empty application, with just the script tags?
If that doesn't work, re-install.  If it does, then paste in code from the
broken app till it breaks.  There is the problem.



Tracy


 --

*From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
Behalf Of *Groups Mail
*Sent:* Thursday, March 08, 2007 6:03 AM
*To:* flexcoders@yahoogroups.com
*Subject:* [flexcoders] mx:Script error ?





hi i have got a strange error from the flex developer plugin for eclipse.
Below the error code;
Could not resolve mx:Script to a component implementation.



and my code is



?xml version=1.0 encoding=utf-8?

mx:Application

xmlns:mx= http://www.adobe.com/2006/mxml;

layout=

absolute

creationComplete=startService()



mx:Script

![CDATA[

*import* samples.flexstore.Cd http://samples.flexstore.cd/;

*import* mx.collections.IViewCursor;

*import* mx.collections.ArrayCollection;

*import* mx.rpc.events.ResultEvent;

*private* *var* catalog:ArrayCollection;

*private* *function* startService():* void*

{

cdSrv.send();

}

*private* *function* handleGETResult(event:ResultEvent):* void*

{

*var* cds:ArrayCollection = event.result.catalog.cd;

*var* temp:ArrayCollection = *new* ArrayCollection();

*var* cursor:IViewCursor = cds.createCursor();

*while*(!cursor.afterLast)

{

*var* cd:Cd = *new* Cd();

cd.fill(cursor.current);

temp.addItem(cd);

cursor.moveNext();

}

catalog = temp;

}

]]

/mx:Script

mx:HTTPService id=cdSrv url= data/catalog.xml
result=handleGETResult(event)/

mx:Panel x=82 y=60  width=368 height=200 layout= absolute
title=Cd Album List horizontalGap=0 id= panel1

mx:List dataProvider={catalog}  labelField=title x=174 y= 0
width=50% height=100% id= list1/mx:List

/mx:Panel

/mx:Application





Re: [flexcoders] mx:Script error ?

2007-03-08 Thread Groups Mail

hi i have got a strange error from the flex developer plugin for eclipse.
Below the error code;
Could not resolve mx:Script to a component implementation.

and my code is


?xml version=1.0 encoding=utf-8?

mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;

layout=absolute

creationComplete=startService()

mx:Script

![CDATA[

*import* samples.flexstore.Cd;

*import* mx.collections.IViewCursor;

*import* mx.collections.ArrayCollection;

*import* mx.rpc.events.ResultEvent;

*private* *var* catalog:ArrayCollection;

*private* *function* startService():*void
*

{

cdSrv.send();

}

*private* *function* handleGETResult(event:ResultEvent):*void
*

{

*var* cds:ArrayCollection = event.result.catalog.cd;

*var* temp:ArrayCollection = *new* ArrayCollection();

*var* cursor:IViewCursor = cds.createCursor();

*while*(!cursor.afterLast)

{

*var* cd:Cd = *new* Cd();

cd.fill(cursor.current);

temp.addItem(cd);

cursor.moveNext();

}

catalog = temp;

}

]]

/mx:Script

mx:HTTPService id=cdSrv url=data/catalog.xml
result=handleGETResult(event)/

mx:Panel x=82 y=60 width=368 height=200 layout=absolute title=Cd
Album List horizontalGap=0 id=panel1

mx:List dataProvider={catalog} labelField=title x=174 y=0 width=
50% height=100% id=list1/mx:List

/mx:Panel

/mx:Application


[flexcoders] mx:Script error ?

2007-03-08 Thread Groups Mail

hi i have got a strange error from the flex developer plugin for eclipse.
Below the error code;
Could not resolve mx:Script to a component implementation.

and my code is


?xml version=1.0 encoding=utf-8?

mx:Application
xmlns:mx=http://www.adobe.com/2006/mxml;

layout=
absolute

creationComplete=startService()




mx:Script

![CDATA[

*import* samples.flexstore.Cd http://samples.flexstore.cd/;

*import* mx.collections.IViewCursor;

*import* mx.collections.ArrayCollection;

*import* mx.rpc.events.ResultEvent;

*private* *var* catalog:ArrayCollection;

*private* *function* startService():* void*

{

cdSrv.send();

}

*private* *function* handleGETResult(event:ResultEvent):* void*

{

*var* cds:ArrayCollection = event.result.catalog.cd;

*var* temp:ArrayCollection = *new* ArrayCollection();

*var* cursor:IViewCursor = cds.createCursor();

*while*(!cursor.afterLast)

{

*var* cd:Cd = *new* Cd();

cd.fill(cursor.current);

temp.addItem(cd);

cursor.moveNext();

}

catalog = temp;

}

]]

/mx:Script

mx:HTTPService id=cdSrv url= data/catalog.xml
result=handleGETResult(event)/

mx:Panel x=82 y=60  width=368 height=200 layout= absolute title=Cd
Album List horizontalGap=0 id= panel1

mx:List dataProvider={catalog}  labelField=title x=174 y= 0 width=
50% height=100% id= list1/mx:List

/mx:Panel

/mx:Application


Re: [flexcoders] Re: company branding in flex??

2006-06-27 Thread mail




		There is an open source runtime styling framework in development and word that Adobe may be working toward runtime CSS for a future release (perhaps version 2.5 or 3). Please feel free to use the components that I have so far and provide feedback on your specific requirements for run-time CSS. Again, if anyone would like to contribute to this project, feel free to contact me personally.http://blog.benstucki.net/?id=22http://osflash.org/admin/new_project#as3_style
		

From: "Clint Modien" [EMAIL PROTECTED]Sent: Tuesday, June 27, 2006 11:21 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: company branding in flex??
		
		
		
		
Ya there isn't a runtime styling framework.  Would be very worth it to write one though...http://groups.yahoo.com/group/flexcoders/msearch?query=runtime+stylingsubmit=Searchcharset=ISO-8859-1 

		On 6/27/06, dandiodati [EMAIL PROTECTED] wrote:
		

		

		

		Has any one had to do company branding? Is there not a way to change theexternal style sheet dynamically?


		

--- In flexcoders@yahoogroups.com, "Dan Diodati" [EMAIL PROTECTED] wrote: I need to dynamically change the loaded external css script in within a flex application. It appears that the mx:Style tag imports the css and it gets compiled into the swf. There appears to be ways to change specific styles of classes or types using the StyleManager, but not to change the loaded external style sheet.  Does anyway know of a way to do this?  Dan


		
		



		

		

		




		
		
		
		
		


__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3

2006-06-05 Thread mail




		I've done some work in this area as well, and posted an example a few weeks ago on my blog ( http://blog.benstucki.net/?id=22 ). With a slight change it can be used to update the style of anything in the application, not just custom styles. I will try to update it toward that end tonight. Also, I would be happy to collaborate with anyone else working on similar functionality until we hear what Adobe's timeline is for it. Ben Stuckihttp://blog.benstucki.net/
		

From: "Jason Hawryluk" [EMAIL PROTECTED]Sent: Monday, June 05, 2006 7:34 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Runtime CSS Styles Flex 2.0 B3
		
		
		

		yes exactly, basicly they load a bare bones application component with a defined mx:Style and boom all styles changed. I guess they replaced the loaded style that was compiled in or somthing. Anyway that was flex 1.5, I think... it's been a while, and i'm trying to do this in Flex 2. It did not do any parseing of it at all which is why it rocked :)

		
		

		
		
 
		

		Jason

		
		

		-Message d'origine-De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Michael SchmalleEnvoyé : lundi 5 juin 2006 15:07À : flexcoders@yahoogroups.comObjet : Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3
Hmm,I don't follow, you mean load a style sheet that changes fill color styles?Peace, MikeOn 6/5/06, Jason Hawryluk [EMAIL PROTECTED] wrote:I was thinking more along the lines of styles for components fill colors etc. Someone had done it in Flex 1.5 and it was very slick or it may have been in the alpha (can't recollect). -Message d'origine-De :flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com]De la part de Michael SchmalleEnvoyé : lundi 5 juin 2006 13:33À :flexcoders@yahoogroups.comObjet : Re: [flexcoders] Runtime CSS Styles Flex 2.0 B3Hi,Search the list, there are a couple of posts on this. You need to use the styleSheet load of the TextField. Then custom parse through values. I am sure there will be some class libraries for this in the future. Gordon Smith (Adobe) hinted that there might also be this in a future version of Flex, I am sure of this.The 'apply' part of the algorithm is the hardest. I created this in Flash8 for components, havn't finished it to Flex2. When I do I will post the code as it's kinda fun loading css from styleSheets at runtime ;-)Peace, MikeOn 6/5/06, sourcecoderia [EMAIL PROTECTED] wrote: Has anyone figured out a way to do runtime CSS file loading? Is it possible? I know in Flex 1.5 it was, but the framework has changed so extensively that I have not figured out a way to do it yet.Any idea or help appreciatedJason--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comSPONSORED LINKSWeb site design developmentComputer software developmentSoftware design and developmentMacromedia flexSoftware development best practiceYAHOO! GROUPS LINKS Visit your group "flexcoders" on the web.  To unsubscribe from this group, send an email to:  [EMAIL PROTECTED]  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.-- What goes up, does come down. --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comSPONSORED LINKSWeb site design developmentComputer software developmentSoftware design and developmentMacromedia flexSoftware development best practiceYAHOO! GROUPS LINKS Visit your group "flexcoders" on the web.  To unsubscribe from this group, send an email to:  [EMAIL PROTECTED]  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.-- What goes up, does come down. 







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Help Loading ByteArray into Image

2006-05-30 Thread mail




		Tim, thank you for the quick response. The problem with image.source and image.load is that I don't have a physical file to point to (both are expecting a URL). I have used the ByteArray to extract jpg bytes from an MP3's ID3 tag internally in Flex. I can then load this ByteArray into Loader.loadBytes, but I'm unsure where to go from there.
		

From: "Tim Scollick" [EMAIL PROTECTED]Sent: Tuesday, May 30, 2006 1:04 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Help Loading ByteArray into Image
		
		I think that you want to look at image.source and image.load.On 5/30/06, mail [EMAIL PROTECTED] wrote: What is the best way to get a ByteArray into an Image (or similar UIComponent) in AS3? I'm working on some classes that extract the album art from an MP3 file. I'm able to load the resulting ByteArray into a Loader and then use myImage.addChild(myLoader). The album art displays which is awesome, but the image doesn't recognize the child as it's content. Any suggestions? --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comSPONSORED LINKSWeb site design developmentComputer software developmentSoftware design and developmentMacromedia flexSoftware development best practiceYAHOO! GROUPS LINKS Visit your group "flexcoders" on the web.  To unsubscribe from this group, send an email to:  [EMAIL PROTECTED]  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service .






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.