[flexcoders] urgent Help needed regarding loading time please

2012-09-19 Thread anas naeem
Hi Guys hope everyone is doing great firstly i am not a native English speaker 
so apologies for any language mistakes any ways,  this is my third post for 
help needed regarding an error in my Flex application and no one had replied 
ever to my first 2 posts either i hope i get some help this time 
I am working on a real time flex application related to stock exchange domain 
and i am using LightStreamer's flex api . Its a browser based application.So 
the issue i am facing is whenever i launch my application as soon it is 
launched in the browser it gets stuck on sometimes 1% , sometimes 7% and 
sometimes between 20 and 25% for about 27 seconds approximately. I have tried 
to fix it using the Flash Builder profiler but I don't got something 
informative about the cause of the error. I have also switched between RSLs and 
by merging into code from the Flex Build Path but it either not helped me One 
thing more I localized my application recently  and afterwards i am getting 
this error but I removed all my localization code from the project and tested 
it but the problem persisted there as it is... Please I have to deliver a build 
by this Friday evening so I request that please figure me out what am I doing 
wrong and where should be corrected ? 
i also Googled the error but the solutions aren't matching for my specific 
problems 
Thanks alot in advance. 

Re: [flexcoders] urgent Help needed regarding loading time please

2012-09-19 Thread Alex Harui
What error did you get?


On 9/18/12 10:04 PM, anas naeem maverick_0...@yahoo.com wrote:






Hi Guys hope everyone is doing great firstly i am not a native English speaker 
so apologies for any language mistakes any ways,  this is my third post for 
help needed regarding an error in my Flex application and no one had replied 
ever to my first 2 posts either i hope i get some help this time
I am working on a real time flex application related to stock exchange domain 
and i am using LightStreamer's flex api . Its a browser based application.
So the issue i am facing is whenever i launch my application as soon it is 
launched in the browser it gets stuck on sometimes 1% , sometimes 7% and 
sometimes between 20 and 25% for about 27 seconds approximately. I have tried 
to fix it using the Flash Builder profiler but I don't got something 
informative about the cause of the error. I have also switched between RSLs and 
by merging into code from the Flex Build Path but it either not helped me One 
thing more I localized my application recently  and afterwards i am getting 
this error but I removed all my localization code from the project and tested 
it but the problem persisted there as it is... Please I have to deliver a build 
by this Friday evening so I request that please figure me out what am I doing 
wrong and where should be corrected ?

i also Googled the error but the solutions aren't matching for my specific 
problems

Thanks alot in advance.





--
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui


Re: [flexcoders] URGENT: Need an *Expert (Alex?)* in Flex 4.5.1 Mobile Text

2011-08-04 Thread Alex Harui
CreateChildren is the end of the stack trace?  That doesn’t make sense.  When 
does it really get called?




On 8/3/11 9:26 PM, nagaofthesea nagaofthe...@yahoo.com wrote:






Howdy Alex (or anyone else)-

SCENARIO:
Flex 4.5.1 mobile application targeting Android and iOS (no pad) only.
Works flawlessly on desktop emulations (all profiles) and on all Android 
devices.

Started testing on iOS 3GS and I get the following error (only top-most 
relevant lines are displayed) after the app hangs at the splash screen:

TypeError: Error #1009: Cannot access a property or method of a null object 
reference.
at 
_iForesee_mx_managers_SystemManager/callInContext()[_iForesee_mx_managers_SystemManager.as:38]
at 
mx.core::EmbeddedFontRegistry/getAssociatedModuleFactory()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\EmbeddedFontRegistry.as:469]
at 
mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::getFontContext()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:12682]
at 
mx.core::UIComponent/createInFontContext()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:12740]
at 
TitleDisplayComponent/createChildren()[/Users/srd3/Documents/codeline/iForesee-4-5-1/src/assets/skins/FActionBarSkin.as:573]
at 
mx.core::UIComponent/initialize()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:7624]
at 
mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:7485]
at 
mx.core::UIComponent/addChild()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:7166]
at 
assets.skins::FActionBarSkin/createChildren()[/Users/srd3/Documents/codeline/iForesee-4-5-1/src/assets/skins/FActionBarSkin.as:272]

COMMENT ON DEBUG OUTPUT.
I have made custom skins based on Adobe mobile skins.  The custom skins have 
F prepended to the Adobe mobile skin name.  They are clones of the mobile 
theme skins with my custom art etc as hard-coded ActinScript and FXG skins.

I have four very narrow range nonCFF embedded fonts declared appropriately at 
the top.  My data renderers use _sans.

When I mentally step through the code starting at UIComponent line 12739 I 
don't see the problem(!?!).  There are no NULLS.

I understand that the relevant lines of code causing the problem are mostly for 
debug purposes, but I just can't see what the problem is.  All the way up to 
the call to SystemManager.callInContext() there are no NULLS that I can find 
checking the variables -- save for the `this` argument which is NULL as it 
should be.

The fonts are in the registry as:
embed_font_cine_bold_normal_899163827;
embed_font_cine_medium_normal_597874558;
embed_font_serpe_bold_normal_1790603002;
embed_font_serpe_medium_normal_1688454721;

:-/

Alex, should I just write an uncaught error handler for this?

Regards,
Naga






--
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui


[flexcoders] urgent: socket communications at port 443?

2011-08-04 Thread grimmwerks

Is it possible to use a normal socket at 443 (apache not binding the port) 
while loading a crossdomain at 80 such as this:

cross-domain-policy
site-control permitted-cross-domain-policies=master-only/
allow-access-from domain=* to-ports=*/
/cross-domain-policy


We can't seem to get a connection:

grimmwerks
Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox 
violation: http://mix.investlab.com/demo/MixClient.swf cannot load data from 
mix.investlab.com:443.

Garry Schafer
grimmwerks
gr...@grimmwerks.com
portfolio: www.grimmwerks.com/







[flexcoders] URGENT: Need an *Expert (Alex?)* in Flex 4.5.1 Mobile Text

2011-08-03 Thread nagaofthesea
Howdy Alex (or anyone else)-

SCENARIO:
Flex 4.5.1 mobile application targeting Android and iOS (no pad) only.
Works flawlessly on desktop emulations (all profiles) and on all Android 
devices.

Started testing on iOS 3GS and I get the following error (only top-most 
relevant lines are displayed) after the app hangs at the splash screen:

TypeError: Error #1009: Cannot access a property or method of a null object 
reference.
at 
_iForesee_mx_managers_SystemManager/callInContext()[_iForesee_mx_managers_SystemManager.as:38]
at 
mx.core::EmbeddedFontRegistry/getAssociatedModuleFactory()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\EmbeddedFontRegistry.as:469]
at 
mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::getFontContext()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:12682]
at 
mx.core::UIComponent/createInFontContext()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:12740]
at 
TitleDisplayComponent/createChildren()[/Users/srd3/Documents/codeline/iForesee-4-5-1/src/assets/skins/FActionBarSkin.as:573]
at 
mx.core::UIComponent/initialize()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:7624]
at 
mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:7485]
at 
mx.core::UIComponent/addChild()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\core\UIComponent.as:7166]
at 
assets.skins::FActionBarSkin/createChildren()[/Users/srd3/Documents/codeline/iForesee-4-5-1/src/assets/skins/FActionBarSkin.as:272]

COMMENT ON DEBUG OUTPUT.
I have made custom skins based on Adobe mobile skins.  The custom skins have 
F prepended to the Adobe mobile skin name.  They are clones of the mobile 
theme skins with my custom art etc as hard-coded ActinScript and FXG skins.

I have four very narrow range nonCFF embedded fonts declared appropriately at 
the top.  My data renderers use _sans.

When I mentally step through the code starting at UIComponent line 12739 I 
don't see the problem(!?!).  There are no NULLS.

I understand that the relevant lines of code causing the problem are mostly for 
debug purposes, but I just can't see what the problem is.  All the way up to 
the call to SystemManager.callInContext() there are no NULLS that I can find 
checking the variables -- save for the `this` argument which is NULL as it 
should be.

The fonts are in the registry as:
embed_font_cine_bold_normal_899163827;
embed_font_cine_medium_normal_597874558;
embed_font_serpe_bold_normal_1790603002;
embed_font_serpe_medium_normal_1688454721;

 :-/

Alex, should I just write an uncaught error handler for this?

Regards,
Naga




[flexcoders] urgent !! need a way to move the horizontal scroll bar automatically

2010-04-12 Thread sathish_mca_raja
I have 30 columns and 100 rows in an advanced data grid. I am implementing a 
search functionality in the grid. If I search for a word, it should do a wild 
card search and highlight the particular column that contains the search text 
and make that column visible to the user.

I have the columnIndex and rowIndex with me for the column that contains the 
search text. I want a way to calculate the horizontalscrollposition to move the 
horizontal scroll bar to make that column visible. If any body has idea about 
this, Please reply to this post.



Re: [flexcoders] urgent !! need a way to move the horizontal scroll bar automatically

2010-04-12 Thread Alex Harui
I think you just set horizontalScrollPosition to the columnIndex


On 4/12/10 12:18 PM, sathish_mca_raja sathish_mca_r...@yahoo.com wrote:






I have 30 columns and 100 rows in an advanced data grid. I am implementing a 
search functionality in the grid. If I search for a word, it should do a wild 
card search and highlight the particular column that contains the search text 
and make that column visible to the user.

I have the columnIndex and rowIndex with me for the column that contains the 
search text. I want a way to calculate the horizontalscrollposition to move the 
horizontal scroll bar to make that column visible. If any body has idea about 
this, Please reply to this post.






--
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui


[flexcoders] URGENT: Canvas and SimpleButton

2010-02-04 Thread trzewiczek
Hi everyone, 

I'm very new to AS3/Flex. I started to work in a bigger AS3/Flex project and 
after some work done in pure AS3 with a lot of Shape, SimpleButton and Sprite 
classes use, it turned out the main visual part is being written as a subclass 
of mx.containers.Canvas. I can't just addChild my stuff to that Canvas. 

Is it some kind of restriction that you can't addChild any flash.display.* 
class into the mx.containers.* classes? 

If that it true, what about efficiency of mx.* packages. As far as I know Shape 
and SimpleButton are the most efficient way to handle vector and interactive 
vector stuff. What about mx.* classes? Should I use Canvas and Button instead 
or what?

Thanks for any help!!

trace(Best from Poland);
trzewiczek



Re: [flexcoders] URGENT: Canvas and SimpleButton

2010-02-04 Thread Alex Harui
In Flex, Navigator children must be Containers or INavigatorContent
Container children must be IUIComponents
UIComponent children can be anything.

Shape and SimpleButton are smaller and faster, but they cannot cooperate with 
the other features of the framework like focus, styles and skinning.  
Frameworks have a cost.  They are less efficient because they are packed with 
features you might need in order to save you time.


On 2/4/10 11:28 AM, trzewiczek trzewic...@yahoo.pl wrote:






Hi everyone,

I'm very new to AS3/Flex. I started to work in a bigger AS3/Flex project and 
after some work done in pure AS3 with a lot of Shape, SimpleButton and Sprite 
classes use, it turned out the main visual part is being written as a subclass 
of mx.containers.Canvas. I can't just addChild my stuff to that Canvas.

Is it some kind of restriction that you can't addChild any flash.display.* 
class into the mx.containers.* classes?

If that it true, what about efficiency of mx.* packages. As far as I know Shape 
and SimpleButton are the most efficient way to handle vector and interactive 
vector stuff. What about mx.* classes? Should I use Canvas and Button instead 
or what?

Thanks for any help!!

trace(Best from Poland);
trzewiczek






--
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui


[flexcoders] Urgent help for table

2009-11-04 Thread kaustubh_chaubal
In my application, I m able to tab through the buttons,textboxes, drop down and 
the AdvancedDataGrid on the page. But I m unable to tab through the buttons and 
checkboxes inside the AdvancedDataGrid, which are rendered through 
itemRenderer. Please let me know whether is it possible or not.
If yes,please provide me with a solution.




[flexcoders] urgent help

2009-11-04 Thread kaustubh_chaubal
In my application, I m able to tab through the buttons,textboxes, drop down and 
the AdvancedDataGrid on the page. But I m unable to tab through the buttons and 
checkboxes inside the AdvancedDataGrid, which are rendered through 
itemRenderer. Please let me know whether is it possible or not.
If yes,please provide me with a solution.




[flexcoders] urgent

2009-04-13 Thread Sri Vidya
hi,
?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute 
creationComplete=ws1.allEmployeeList(15,1) backgroundColor=white
mx:Script
![CDATA[
import mx.controls.dataGridClasses.DataGridColumn;
import mx.rpc.events.ResultEvent;
import mx.controls.Alert;
[Bindable]
var resultXL:XMLList;
[Bindable]
var x1:XML=new XML();
[Bindable]
var mp:int;
[Bindable]
var cp:int=1;
[Bindable]
var numberofrecords:int;
private function myfun(event:ResultEvent):void
{
mp=event.result..employ...@maxpages;
cp=event.result..employ...@currentpage;
//Alert.show(event.result.toString());
resultXL=event.result..record as XMLList;
x1=event.result..employee as XML;
}

private function checkedones(event:Event):void
{
Alert.show(ar.toString());
}
[Bindable]
public var ar:Array=new Array();
[Bindable]
public var ar1:Array=new Array();
public var str:String=new String();
[Bindable]
public function assign1(event:Event)
{
var count:int=0;
var a:String;
str=event.currentTarget.label;
var b:int=1;
var r:int=0;
/* for(var i:int=0;idg1.columnCount;i++)
{

} */
if(event.currentTarget.selected==true)
{
count++;
ar.push(str);
}
else if(event.currentTarget.selected==false)
{
r++;
a=event.currentTarget.label;
b=parseInt(event.currentTarget.label);
Alert.show(vas+ar.toString());
for(var i:int;icount;i++)
{
ar1[i]=ar[i];
}
for(var i:int=0;iar.length;i++)
{
ar1[i]=ar[i];
if(ar[i]==a)
{

//ar.pop();
//ar[i]=ar[i+1];
}
}
//Alert.show(ar.toString());
}
//str=event.currentTarget.label;
}

private function previous1():void
{
if(cp1)
{
cp--;
ws1.allEmployeeList(numberofrecords,cp);
}
else
Alert.show(No previous records);
}
private function first1():void
{
ws1.allEmployeeList(numberofrecords,1);
}
private function last1():void
{
ws1.allEmployeeList(numberofrecords,mp);
}
private function next1():void
{
if(cpmp)
{
cp++;
ws1.allEmployeeList(numberofrecords,cp);
}
else
Alert.show(No Next Record);
}
private function load1():void
{
numberofrecords=parseInt(txtInput.text);
ws1.allEmployeeList(numberofrecords,cp);
}
]]
/mx:Script
mx:DataGrid width=100% height=479 dataProvider={resultXL} id=dg1
mx:columns
mx:DataGridColumn dataField=pkEmpId headerText=EmpId id=c1 
mx:itemRenderer
mx:Component
mx:HBox
mx:CheckBox id=cb1 label={data.pkEmpId} 
change=outerDocument.assign1(event) /
/mx:HBox
/mx:Component
/mx:itemRenderer
/mx:DataGridColumn
mx:DataGridColumn dataField=empCode headerText=ECode/
mx:DataGridColumn dataField=empName headerText=EName/
mx:DataGridColumn dataField=dateOfJoining headerText=DOJ/
mx:DataGridColumn dataField=employeeStatusName headerText=STATUS NAME/
/mx:columns
/mx:DataGrid

mx:WebService id=ws1 wsdl=http://www.myiton.com/hrmsService.asmx?wsdl; 
mx:operation name=allEmployeeList 
fault=Alert.show(event.fault.toString()); result=myfun(event) 
resultFormat=e4x /
/mx:WebService
mx:Button x=21 y=487 label=Button click=checkedones(event);/
mx:Button x=163 y=487 id=pre label=previous lt;lt; 
click=previous1();/
mx:Button x=105 y=487 id=fi label=first click=first1();/
mx:Button x=445 y=487 id=ne label=next gt;gt; click=next1();/
mx:Button x=526 y=487 id=la label=last click=last1();/
mx:TextInput id=txtInput x=277 y=487 enter=load1();/

/mx:Application

 
see the above code.
my requirement is i have datagrid.data coming from webservice.in datagrid first 
column i have check boxes for each row.if i selected the rows alert comes with 
that row numbers but if i unselect one row the alert showing the all row 
numbers selected by me from scratch. 
can u send me asap;
thank u.
hoping reply.



  

[flexcoders] Urgent Prob - cant debug after upgrading to new player

2009-03-10 Thread reflexactions
I upgraded to the new flash player earlier today and now I cant debug in FB.

I have tried everything including uninstalling the FPlayer using the uninstall 
tool, reboot, install debug player, run from FB (standalone), IE8 opens with 
the app but FB says still waiting for the player to connect.

I used netstat -a and FB is listening on port 7935, but the app wont connect, 
even if I try to manually force it by using the context menu it won't connect.

I have tried down grading but that doesnt work

I cant find anything to get back to debugging and its a problem 'cos I cant 
work at all.

Help!



RE: [flexcoders] Urgent Prob - cant debug after upgrading to new player

2009-03-10 Thread Tracy Spratt
Did you verify the player install by hitting the test website?

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of reflexactions
Sent: Tuesday, March 10, 2009 3:27 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Urgent Prob - cant debug after upgrading to new player

 

I upgraded to the new flash player earlier today and now I cant debug in FB.

I have tried everything including uninstalling the FPlayer using the
uninstall tool, reboot, install debug player, run from FB (standalone), IE8
opens with the app but FB says still waiting for the player to connect.

I used netstat -a and FB is listening on port 7935, but the app wont
connect, even if I try to manually force it by using the context menu it
won't connect.

I have tried down grading but that doesnt work

I cant find anything to get back to debugging and its a problem 'cos I cant
work at all.

Help!





Re: [flexcoders] Urgent Prob - cant debug after upgrading to new player

2009-03-10 Thread Nathaniel Skiba
Did you upgrade to the debug version or the regular version? If you
upgraded to the regular version, then you can fix the problem by
downloading one of the debugger versions from
http://www.adobe.com/support/flashplayer/downloads.html.

reflexactions wrote:
 I upgraded to the new flash player earlier today and now I cant debug in FB.

 I have tried everything including uninstalling the FPlayer using the 
 uninstall tool, reboot, install debug player, run from FB (standalone), IE8 
 opens with the app but FB says still waiting for the player to connect.

 I used netstat -a and FB is listening on port 7935, but the app wont connect, 
 even if I try to manually force it by using the context menu it won't connect.

 I have tried down grading but that doesnt work

 I cant find anything to get back to debugging and its a problem 'cos I cant 
 work at all.

 Help!



 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location: 
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links



   



[flexcoders] (Urgent!!!)Maximize and Restore functionalities

2009-01-04 Thread kotha poornima
Hi All,
Iam going to implement maximize and restore functionalities in my flex project. 
I got one site
http://examples.adobe.com/flex3/devnet/dashboard/srcview/index.html, this is 
very good and very flexible. 
I want to implement the same way in my project also but i didn't understood the 
code how they done this.
Can anyone help me giving an idea how (just for maximize and restore 
functionalities) to implement this in my project.

Thanks and Regards,
Poornima



  

Re: [flexcoders] (Urgent!!!)Maximize and Restore functionalities

2009-01-04 Thread kotha poornima
Hi All,
Sorry to everyone. I gave the wrong url. You can find the sample in this url.
http://examples.adobe.com/flex3/devnet/dashboard/main.html
Please help me if any one can.

Thanks in Advance,
Poornima





From: kotha poornima poorni_ag...@yahoo.com
To: flexcoders flexcoders@yahoogroups.com
Sent: Monday, January 5, 2009 10:39:37 AM
Subject: [flexcoders] (Urgent!!!)Maximize and Restore functionalities


Hi All,
Iam going to implement maximize and restore functionalities in my flex project. 
I got one site
http://examples. adobe.com/ flex3/devnet/ dashboard/ srcview/index. html, this 
is very good and very flexible. 
I want to implement the same way in my project also but i didn't understood the 
code how they done this.
Can anyone help me giving an idea how (just for maximize and restore 
functionalities) to implement this in my project.

Thanks and Regards,
Poornima




  

Re: [flexcoders] (Urgent!!!)Maximize and Restore functionalities

2009-01-04 Thread Manu Dhanda

Check out PodLayoutManager.as class and particularly
addResizeAndMoveToParallel() method.

Don't confuse urself with Parallel, thats just an effect.

-Manu.


kotha poornima wrote:
 
 Hi All,
 Sorry to everyone. I gave the wrong url. You can find the sample in this
 url.
 http://examples.adobe.com/flex3/devnet/dashboard/main.html
 Please help me if any one can.
 
 Thanks in Advance,
 Poornima
 
 
 
 
 
 From: kotha poornima poorni_ag...@yahoo.com
 To: flexcoders flexcoders@yahoogroups.com
 Sent: Monday, January 5, 2009 10:39:37 AM
 Subject: [flexcoders] (Urgent!!!)Maximize and Restore functionalities
 
 
 Hi All,
 Iam going to implement maximize and restore functionalities in my flex
 project. I got one site
 http://examples. adobe.com/ flex3/devnet/ dashboard/ srcview/index. html,
 this is very good and very flexible. 
 I want to implement the same way in my project also but i didn't
 understood the code how they done this.
 Can anyone help me giving an idea how (just for maximize and restore
 functionalities) to implement this in my project.
 
 Thanks and Regards,
 Poornima
 
 
 
 
   
 

-- 
View this message in context: 
http://www.nabble.com/%28Urgent%21%21%21%29Maximize-and-Restore-functionalities-tp21285677p21286161.html
Sent from the FlexCoders mailing list archive at Nabble.com.



[flexcoders] Urgent Req - FLEX Developers - NJ, USA

2008-10-01 Thread catalyticjobs

Urgent requirement for both contract and full time opportunities in NJ,
USA. This is an Excellent opening to work with a Fortune company.

1.   Excellent skills with Flex Development and Exposure to Action
script 3.0
2.   Solid understanding of Object Oriented Programming
3.   Knowledge and experience in deploying applications with MVC and
Cairngorm Architectures
4.   Knowledge of AIR Frame work is added advantage
5.   Knowledge of any server side programming
6.   Able to work at the highest technical level of all phases of
application analysis and design
7.   Good knowledge of speed and size optimization in Flash
8.   Work with backend developers to integrate back-end code and
manage front end bugs
9.   Candidate should be Self-motivated, Attention to detail,
Communication, Problem-solving, and organizational skills

We also have requirement for our India Development Centre in Hyderabad.
Please send your resumes to [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]  ASAP



Re: [flexcoders] urgent mail Flex

2008-01-25 Thread Derrick Anderson
i'm not one of those 'rtfm' people, but this is really basic stuff you are
asking about- it's all in the docs

http://www.adobe.com/support/documentation/en/flex/

you'd do yourself a favor by reading thru the getting started docs.

d.

On Jan 25, 2008 2:29 AM, satish r [EMAIL PROTECTED] wrote:

Regarding Flex 2
 (downloaded Flex 2 SDK integrated to Eclipse 3.3 java EE and also
 downloaded LiveCycle Data Service)

 1.
 i have created two interface design in flex. let file name be
 test1.mxml and test2.mxml. i want call test2.mxml in test1.mxml. eg: as we
 link html page.


 2.

  i have created a form in flex. now i want to send the information
 from flex to servlet or flex to servlet via struts. please tell me what r
 all configuration to be made.

 if possible please send me some examples regarding both(above).


  *have a nice day*

 From

 *Satish.R*



 --
 Get the freedom to save as many mails as you wish. Click here to know 
 how.http://in.rd.yahoo.com/tagline_mail_5/*http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/
 



[flexcoders] urgent mail Flex

2008-01-25 Thread satish r
Regarding Flex 2
(downloaded Flex 2 SDK integrated to Eclipse 3.3 java EE and also downloaded 
LiveCycle Data Service)
 
1.
i have created two interface design in flex. let file name be 
test1.mxml and test2.mxml. i want call test2.mxml in test1.mxml. eg: as we link 
html page.
 
 
2.
 
 i have created a form in flex. now i want to send the information from 
flex to servlet or flex to servlet via struts. please tell me what r all 
configuration to be made.
 
if possible please send me some examples regarding both(above). 

 
have a nice day
From
Satish.R


  5, 50, 500, 5000 - Store N number of mails in your inbox. Go to 
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html

RE: [flexcoders] urgent mail Flex

2008-01-25 Thread Tracy Spratt
Also, Flex is nothing like html.  It is more like building a desktop
app.  The architecture of a Flex app is not based on file=page and you
won't be calling test2 from test1.  Instead, you will have a main
application file, say Test1, containing components like navigators and
containers. Test2 will be a component that you display using a
navigator or container.  Understand that it is very rare to refresh the
browser in a Flex app.  Usually your app stays resident at all times.

 

Do see the docs.

 

Tracy

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Derrick Anderson
Sent: Friday, January 25, 2008 9:23 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] urgent mail Flex

 

i'm not one of those 'rtfm' people, but this is really basic stuff you
are asking about- it's all in the docs

http://www.adobe.com/support/documentation/en/flex/
http://www.adobe.com/support/documentation/en/flex/ 

you'd do yourself a favor by reading thru the getting started docs.

d.

On Jan 25, 2008 2:29 AM, satish r [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]  wrote:

Regarding Flex 2

(downloaded Flex 2 SDK integrated to Eclipse 3.3 java EE and also
downloaded LiveCycle Data Service)

 

1.

i have created two interface design in flex. let file name be
test1.mxml and test2.mxml. i want call test2.mxml in test1.mxml. eg: as
we link html page.

 

 

2.

 

 i have created a form in flex. now i want to send the information
from flex to servlet or flex to servlet via struts. please tell me what
r all configuration to be made.

 

if possible please send me some examples regarding both(above). 


 

have a nice day

From

Satish.R

 

 



Get the freedom to save as many mails as you wish. Click here to know
how.
http://in.rd.yahoo.com/tagline_mail_5/*http:/help.yahoo.com/l/in/yahoo/
mail/yahoomail/tools/tools-08.html/  

 

 



[flexcoders] urgent

2008-01-07 Thread Joe
Hey guys, i need a DL link to flash player version 9,0,45,0. Is there one
anywhere?

-- 
-Joe


Re: [flexcoders] urgent

2008-01-07 Thread Muzak
Adobe site maybe??
http://www.adobe.com/go/tn_14266

- Original Message - 
From: Joe [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Monday, January 07, 2008 6:20 PM
Subject: [flexcoders] urgent


 Hey guys, i need a DL link to flash player version 9,0,45,0. Is there one
 anywhere?
 
 -- 
 -Joe



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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


[flexcoders] Urgent need of Express Install help

2007-09-17 Thread Nick Collins
I have been testing the Express Install feature of the Flash Player
with my Flex app, and am running into some major difficulties with
Firefox. I've been scouring the net and haven't had any luck finding a
solution, if there is one.

The Express Install is triggered properly, prompts the user, and when
OK is clicked, the new version is promptly downloaded. Once is is
downloaded, I get an Alert popping up saying it can't install the
update because Firefox is open. At first I'm disappointed because I
thought I wasn't supposed to have to restart the browser with Express
Install, but ok, whatever. I close the browser and it reopens, but not
to my Flex app. It opens to my default start page. So I put in the URL
to my flex app and again get prompted by the Express Install, it never
updated.

I'm thinking this may be a Firefox browser issue, but if anyone knows
what's going on, and a workaround I would be forever grateful.

Nick


[flexcoders] Urgent! add one property to property dialog box ?

2007-04-05 Thread arpan srivastava
Hi All,

I want to add a version number to my swf file so that it appears in the 
property dialog box that is displayed when we right mouse click on the swf file 
and go to properties. I want to add my own parameter to it named version 
number which will display my version number. How can I do this?

Thanks
Arpan




 

Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives.
http://tools.search.yahoo.com/toolbar/features/mail/

RE: [flexcoders] Urgent! add one property to property dialog box ?

2007-04-05 Thread Alex Harui
The right mouse menu is the ContextMenu class and api.
 
-Alex



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of arpan srivastava
Sent: Thursday, April 05, 2007 7:49 AM
To: Flex Coders; Flex Builder
Subject: [flexcoders] Urgent! add one property to property dialog box ?



Hi All,

I want to add a version number to my swf file so that it appears in
the property dialog box that is displayed when we right mouse click on
the swf file and go to properties. I want to add my own parameter to it
named version number which will display my version number. How can I
do this?

Thanks
Arpan




The fish are biting.
Get more visitors
http://us.rd.yahoo.com/evt=49679/*http://searchmarketing.yahoo.com/arp/
sponsoredsearch_v2.php?o=US2140cmp=Yahooctv=Q107Taglines=Ys2=EMb=50
  on your site using Yahoo! Search Marketing.
http://us.rd.yahoo.com/evt=49679/*http://searchmarketing.yahoo.com/arp/
sponsoredsearch_v2.php?o=US2140cmp=Yahooctv=Q107Taglines=Ys2=EMb=50
  

 


[flexcoders] Urgent call for Flex Portlet (Flex Taglibs) specialists (James Ward, help!)

2007-03-19 Thread johan.wasserman
I have tried and tried, fried my brain, and I am desperate.

I firstly wrote a simple portlet and tried to present a flex page on 
JBoss portal, unsuccessfull because of the -
java.lang.NullPointerException
at flex.server.j2ee.cache.CacheKeyUtils.generateJspCacheKe 
(CacheKeyUtils.java:68)

OR
generateSwfCacheKey(CacheKeyUtils.java:54) if I try to show the mxml 
file directly, without going through the taglib.

- error.

Then, with effort, learned how another portal server works, I 
inastalled and configured Jetspeed 2, and after trying just about 
every trick in the book, had to give up and realised the same -
java.lang.NullPointerException
at flex.server.j2ee.cache.CacheKeyUtils.generateJspCacheKey
(CacheKeyUtils.java:68)

- error haunting me.

I have a simple, yet urgent requirement, I need to make Flex 
applications available as portlets, on (prefferably) an Appache 
opensource portal server.

PLEASE will SOMEONE help me?!

I'll send my JBoss and / or Jetspeed 2 installation, zipped, so you 
can have the full config and everything I have done, I'll send the 
MySQL databases for these portal servers, ANYTHING, just say what you 
need.

The only common denominator is that both these portal servers are 
based on Apache Tomcat

PLEASE PLEASE ASSIST.



[flexcoders] Urgent: How to delay the datagrid onchange event

2007-02-12 Thread newtoflexworld
Hi all,

I am working on Flex 1.5. I have to display large volume of data in a 
datagrid. Scrolling becomes very slow as the amount of data increases.

Is there any way in which I can delay the onchange event of the 
datagrid ?


Please help!!!

Thanks



Re: [flexcoders] Urgent: How to delay the datagrid onchange event

2007-02-12 Thread Shannon Hicks
I think the problem you're experiencing is actually with Flash Player 8 
/ AS2. The engine was just too slow for large amounts of data in a 
datagrid. The common workaround was to paginate the data in the grid.


Hopefully you'll be able to implement the workaround as you are 
envisioning it. Let us know if you do, as I'm sure some of us would be 
interested.


Shan

newtoflexworld wrote:


Hi all,

I am working on Flex 1.5. I have to display large volume of data in a
datagrid. Scrolling becomes very slow as the amount of data increases.

Is there any way in which I can delay the onchange event of the
datagrid ?

Please help!!!

Thanks

 




RE: [flexcoders] Urgent: Is there an upperlimit to Flex plugin memory ?

2007-02-12 Thread Gordon Smith
What is a large amount in your case?
 
- Gordon



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of newtoflexworld
Sent: Monday, February 12, 2007 2:05 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Urgent: Is there an upperlimit to Flex plugin
memory ?



Hi All,

I am trying to display a large amount of data in a datagrid and the
performance takes a dip as the number of data increases.

I want to know if there is an upper limit to the memory that can be
used by the Flex plugin? Also if such a limit exists , is it possible
to increase that limit so that my application can handle more data
volume.

All the data is being displayed is directly linked to the dataprovider
of the datagrid and is not being stored locally anywhere else in the
application.

Please help

Thanks in advance

Sweta



 


[flexcoders] urgent

2007-01-17 Thread Flávio Santos

I want to leave the list, please exclude me….today, please


RE: [flexcoders] urgent

2007-01-17 Thread Gordon Smith
Every email from this list should have an Unsubscribe link. Did you try it?

 

- Gordon

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Flávio 
Santos
Sent: Wednesday, January 17, 2007 4:10 AM
To: [EMAIL PROTECTED]; flexcoders@yahoogroups.com
Subject: [flexcoders] urgent

 

I want to leave the list, please exclude metoday, please

 



[flexcoders] Urgent :: Custom Serialization exception

2007-01-15 Thread

I am using Custom Serialization to serialize my Java Object (TreeNode class)
recursively to ActionScript.
But this fails giving the following exception:

ArgumentError: Error #2004: One of the parameters is invalid.
   at flash.utils::ObjectInput/readObject()
   at com.flex.dao::TreeNode/readExternal()

(mx.messaging.messages::ErrorMessage)#0
 body = (Object)#1
 clientId = (null)
 correlationId = 5D934A88-B385-627D-2445-258088A878CA
 destination = 
 extendedData = (null)
 faultCode = Server.Acknowledge.Failed
 faultDetail = Was expecting mx.messaging.messages.AcknowledgeMessage, but
received null
 faultString = Didn't receive an acknowledge message
 headers = (Object)#2
 messageId = 983E8914-DDAC-1ECA-C02A-2580CCD4A40F
 rootCause = (null)
 timestamp = 0
 timeToLive = 0


=
The code of ActionScript and Java TreeNode classes is as under:

=== ActionScript 
package com.flex.dao
{
   import mx.collections.ArrayCollection;
   import flash.utils.IExternalizable;
   import flash.utils.IDataInput;
   import flash.utils.IDataOutput;
   import mx.controls.Alert;

   [RemoteClass(alias=com.java.dao.TreeNode)]
   public class TreeNode implements IExternalizable
   {
   public var name : String;
   public var id : int;
   public var type : int;
   public var children : ArrayCollection;
   public var data : Object;

   public function readExternal(input:IDataInput) : void
   {
   id = input.readInt();
   name = input.readUTF();
   type = input.readInt();

   var childCount : int = input.readInt();
   if(childCount != 0)
   {
   children = new ArrayCollection();
   for(var i:int = 0; ichildCount;i++)
   {
   var obj : Object = input.readObject();
   children.addItem(obj);
   }
   }
   var hasData : int = input.readInt();
   if(hasData != 0)
   data = input.readObject();
   }

   public function writeExternal(output:IDataOutput) : void
   {
   output.writeInt(id);
   output.writeUTF(name);
   output.writeInt(type);
   if(children != null)
   {
   output.writeInt(children.length);
   for(var i:int = 0; ichildren.length;i++)
   output.writeObject(TreeNode(children.getItemAt(i)));
   }
   else
   output.writeInt(0);
   if(data != null)
   {
   output.writeInt(1);
   output.writeObject(data);
   }
   else
   output.writeInt(0);
   }

   }
}


 Java ==
public class TreeNode implements Externalizable

{
   public List children; //list of TreeNode
   public Object data;


   public TreeNode()
   {
   }

   public TreeNode(int id, String name, int type) {
   super(id, name, type);
   children = new ArrayList();

   }


   public void addChild(TreeNode child) {
 children.add(child);
   }


   public void writeExternal(ObjectOutput objectOutput) throws IOException
   {
   objectOutput.writeInt(id);
   objectOutput.writeUTF(name);
   objectOutput.writeInt(type);

   if(children != null  children.size()  0)
   {
   System.out.println(name +  :: +children.size());
   objectOutput.writeInt(children.size());
   for(int i = 0; i children.size();i++)
   objectOutput.writeObject(children.get(i));
   }
   else
   objectOutput.writeInt(0);
   if(data != null)
   {
   objectOutput.writeInt(1);
   objectOutput.writeObject(data);
   }
   else
   objectOutput.writeInt(0);
   }

   public void readExternal(ObjectInput objectInput) throws IOException,
ClassNotFoundException
   {
   id = objectInput.readInt();
   name = objectInput.readUTF();
   type = objectInput.readInt();

   int childCount = objectInput.readInt();
   if(childCount != 0)
   {
   children = new ArrayList();
   for(int i=0; ichildCount; i++)
   children.add((TreeNode)objectInput.readObject());

   }
   int hasData = objectInput.readInt();
   if(hasData != 0)
   data = objectInput.readObject();

   }
}


[flexcoders] URGENT HELP NEEDED: BindingUtils and Number Formatter

2006-12-05 Thread Nick Collins

I've got this bug here I need to fix quickly, and I hope you guys can help.

I've got a textbox that I'm binding to the
.client2SurvivorLevelAnnualIncomeAfterTax property of the value object
asset.

I'm using the following line to do it:

BindingUtils.bindProperty(txtLevelAnnualIncomeAfterTax , 'text', asset,
'client2SurvivorLevelAnnualIncomeAfterTax');

What I need to do is to format the text property with a number formatter
toNumber. I tried to do this with a getter:

[Bindable(client2SurvivorLevelAnnualIncomeAfterTaxChanged)]
public function get client2SurvivorLevelAnnualIncomeAfterTax(): String {
   return toNumber.format(asset.client2SurvivorLevelAnnualIncomeAfterTax);
}

but it's not working. Anyone know how I might be able to do this? Thanks
much in advance.


RE: [flexcoders] Urgent! Flex 1.5 Help

2006-10-05 Thread Kelly












Upgrading to flex 2 will in the end be
much easier then maintaining a flex 1.5 app long term.



It will also run much faster.



If you need the files then send me an
email off list.



[EMAIL PROTECTED]















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Nick Collins
Sent: Thursday, October 05, 2006
5:09 PM
To: flexcoders
Subject: [flexcoders] Urgent! Flex
1.5 Help











Ok, I've
just had a client come to me with an app they had done in Flex 1.5 and they
want me to do some work on it. The problem is that I don't have the Flex
Builder 1.5 IDE, nor the Flex 1.5 server to be able to test against. I tried
going to the Macromedia/Adobe site but of course, there it's all Flex 2. Can
anybody help me out with where I can download the Flex 1.5 development server
and IDE? Any Adobe folks here able to help me out?

Alternatively, if anybody could provide some really good reasons why they
should migrate the app to Flex 2 (I'm trying but they just got done paying like
$200k to have this one done, yet are none too please with the company that did
it, and they don't want to scrap all those hours they paid for) that would be
equally as helpful. 

Thanks!

Nick 






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






RE: [flexcoders] Urgent! Flex 1.5 Help

2006-10-05 Thread Matt Chotin












You can get them here: http://www.adobe.com/support/flex/downloads_updaters.html#flex15











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Nick Collins
Sent: Thursday, October 05, 2006
5:09 PM
To: flexcoders
Subject: [flexcoders] Urgent! Flex
1.5 Help











Ok, I've
just had a client come to me with an app they had done in Flex 1.5 and they
want me to do some work on it. The problem is that I don't have the Flex
Builder 1.5 IDE, nor the Flex 1.5 server to be able to test against. I tried
going to the Macromedia/Adobe site but of course, there it's all Flex 2. Can
anybody help me out with where I can download the Flex 1.5 development server
and IDE? Any Adobe folks here able to help me out?

Alternatively, if anybody could provide some really good reasons why they
should migrate the app to Flex 2 (I'm trying but they just got done paying like
$200k to have this one done, yet are none too please with the company that did
it, and they don't want to scrap all those hours they paid for) that would be
equally as helpful. 

Thanks!

Nick 






__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___






Re: [flexcoders] Urgent! Flex 1.5 Help

2006-10-05 Thread Nick Collins



I agree Kelly, but to their point, they just spent a large sum to have this app developed, and they really don't want to hear me tell them we need to throw out a big chunk of it and redo it. I'm pushing that direction, for sure, especially since I am exponentially more familiar with Flex 2 than I am with Flex 
1.5. With Flex 1.5, I don't know where all the bodies are buried, so to speak. When I looked into it, it was priced out of my being able to even become familiar with it. We'll see how it goes.Thanks Matt, I appreciate it. And so you know, I will be making every effort to get them to upgrade, so hopefully you'll get a big sale out of this. :-)
On 10/5/06, Matt Chotin [EMAIL PROTECTED] wrote:













  













You can get them here: 
http://www.adobe.com/support/flex/downloads_updaters.html#flex15











From: [EMAIL PROTECTED]
ups.com [mailto:[EMAIL PROTECTED]
ups.com] On Behalf Of Nick Collins
Sent: Thursday, October 05, 2006
5:09 PM
To: flexcoders
Subject: [flexcoders] Urgent! Flex
1.5 Help











Ok, I've
just had a client come to me with an app they had done in Flex 1.5 and they
want me to do some work on it. The problem is that I don't have the Flex
Builder 1.5 IDE, nor the Flex 1.5 server to be able to test against. I tried
going to the Macromedia/Adobe site but of course, there it's all Flex 2. Can
anybody help me out with where I can download the Flex 1.5 development server
and IDE? Any Adobe folks here able to help me out?

Alternatively, if anybody could provide some really good reasons why they
should migrate the app to Flex 2 (I'm trying but they just got done paying like
$200k to have this one done, yet are none too please with the company that did
it, and they don't want to scrap all those hours they paid for) that would be
equally as helpful. 

Thanks!

Nick 










  















__._,_.___





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

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] URGENT Question: CSS type selectors are not supported in components

2006-07-20 Thread Tansht
Hi, there
I checked the Flex 2 livedoc and found out all formatting rules I wrote 
in my css file are supported styles. However, the warning messege CSS 
type selectors are not supported in components appears when I run my 
Flex application. Does any one know how to resolve this problem?
Thanks in advance
David






 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/nhFolB/TM
~- 

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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Urgent! Problem using ArrayUtil.toArray for a http result ( Flex 2 SDK release)

2006-07-17 Thread jmorpher03
I used to convert the result of a httpservice request , using the 
ArrayUtil.toArray() in Flex 2 Beta 3 and assign it to an 
ArrayCollection ( as a source to a ComboBox), it used to work, but now 
in the latest release version,  its just giving an Object with comma 
separated values. What could be wrong ?

Here is the syntax I am using :

acUserStatus.source = mx.utils.ArrayUtil.toArray
(result.data.row.statuses); 
acClients.source = mx.utils.ArrayUtil.toArray
(result.data.row.clients);

Please help me with this issue. Have they changed the way results are 
returned in the httpservice ?






 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Urgent help needed with DataGrid events

2006-06-29 Thread jmorpher03
I need urgent help with the events related to DataGrid in Flex 2.0.

I have a grid which is being populated by an ArrayCollection with its 
source as a result from the HTTPService.

There is also a textbox outside the DataGrid which is populated based 
on the selection of a row in the DataGrid.

The user can then edit the contents of the text box and when user 
clicks on a different row in the grid or moves out of the grid, I need 
to update the ArrayCollection.

Can anyone help me to find the right approach/event towards doing this ?







 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
~- 

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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Urgent Need for ActiveX Fix in IE for Flash Player 8 and/or 8.5 -- Is there any way to simulate a single mouse click inside the Flash Control to remove the Ugly Thick Border -- all it

2006-04-07 Thread Ted Patrick
FLASHOBJECT FIXES EOLAS

http://blog.deconcept.com/flashobject/

- Player Detection
- XHTML Compliant
- Simple and easy to use

It just works and this is all you need to know!

-

script type=text/javascript src=flashobject.js/script

div id=flashcontent
  This text is replaced by the Flash movie.
/div

script type=text/javascript

var fo = new FlashObject(movie.swf,mymovie,200,100,7,#336699);

fo.write(flashcontent);

/script

-

It doesn’t get any easier than that and you will never need to manually write 
out object/embed tags ever again!

Cynergy Systems, Inc.
Theodore Patrick
Sr. Consultant
[EMAIL PROTECTED]
tel: 1.866.CYNERGY
http://www.cynergysystems.com

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.3.5/302 - Release Date: 4/5/2006
 


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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Urgent Need for ActiveX Fix in IE for Flash Player 8 and/or 8.5 -- Is there any way to simulate a single mouse click inside the Flash Control to remove the Ugly Thick Border -- all it

2006-04-07 Thread Stefan Richter
OT I know but what about autogenerated Flash(forms) in Coldfusion? It's been
very quite on that.

Stefan

 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Ted Patrick
 Sent: 07 April 2006 13:13
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Urgent Need for ActiveX Fix in IE 
 for Flash Player 8 and/or 8.5 -- Is there any way to simulate 
 a single mouse click inside the Flash Control to remove the 
 Ugly Thick Border -- all it takes is an ENTER or one mouse CLICK
 
 FLASHOBJECT FIXES EOLAS
 
 http://blog.deconcept.com/flashobject/
 
 - Player Detection
 - XHTML Compliant
 - Simple and easy to use
 
 It just works and this is all you need to know!
 
 -
 
 script type=text/javascript src=flashobject.js/script
   
 div id=flashcontent
   This text is replaced by the Flash movie.
 /div
 
 script type=text/javascript
 
 var fo = new 
 FlashObject(movie.swf,mymovie,200,100,7,#336699);
 
 fo.write(flashcontent);
 
 /script
 
 -
 
 It doesn't get any easier than that and you will never need 
 to manually write out object/embed tags ever again!
 
 Cynergy Systems, Inc.
 Theodore Patrick
 Sr. Consultant
 [EMAIL PROTECTED]
 tel: 1.866.CYNERGY
 http://www.cynergysystems.com
 
 --
 No virus found in this outgoing message.
 Checked by AVG Free Edition.
 Version: 7.1.385 / Virus Database: 268.3.5/302 - Release 
 Date: 4/5/2006
  
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links
 
 
 
  
 
 
 
 



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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Urgent Need for ActiveX Fix in IE for Flash Player 8 and/or 8.5 -- Is there any way to simulate a single mouse click inside the Flash Control to remove the Ugly Thick Border -- all it

2006-04-07 Thread ColdFusion Editor
Stefan,

There is currently a custom tag out from Kevin Aebig that you can wrap 
around your CFForm tag that (he says) will solve the problem. I haven't 
tested it. You can find that at:

http://www.keslabs.com/stuff/eolas/

There's also another fix that may help by Jason Ripper. 
http://therippa.blogspot.com/2006/03/activateactivex.html

You might want to read the two articles I wrote on this in Fusion Authority. 
They will give you more information:

http://www.fusionauthority.com/News/4604-The-ActiveX-Change-What-Does-This-Mean-for-You-Updated.htm

http://www.fusionauthority.com/Reviews/4605-Testing-out-the-IE-Update.htm

Hope that helps,

Judith
- Original Message - 
 OT I know but what about autogenerated Flash(forms) in Coldfusion? It's 
 been
 very quite on that.

 Stefan




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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Urgent Need for ActiveX Fix in IE for Flash Player 8 and/or 8.5 -- Is there any way to simulate a single mouse click inside the Flash Control to remove the Ugly Thick Border -- all it tak

2006-04-06 Thread Robert Thompson
About the IE Issue,

Is there any way to simulate a single mouse click inside the Flash Control to 
remove the Ugly
Thick Border -- all it takes is an ENTER or one mouse CLICK and then it 
disappears forever.

Maybe Macromedia needs to integrate into the Flash Player for IE, the following:

1. Monitor the mouse location

2. As soon as it reaches the ActiveX control for Mickeysoft's IE, simulate an 
ENTER or Mouseclick
and the border will disappear forever for that session.

-r

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic

2005-12-10 Thread Jaime Bermudez



I couldn't find a way to turn on classloader tracing (at least I didn't see anything in the weblogic 8.1 docs), however I think the problem may be in the setup. My fop.jar, batik.jar and other supporting files (i.e. avalon-framework-cvs*.jar) are in the WEB-INF/lib directory of the app server. The flex jars, including all of the batik-*** files, are located under WEB-INF/flex/jars. From what I understand about the prefer-web-inf-classes parameter, it loads jars under the WEB-INF directory before loading jars that are part of the weblogicserver classpath - in my case the fop jars are NOT in weblogic's startup classpath. So, I'm guessing the fact that both sets of batik jars are under the WEB-INF directory, albeit in different subdirectories,is why the app still has a problem loading. 


Does that sound right? Where do you keep your fop related jars and do you load them at the server level as opposed to the application level?
On 12/9/05, Carson Hager [EMAIL PROTECTED] wrote:


Interesting. The next thing I would do is verify where the css parser errors are getting loaded from. WLS should have a way to turn on classloader tracing so that it will log out the physical location from where it loaded the classes. See if you can enable that and let me know what it says.


Carson



  
Carson Hager 
Cynergy Systems, Inc. 
http://www.cynergysystems.com 
 Email: 
[EMAIL PROTECTED] Office: 866-CYNERGY
 Mobile
: 1.703.489.6466 
 




From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jaime BermudezSent: Thursday, December 08, 2005 11:58 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic



Hey Carson,



I'm trying out your technique, but I'm still gettingLocatorParser errors... here's a snippet of my weblogic.xml:



weblogic-web-app security-role-assignment ...

 /security-role-assignmentjsp-descriptor .../jsp-descriptorcontainer-descriptor
prefer-web-inf-classestrue/prefer-web-inf-classes /container-descriptor/weblogic-web-app



This solution worked for you guys?

On 9/16/05, Carson Hager 
[EMAIL PROTECTED] wrote: 
My pleasure. The only impact will be a small increase in memory utilization by the server at startup. Basically, appservers like WLS like to use hierarchical classloaders so that classes which are shared by multiple web applications are not loaded for each web app. By using a shared classloader, there is savings in memory and ( to a small degree ) runtime performance due to the need to only load/verify the class a single time. The reality is that these things are basically negligible. The kicker with hierarchical classloaders is exactly what you're seeing here...the need to override at a child level. I'm sure you'll find this to be a good solution. 



Carson

  
Carson HagerCynergy Systems, Inc.
http://www.cynergysystems.com  Email: 
[EMAIL PROTECTED]
Office: 866-CYNERGY ext. 89Mobile: 1.703.489.6466 
 Take PowerBuilder to the Web with EAF 4.0
http://www.cynergysystems.com/public/products/eaf   






From:
 flexcoders@yahoogroups.com [mailto:
 flexcoders@yahoogroups.com] On Behalf Of Kevin Towes (New Toronto Group)
Sent: Friday, September 16, 2005 1:22 PMTo: 
flexcoders@yahoogroups.com; flexcoders@yahoogroups.com 

Subject: RE: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic



Thanks, Carson - 
We're looking into the impact of this. It might be the best solution. I'll let you (and the list) know.kev.Kevin Towes, Sr. Consultant New Toronto Group, 
[EMAIL PROTECTED]Office: 905-897-7790 x4018 Mobile: 416-882-4445[onRemote]
 



From
: Carson Hager [EMAIL PROTECTED]
Sent: Friday, September 16, 2005 12:42 PM To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic 
Kevin,

This is a classloader issue. Check outprefer-web-inf-classes in the following URL to turn off the default behavior of the WLS classloader to allow for classes in web apps to be loaded in preference of the server level classloader. 



http://e-docs.bea.com/wls/docs81/programming/classloading.html


Carson
 
 Carson Hager Cynergy Systems, Inc.
http://www.cynergysystems.com  
Email: 
[EMAIL PROTECTED]Office: 866-CYNERGY ext. 89Mobile: 1.703.489.6466
  Take PowerBuilder to the Web with EAF 4.0
http://www.cynergysystems.com/public/products/eaf 
  






From:
 flexcoders@yahoogroups.com [mailto:
 flexcoders@yahoogroups.com] On Behalf Of Kevin Towes (New Toronto Group)Sent: Friday, September 16, 2005 12:29 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic
Hey Gang - We're having a bit of an urgent issue with a Flex installation on BEA Weblogic Portal Server. I know there were some threads a while back on this issue, so I'll explain it below. 
The issue relates to the fop.jar file that is used in the 
BEA

RE: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic

2005-12-10 Thread Dimitrios Gianninas





Why do you have fop.jar in your WEB-INF/lib folder? Do you 
need it for your app, is that it? So you have a newer 
version?

Dimitrios 
"Jimmy" Gianninas
RIADeveloper
Optimal 
Payments Inc.



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jaime 
BermudezSent: Saturday, December 10, 2005 4:03 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] URGENT Problem on 
Flex installed on BEA WebLogic

I couldn't find a way to turn on classloader tracing (at least I didn't see 
anything in the weblogic 8.1 docs), however I think the problem may be in the 
setup. My fop.jar, batik.jar and other supporting files (i.e. 
avalon-framework-cvs*.jar) are in the WEB-INF/lib directory of the app 
server. The flex jars, including all of the batik-*** files, are located 
under WEB-INF/flex/jars. From what I understand about the 
prefer-web-inf-classes parameter, it loads jars under the WEB-INF directory 
before loading jars that are part of the weblogicserver classpath - in my 
case the fop jars are NOT in weblogic's startup classpath. So, I'm 
guessing the fact that both sets of batik jars are under the WEB-INF directory, 
albeit in different subdirectories,is why the app still has a problem 
loading. 

Does that sound right? Where do you keep your fop related jars and do 
you load them at the server level as opposed to the application 
level?
On 12/9/05, Carson 
Hager [EMAIL PROTECTED] 
wrote: 

  
  Interesting. 
  The next thing I would do is verify where the css parser errors are getting 
  loaded from. WLS should have a way to turn on classloader tracing so 
  that it will log out the physical location from where it loaded the classes. 
  See if you can enable that and let me know what it says. 
  
  Carson
  
  
    Carson 
  Hager 
  Cynergy Systems, 
  Inc. 
  http://www.cynergysystems.com  
  Email: [EMAIL PROTECTED] Office: 
  866-CYNERGY Mobile 
  : 
  1.703.489.6466 
   
  
  
  
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jaime BermudezSent: Thursday, December 08, 2005 11:58 
  AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] URGENT Problem 
  on Flex installed on BEA WebLogic
  
  
  
  Hey 
  Carson,
  
  
  
  I'm 
  trying out your technique, but I'm still gettingLocatorParser errors... 
  here's a snippet of my weblogic.xml:
  
  
  
  weblogic-web-app 
  security-role-assignment 
  ...
  
   
  /security-role-assignmentjsp-descriptor 
  .../jsp-descriptorcontainer-descriptorprefer-web-inf-classestrue/prefer-web-inf-classes 
  /container-descriptor/weblogic-web-app
  
  
  
  This 
  solution worked for you guys?
  
  On 
  9/16/05, Carson Hager  
  [EMAIL PROTECTED] wrote: 
  My pleasure. 
  The only impact will be a small increase in memory utilization by the server 
  at startup. Basically, appservers like WLS like to use hierarchical 
  classloaders so that classes which are shared by multiple web applications are 
  not loaded for each web app. By using a shared classloader, there is 
  savings in memory and ( to a small degree ) runtime performance due to the 
  need to only load/verify the class a single time. The reality is that these 
  things are basically negligible. The kicker with hierarchical classloaders is 
  exactly what you're seeing here...the need to override at a child level. 
  I'm sure you'll find this to be a good solution. 
  
  
  Carson
  
   
   
  Carson 
  HagerCynergy Systems, Inc.http://www.cynergysystems.com  Email: [EMAIL PROTECTED] 
  Office: 866-CYNERGY ext. 
  89Mobile: 1.703.489.6466  Take PowerBuilder to 
  the Web with EAF 4.0http://www.cynergysystems.com/public/products/eaf 
   
   

  
  
  
  
  
  
  From: flexcoders@yahoogroups.com [mailto: 
  flexcoders@yahoogroups.com] On Behalf 
  Of Kevin Towes (New Toronto Group) 
  Sent: Friday, September 16, 
  2005 1:22 PMTo: flexcoders@yahoogroups.com; flexcoders@yahoogroups.com 
  
  Subject: RE: [flexcoders] URGENT Problem 
  on Flex installed on BEA WebLogic 
  
  
  
  Thanks, Carson - 
  We're looking into 
  the impact of this. It might be the best solution. I'll let 
  you (and the list) 
  know.kev.Kevin Towes, Sr. 
  Consultant New Toronto Group, [EMAIL PROTECTED]Office: 905-897-7790 x4018 
  Mobile: 416-882-4445[onRemote] 
  
  
  
  
  From : 
  "Carson Hager" [EMAIL PROTECTED] Sent: Friday, September 16, 2005 12:42 PM 
  To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] URGENT Problem 
  on Flex installed on BEA WebLogic 
  Kevin,
  
  This is a classloader 
  issue. Check outprefer-web-inf-classes in the following URL to 
  turn off the default behavior of the WLS classloader to allow for classes in 
  web apps to be loaded in preference of the server level classloader. 
  
  
  http://e-docs.bea.com/wls/docs81/programming/classloading.html
  
  
  Carson
  

Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic

2005-12-10 Thread Jaime Bermudez



Um, it wasn't part of my app server. I tried searching for it in the directory, but it wasn't there. I'm guessing that whomever implemented reporting on my team (I'm working w/ 12 other developers) downloaded the jar and imported it into the app.

On 12/10/05, Dimitrios Gianninas [EMAIL PROTECTED] wrote:

Why do you have fop.jar in your WEB-INF/lib folder? Do you need it for your app, is that it? So you have a newer version?


Dimitrios Jimmy Gianninas
RIADeveloper
Optimal Payments Inc.



From: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Jaime BermudezSent: Saturday, December 10, 2005 4:03 PMTo: 
flexcoders@yahoogroups.com 
Subject: Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic


I couldn't find a way to turn on classloader tracing (at least I didn't see anything in the weblogic 8.1 docs), however I think the problem may be in the setup. My fop.jar, batik.jar and other supporting files (i.e
. avalon-framework-cvs*.jar) are in the WEB-INF/lib directory of the app server. The flex jars, including all of the batik-*** files, are located under WEB-INF/flex/jars. From what I understand about the prefer-web-inf-classes parameter, it loads jars under the WEB-INF directory before loading jars that are part of the weblogicserver classpath - in my case the fop jars are NOT in weblogic's startup classpath. So, I'm guessing the fact that both sets of batik jars are under the WEB-INF directory, albeit in different subdirectories,is why the app still has a problem loading. 


Does that sound right? Where do you keep your fop related jars and do you load them at the server level as opposed to the application level?
On 12/9/05, Carson Hager [EMAIL PROTECTED]
 wrote: 


Interesting. The next thing I would do is verify where the css parser errors are getting loaded from. WLS should have a way to turn on classloader tracing so that it will log out the physical location from where it loaded the classes. See if you can enable that and let me know what it says. 


Carson


 
 
Carson Hager 
Cynergy Systems, Inc. 
http://www.cynergysystems.com 
 Email: 
[EMAIL PROTECTED] Office: 866-CYNERGY 
Mobile 
: 1.703.489.6466 
 




From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jaime BermudezSent: Thursday, December 08, 2005 11:58 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic



Hey Carson,



I'm trying out your technique, but I'm still gettingLocatorParser errors... here's a snippet of my weblogic.xml:



weblogic-web-app security-role-assignment ...

 /security-role-assignmentjsp-descriptor .../jsp-descriptorcontainer-descriptor
prefer-web-inf-classestrue/prefer-web-inf-classes /container-descriptor/weblogic-web-app



This solution worked for you guys?

On 9/16/05, Carson Hager 
 [EMAIL PROTECTED] wrote: 
My pleasure. The only impact will be a small increase in memory utilization by the server at startup. Basically, appservers like WLS like to use hierarchical classloaders so that classes which are shared by multiple web applications are not loaded for each web app. By using a shared classloader, there is savings in memory and ( to a small degree ) runtime performance due to the need to only load/verify the class a single time. The reality is that these things are basically negligible. The kicker with hierarchical classloaders is exactly what you're seeing here...the need to override at a child level. I'm sure you'll find this to be a good solution. 



Carson

  
Carson HagerCynergy Systems, Inc.
http://www.cynergysystems.com  Email: 
[EMAIL PROTECTED] 
Office: 866-CYNERGY ext. 89Mobile: 1.703.489.6466 
 Take PowerBuilder to the Web with EAF 4.0
http://www.cynergysystems.com/public/products/eaf   






From:
 flexcoders@yahoogroups.com [mailto:
 flexcoders@yahoogroups.com] On Behalf Of Kevin Towes (New Toronto Group)
 Sent: Friday, September 16, 2005 1:22 PMTo: 
flexcoders@yahoogroups.com; flexcoders@yahoogroups.com 

Subject: RE: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic
 


Thanks, Carson - 
We're looking into the impact of this. It might be the best solution. I'll let you (and the list) know.kev.Kevin Towes, Sr. Consultant New Toronto Group, 
[EMAIL PROTECTED]Office: 905-897-7790 x4018 Mobile: 416-882-4445[onRemote]
 



From
 : Carson Hager [EMAIL PROTECTED]
 Sent: Friday, September 16, 2005 12:42 PM To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic 
Kevin,

This is a classloader issue. Check outprefer-web-inf-classes in the following URL to turn off the default behavior of the WLS classloader to allow for classes in web apps to be loaded in preference of the server level classloader. 



http://e-docs.bea.com/wls/docs81/programming/classloading.html


Carson
 
 Carson

RE: Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic

2005-12-10 Thread Dimitrios Gianninas





Perhaps you should check with the rest of your team then, 
maybe you don't need it, and thus can remove it and solve your 
problems.

Dimitrios 
"Jimmy" Gianninas
RIADeveloper
Optimal 
Payments Inc.



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Jaime 
BermudezSent: Saturday, December 10, 2005 4:34 PMTo: 
flexcoders@yahoogroups.comSubject:  Re: [flexcoders] URGENT 
Problem on Flex installed on BEA WebLogic
Um, it wasn't part of my app server. I tried searching for it 
in the directory, but it wasn't there. I'm guessing that whomever 
implemented reporting on my team (I'm working w/ 12 other developers) downloaded 
the jar and imported it into the app. 
On 12/10/05, Dimitrios 
Gianninas [EMAIL PROTECTED] 
wrote: 

  Why do you have fop.jar in your WEB-INF/lib folder? Do you need it for 
  your app, is that it? So you have a newer version?
  
  Dimitrios "Jimmy" Gianninas
  RIADeveloper
  Optimal 
  Payments Inc.
  
  
  
  From: flexcoders@yahoogroups.com [mailto: 
  flexcoders@yahoogroups.com] On Behalf Of Jaime 
  BermudezSent: Saturday, December 10, 2005 4:03 
  PMTo: flexcoders@yahoogroups.com 
  Subject: Re: 
  [flexcoders] URGENT Problem on Flex installed on BEA 
  WebLogic
  
  
  I couldn't find a way to turn on classloader tracing (at least I didn't 
  see anything in the weblogic 8.1 docs), however I think the problem may be in 
  the setup. My fop.jar, batik.jar and other supporting files (i.e . 
  avalon-framework-cvs*.jar) are in the WEB-INF/lib directory of the app 
  server. The flex jars, including all of the batik-*** files, are located 
  under WEB-INF/flex/jars. From what I understand about the 
  prefer-web-inf-classes parameter, it loads jars under the WEB-INF directory 
  before loading jars that are part of the weblogicserver classpath - in 
  my case the fop jars are NOT in weblogic's startup classpath. So, I'm 
  guessing the fact that both sets of batik jars are under the WEB-INF 
  directory, albeit in different subdirectories,is why the app still has a 
  problem loading. 
  
  Does that sound right? Where do you keep your fop related jars and 
  do you load them at the server level as opposed to the application 
  level?
  On 12/9/05, Carson 
  Hager [EMAIL PROTECTED]  wrote: 
  

Interesting. 
The next thing I would do is verify where the css parser errors are getting 
loaded from. WLS should have a way to turn on classloader tracing so 
that it will log out the physical location from where it loaded the classes. 
See if you can enable that and let me know what it says. 

Carson


  Carson 
Hager 
Cynergy Systems, 
Inc. 
http://www.cynergysystems.com  
Email: [EMAIL PROTECTED] Office: 
866-CYNERGY Mobile 
: 
1.703.489.6466 
 




From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jaime BermudezSent: Thursday, December 08, 2005 11:58 
AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] URGENT 
Problem on Flex installed on BEA WebLogic



Hey 
Carson,



I'm 
trying out your technique, but I'm still gettingLocatorParser 
errors... here's a snippet of my weblogic.xml:



weblogic-web-app 
security-role-assignment 
...

 
/security-role-assignmentjsp-descriptor 
.../jsp-descriptorcontainer-descriptorprefer-web-inf-classestrue/prefer-web-inf-classes 
/container-descriptor/weblogic-web-app



This 
solution worked for you guys?

On 9/16/05, Carson Hager  
[EMAIL PROTECTED] wrote: 
My pleasure. 
The only impact will be a small increase in memory utilization by the server 
at startup. Basically, appservers like WLS like to use hierarchical 
classloaders so that classes which are shared by multiple web applications 
are not loaded for each web app. By using a shared classloader, there 
is savings in memory and ( to a small degree ) runtime performance due to 
the need to only load/verify the class a single time. The reality is that 
these things are basically negligible. The kicker with hierarchical 
classloaders is exactly what you're seeing here...the need to override at a 
child level. I'm sure you'll find this to be a good solution. 



Carson

 
 
Carson 
HagerCynergy Systems, Inc.http://www.cynergysystems.com  Email: [EMAIL PROTECTED] 
Office: 866-CYNERGY ext. 
89Mobile: 1.703.489.6466  Take PowerBuilder 
to the Web with EAF 4.0http://www.cynergysystems.com/public/products/eaf 
 
 







From: flexcoders@yahoogroups.com [mailto: 
flexcoders@yahoogroups.com] On Behalf 
Of Kevin Towes (New Toronto Group) 
Sent: Friday, September 
16, 2005 1

Re: Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic

2005-12-10 Thread Jaime Bermudez



Don't need what - fop.jar? I definitely need the jar to be able to to a fop transformation on a java servlet... not sure what you're getting at.
On 12/10/05, Dimitrios Gianninas [EMAIL PROTECTED] wrote:

Perhaps you should check with the rest of your team then, maybe you don't need it, and thus can remove it and solve your problems.


Dimitrios Jimmy Gianninas
RIADeveloper
Optimal Payments Inc.



From: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Jaime BermudezSent: Saturday, December 10, 2005 4:34 PMTo: 
flexcoders@yahoogroups.comSubject:  Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic
Um, it wasn't part of my app server. I tried searching for it in the directory, but it wasn't there. I'm guessing that whomever implemented reporting on my team (I'm working w/ 12 other developers) downloaded the jar and imported it into the app. 

On 12/10/05, Dimitrios Gianninas 
[EMAIL PROTECTED] wrote: 

Why do you have fop.jar in your WEB-INF/lib folder? Do you need it for your app, is that it? So you have a newer version?


Dimitrios Jimmy Gianninas
RIADeveloper
Optimal Payments Inc.



From: flexcoders@yahoogroups.com [mailto:
 flexcoders@yahoogroups.com] On Behalf Of Jaime BermudezSent: Saturday, December 10, 2005 4:03 PMTo: 
flexcoders@yahoogroups.com 
Subject: Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic


I couldn't find a way to turn on classloader tracing (at least I didn't see anything in the weblogic 8.1 docs), however I think the problem may be in the setup. My fop.jar, batik.jar and other supporting files (i.e
 . avalon-framework-cvs*.jar) are in the WEB-INF/lib directory of the app server. The flex jars, including all of the batik-*** files, are located under WEB-INF/flex/jars. From what I understand about the prefer-web-inf-classes parameter, it loads jars under the WEB-INF directory before loading jars that are part of the weblogicserver classpath - in my case the fop jars are NOT in weblogic's startup classpath. So, I'm guessing the fact that both sets of batik jars are under the WEB-INF directory, albeit in different subdirectories,is why the app still has a problem loading. 


Does that sound right? Where do you keep your fop related jars and do you load them at the server level as opposed to the application level?
On 12/9/05, Carson Hager [EMAIL PROTECTED] 
 wrote: 


Interesting. The next thing I would do is verify where the css parser errors are getting loaded from. WLS should have a way to turn on classloader tracing so that it will log out the physical location from where it loaded the classes. See if you can enable that and let me know what it says. 


Carson


 
 
Carson Hager 
Cynergy Systems, Inc. 
http://www.cynergysystems.com 
 Email: 
[EMAIL PROTECTED] Office: 866-CYNERGY 
Mobile 
: 1.703.489.6466 
 




From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jaime BermudezSent: Thursday, December 08, 2005 11:58 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic



Hey Carson,



I'm trying out your technique, but I'm still gettingLocatorParser errors... here's a snippet of my weblogic.xml:



weblogic-web-app security-role-assignment ...

 /security-role-assignmentjsp-descriptor .../jsp-descriptorcontainer-descriptor
prefer-web-inf-classestrue/prefer-web-inf-classes /container-descriptor/weblogic-web-app



This solution worked for you guys?

On 9/16/05, Carson Hager 
 [EMAIL PROTECTED] wrote: 
My pleasure. The only impact will be a small increase in memory utilization by the server at startup. Basically, appservers like WLS like to use hierarchical classloaders so that classes which are shared by multiple web applications are not loaded for each web app. By using a shared classloader, there is savings in memory and ( to a small degree ) runtime performance due to the need to only load/verify the class a single time. The reality is that these things are basically negligible. The kicker with hierarchical classloaders is exactly what you're seeing here...the need to override at a child level. I'm sure you'll find this to be a good solution. 



Carson

  
Carson HagerCynergy Systems, Inc.
http://www.cynergysystems.com  Email: 
[EMAIL PROTECTED] 
Office: 866-CYNERGY ext. 89Mobile: 1.703.489.6466 
 Take PowerBuilder to the Web with EAF 4.0
http://www.cynergysystems.com/public/products/eaf   






From:
 flexcoders@yahoogroups.com [mailto:
 flexcoders@yahoogroups.com] On Behalf Of Kevin Towes (New Toronto Group)
 Sent: Friday, September 16, 2005 1:22 PMTo: 
flexcoders@yahoogroups.com; flexcoders@yahoogroups.com 

Subject: RE: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic
 


Thanks, Carson - 
We're looking into the impact of this. It might be the best solution. I'll let you (and the list) know.kev.Kevin Towes, Sr. Consultant New

RE: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic

2005-12-10 Thread Carson Hager










I would definitely load those at the web
app level. I tend to load most everything at the web app level to avoid
integration issues just like the one youre dealing with right now. When
you say fop.jar is in web-inf, is it in the server web-inf ( shared for all web
apps ) or the web apps web-inf?




Carson



 
 
Carson Hager 
Cynergy Systems, Inc. 
http://www.cynergysystems.com 
 
Email: [EMAIL PROTECTED] 
Office: 866-CYNERGY 
Mobile: 1.703.489.6466 
 











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jaime Bermudez
Sent: Saturday, December 10, 2005
1:03 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] URGENT
Problem on Flex installed on BEA WebLogic







I couldn't find a way to turn on classloader tracing (at least I didn't
see anything in the weblogic 8.1 docs), however I think the problem may be in
the setup. My fop.jar, batik.jar and other supporting files (i.e.
avalon-framework-cvs*.jar) are in the WEB-INF/lib directory of the app
server. The flex jars, including all of the batik-*** files, are located
under WEB-INF/flex/jars. From what I understand about the
prefer-web-inf-classes parameter, it loads jars under the WEB-INF directory before
loading jars that are part of the weblogicserver classpath - in my case
the fop jars are NOT in weblogic's startup classpath. So, I'm guessing
the fact that both sets of batik jars are under the WEB-INF directory, albeit
in different subdirectories,is why the app still has a problem
loading. 











Does that sound right? Where do you keep your fop related jars
and do you load them at the server level as opposed to the application level?







On 12/9/05, Carson
Hager [EMAIL PROTECTED]
wrote: 



Interesting. The next thing I would do is verify where
the css parser errors are getting loaded from. WLS should have a way to
turn on classloader tracing so that it will log out the physical location from
where it loaded the classes. See if you can enable that and let me know what it
says. 




Carson





 
 
Carson Hager 
Cynergy Systems, Inc. 
http://www.cynergysystems.com 
 
Email: [EMAIL PROTECTED] 
Office: 866-CYNERGY

Mobile : 1.703.489.6466 
 











From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Jaime Bermudez
Sent: Thursday, December 08, 2005
11:58 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] URGENT
Problem on Flex installed on BEA WebLogic









Hey
Carson,











I'm
trying out your technique, but I'm still gettingLocatorParser errors...
here's a snippet of my weblogic.xml:











weblogic-web-app
 security-role-assignment
 ...






/security-role-assignment

jsp-descriptor
 ...
/jsp-descriptor

container-descriptor
prefer-web-inf-classestrue/prefer-web-inf-classes 
/container-descriptor
/weblogic-web-app











This
solution worked for you guys?







On
9/16/05, Carson Hager 
[EMAIL PROTECTED] wrote: 

My pleasure. The only impact will be a small increase
in memory utilization by the server at startup. Basically, appservers like WLS
like to use hierarchical classloaders so that classes which are shared by
multiple web applications are not loaded for each web app. By using a
shared classloader, there is savings in memory and ( to a small degree )
runtime performance due to the need to only load/verify the class a single
time. The reality is that these things are basically negligible. The kicker
with hierarchical classloaders is exactly what you're seeing here...the need to
override at a child level. I'm sure you'll find this to be a good
solution. 





Carson





 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com

 
Email:
[EMAIL PROTECTED]

Office:
866-CYNERGY ext. 89
Mobile:
1.703.489.6466 
 
Take
PowerBuilder to the Web with EAF 4.0
http://www.cynergysystems.com/public/products/eaf

 
 















From: flexcoders@yahoogroups.com
[mailto:
flexcoders@yahoogroups.com] On Behalf Of Kevin
Towes (New Toronto Group) 
Sent: Friday, September 16, 2005
1:22 PM
To: flexcoders@yahoogroups.com;
flexcoders@yahoogroups.com





Subject: RE: [flexcoders] URGENT
Problem on Flex installed on BEA WebLogic 








Thanks, Carson
- 

We're looking into the impact of this. It might be the best
solution. I'll let you (and the list) know.

kev.


Kevin Towes, Sr. Consultant 
New Toronto Group, [EMAIL PROTECTED]
Office: 905-897-7790 x4018 Mobile:
416-882-4445
[onRemote] 







From :
Carson Hager [EMAIL PROTECTED] 
Sent: Friday, September 16, 2005
12:42 PM 
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] URGENT
Problem on Flex installed on BEA WebLogic 

Kevin,



This is a classloader issue. Check outprefer-web-inf-classes
in the following URL to turn off the default behavior of the WLS classloader to
allow for classes in web apps to be loaded in preference of the server level

Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic

2005-12-10 Thread Jaime Bermudez



I didn't know the server had a web-inf... the only web-inf I see is in my deployed war directory. Just to clarify, I deploy an EAR that has separate ejb and war deployments. The only web-inf directory I see is under user_projects - domain - mydomain - applications - {myapp} - {war}. Where should there be another web-inf?

On 12/10/05, Carson Hager [EMAIL PROTECTED] wrote:


I would definitely load those at the web app level. I tend to load most everything at the web app level to avoid integration issues just like the one you're dealing with right now. When you say 
fop.jar is in web-inf, is it in the server web-inf ( shared for all web apps ) or the web app's web-inf?


Carson

 
 
Carson Hager 
Cynergy Systems, Inc. 
http://www.cynergysystems.com 
 Email: 
[EMAIL PROTECTED] Office: 866-CYNERGY
 Mobile
: 1.703.489.6466 
 




From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jaime BermudezSent: Saturday, December 10, 2005 1:03 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic


I couldn't find a way to turn on classloader tracing (at least I didn't see anything in the weblogic 8.1 docs), however I think the problem may be in the setup. My 
fop.jar, batik.jar and other supporting files (i.e. avalon-framework-cvs*.jar) are in the WEB-INF/lib directory of the app server. The flex jars, including all of the batik-*** files, are located under WEB-INF/flex/jars. From what I understand about the prefer-web-inf-classes parameter, it loads jars under the WEB-INF directory before loading jars that are part of the weblogicserver classpath - in my case the fop jars are NOT in weblogic's startup classpath. So, I'm guessing the fact that both sets of batik jars are under the WEB-INF directory, albeit in different subdirectories,is why the app still has a problem loading. 




Does that sound right? Where do you keep your fop related jars and do you load them at the server level as opposed to the application level?


On 12/9/05, Carson Hager 
[EMAIL PROTECTED] wrote: 

Interesting. The next thing I would do is verify where the css parser errors are getting loaded from. WLS should have a way to turn on classloader tracing so that it will log out the physical location from where it loaded the classes. See if you can enable that and let me know what it says. 


Carson


 

 
Carson Hager 
Cynergy Systems, Inc. 
http://www.cynergysystems.com 
 
Email: 
[EMAIL PROTECTED] 
Office: 866-CYNERGY 
Mobile : 1.703.489.6466
 
 




From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jaime BermudezSent: Thursday, December 08, 2005 11:58 AMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic



Hey Carson,



I'm trying out your technique, but I'm still gettingLocatorParser errors... here's a snippet of my weblogic.xml:



weblogic-web-app security-role-assignment ...

 /security-role-assignmentjsp-descriptor .../jsp-descriptorcontainer-descriptor
prefer-web-inf-classestrue/prefer-web-inf-classes /container-descriptor/weblogic-web-app



This solution worked for you guys?

On 9/16/05, Carson Hager 
 [EMAIL PROTECTED] wrote: 
My pleasure. The only impact will be a small increase in memory utilization by the server at startup. Basically, appservers like WLS like to use hierarchical classloaders so that classes which are shared by multiple web applications are not loaded for each web app. By using a shared classloader, there is savings in memory and ( to a small degree ) runtime performance due to the need to only load/verify the class a single time. The reality is that these things are basically negligible. The kicker with hierarchical classloaders is exactly what you're seeing here...the need to override at a child level. I'm sure you'll find this to be a good solution. 



Carson

  
Carson HagerCynergy Systems, Inc.
http://www.cynergysystems.com  Email: 
[EMAIL PROTECTED] 
Office: 866-CYNERGY ext. 89Mobile: 1.703.489.6466 
 Take PowerBuilder to the Web with EAF 4.0
http://www.cynergysystems.com/public/products/eaf   






From: 
flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] 
On Behalf Of Kevin Towes (New Toronto Group) Sent: Friday, September 16, 2005 1:22 PMTo: 
flexcoders@yahoogroups.com; flexcoders@yahoogroups.com 

Subject: RE: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic 



Thanks, Carson - We're looking into the impact of this. It might be the best solution. I'll let you (and the list) know.
kev.Kevin Towes, Sr. Consultant New Toronto Group, [EMAIL PROTECTED]Office: 905-897-7790 x4018 Mobile: 416-882-4445
[onRemote] 



From
 : Carson Hager [EMAIL PROTECTED] 
Sent: Friday, September 16, 2005 12:42 PM To: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] URGENT Problem on Flex

Re: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic

2005-12-08 Thread Jaime Bermudez



Hey Carson,

I'm trying out your technique, but I'm still gettingLocatorParser errors... here's a snippet of my weblogic.xml:

weblogic-web-app security-role-assignment ...
 /security-role-assignmentjsp-descriptor .../jsp-descriptorcontainer-descriptorprefer-web-inf-classestrue/prefer-web-inf-classes
/container-descriptor/weblogic-web-app

This solution worked for you guys?
On 9/16/05, Carson Hager [EMAIL PROTECTED] wrote:

My pleasure. The only impact will be a small increase in memory utilization by the server at startup. Basically, appservers like WLS like to use hierarchical classloaders so that classes which are shared by multiple web applications are not loaded for each web app. By using a shared classloader, there is savings in memory and ( to a small degree ) runtime performance due to the need to only load/verify the class a single time. The reality is that these things are basically negligible. The kicker with hierarchical classloaders is exactly what you're seeing here...the need to override at a child level. I'm sure you'll find this to be a good solution.



Carson

  
Carson HagerCynergy Systems, Inc.http://www.cynergysystems.com
  Email: 
[EMAIL PROTECTED]Office: 866-CYNERGY ext. 89Mobile: 1.703.489.6466
  Take PowerBuilder to the Web with EAF 4.0
http://www.cynergysystems.com/public/products/eaf   



From: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Kevin Towes (New Toronto Group)Sent: Friday, September 16, 2005 1:22 PMTo: 
flexcoders@yahoogroups.com; flexcoders@yahoogroups.com 
Subject: RE: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic

Thanks, Carson - We're looking into the impact of this. It might be the best solution. I'll let you (and the list) know.kev.Kevin Towes, Sr. Consultant
New Toronto Group, [EMAIL PROTECTED]Office: 905-897-7790 x4018 Mobile: 416-882-4445[onRemote]


From: Carson Hager [EMAIL PROTECTED]Sent: Friday, September 16, 2005 12:42 PM
To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic

Kevin,

This is a classloader issue. Check outprefer-web-inf-classes in the following URL to turn off the default behavior of the WLS classloader to allow for classes in web apps to be loaded in preference of the server level classloader.



http://e-docs.bea.com/wls/docs81/programming/classloading.html


Carson
  Carson Hager
Cynergy Systems, Inc.http://www.cynergysystems.com 
 Email: 
[EMAIL PROTECTED]Office: 866-CYNERGY ext. 89Mobile: 1.703.489.6466 
 Take PowerBuilder to the Web with EAF 4.0
http://www.cynergysystems.com/public/products/eaf   



From: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Kevin Towes (New Toronto Group)Sent: Friday, September 16, 2005 12:29 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] URGENT Problem on Flex installed on BEA WebLogic
Hey Gang - We're having a bit of an urgent issue with a Flex installation on BEA Weblogic Portal Server. I know there were some threads a while back on this issue, so I'll explain it below. 
The issue relates to the fop.jar file that is used in the BEA Portal Server
 (WebLogic). The BEA jar file overrides the FLEX package that parses css . The manifestfile included in the fop.jardefines batik.jar in the class path. The Batik.jar
 file installed with BEA is an older version then is required by FLEX to parse CSS. (css.locater.parser)We've found information on FlexCoders to remove the fop.jar file from BEA, which works, but is not a solution that our customer is comfortable with.
Does anyone know anything about this, or better, how to get around the issue?I've tried going through official Macromedia Support on this, and they're timing for support doesn't fit our customer, so here's a chance for the FlexCoders list to shine.
Who ever helps me solve it gets a couple drinks on me at MAX in a couple weeks.Kevin Towes.Kevin Towes, Sr. ConsultantNew Toronto Group, 
[EMAIL PROTECTED]Office: 905-897-7790 x4018 Mobile: 416-882-4445[onRemote] --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 



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. 










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

[flexcoders] Urgent need for a Training to be delivered in Flex

2005-11-25 Thread sarbani_rani
Hi 

We are looking for a Macromedia Flex professional to deliver a 
corporate Training in Chennai
please mail us or contact me at 044-52178302 or 9841041026

Regards,
Sarbani







 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~- 

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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Urgent need for a Training to be delivered in Flex

2005-11-17 Thread sarbani_rani
Hi 

We are looking for a Macromedia Flex professional to deliver a 
corporate Training in Chennai
please mail us or contact me at 044-52178302 or 9841041026

Regards,
Sarbani





 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM
~- 

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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] URGENT Problem on Flex installed on BEA WebLogic

2005-09-16 Thread Kevin Towes (New Toronto Group)



Hey Gang - We're having a bit of an urgent issue with a Flex installation on BEA Weblogic Portal Server. I know there were some threads a while back on this issue, so I'll explain it below. The issue relates to the fop.jar file that is used in the BEA Portal Server (WebLogic). The BEA jar file overrides the FLEX package that parses css . The manifestfile included in the fop.jardefines "batik.jar" in the class path. The Batik.jar file installed with BEA is an older version then is required by FLEX to parse CSS. (css.locater.parser)We've found information on FlexCoders to remove the fop.jar file from BEA, which works, but is not a solution that our customer is comfortable with.Does anyone know anything about this, or better, how to get around the issue?I've tried going through "official" Macromedia Support on this, and they're timing for support doesn't fit our customer, so here's a chance for the FlexCoders list to shine.Who ever helps me solve it gets a couple drinks on me at MAX in a couple weeks.Kevin Towes.Kevin Towes, Sr. ConsultantNew Toronto Group, [EMAIL PROTECTED]Office: 905-897-7790 x4018 Mobile: 416-882-4445[onRemote]






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





  




  
  
  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] URGENT Problem on Flex installed on BEA WebLogic

2005-09-16 Thread Carson Hager





Kevin,

This is a classloader issue. Check 
outprefer-web-inf-classes in the following URL to turn off the default 
behavior of the WLS classloader to allow for classes in web apps to be loaded in 
preference of the server level classloader.

http://e-docs.bea.com/wls/docs81/programming/classloading.html


Carson
  Carson HagerCynergy Systems, Inc.http://www.cynergysystems.com 
 Email: [EMAIL PROTECTED]Office: 866-CYNERGY ext. 
89Mobile: 1.703.489.6466  Take PowerBuilder to the Web with EAF 4.0http://www.cynergysystems.com/public/products/eaf 
  



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin Towes (New Toronto 
Group)Sent: Friday, September 16, 2005 12:29 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] URGENT Problem on 
Flex installed on BEA WebLogic
Hey Gang - We're having a bit of an 
urgent issue with a Flex installation on BEA Weblogic Portal Server. 
I know there were some threads a while back on this issue, so I'll explain it 
below. The issue relates to the fop.jar 
file that is used in the BEA Portal Server 
(WebLogic). The BEA jar file overrides the FLEX package that parses 
css . The manifestfile included in the fop.jardefines 
"batik.jar" in the class path. The Batik.jar file installed 
with BEA is an older version then is required by FLEX to parse CSS. 
(css.locater.parser)We've found information on FlexCoders to remove the 
fop.jar file from BEA, which works, but is not a solution that our customer is 
comfortable with.Does anyone know anything about this, or better, how to 
get around the issue?I've tried going through "official" Macromedia 
Support on this, and they're timing for support doesn't fit our customer, so 
here's a chance for the FlexCoders list to shine.Who ever helps me solve 
it gets a couple drinks on me at MAX in a couple weeks.Kevin 
Towes.Kevin Towes, Sr. ConsultantNew Toronto Group, 
[EMAIL PROTECTED]Office: 905-897-7790 x4018 Mobile: 
416-882-4445[onRemote] 






--
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
  
  
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.



  









[flexcoders] [flexcoders-URGENT] Wipe effect for repeater objects- Programmatically

2005-04-20 Thread nithya karthik





Hai! 
 I have been trying to expand a VBox containg details of an Image that is being clicked.. The image is placed in Tile which is inside a repeater.. i have problem in accessing the repeater object.. i tried using the repeaterIndices.. but it doesnt work.. Can anyone help me in this issue please.. please send me the code.. thanks in advance..
Regards,
nithya..
The MXML which i tried is:
mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"
mx:Script function show(index) { var e = new mx.effects.WipeDown(cart[index]); e.show=true; e.duration = 300; e.playEffect(); }  function hide(index){ var f = new mx.effects.WipeUp(cart[index]); f.show=false; f.duration = 300; f.playEffect();} /mx:Script mx:Effect mx:WipeDown name="showCart" show="true" duration="300"/ mx:WipeUp name="hideCart" show="false"
 duration="300"/ /mx:Effect
 mx:Model id="catalog" source="../catalog.xml"/
 mx:Canvas
 mx:Tile y="50" width="480" mx:Repeater id="list" dataProvider="{catalog.product}" count="6"
mx:VBox mouseOver="show(event.target.repeaterIndices[0])"mouseOut="hide(event.target.repeaterIndices[0])"  mx:Image width="75" height="70" source="{list.currentItem.image}"/  mx:VBox id="cart" backgroundColor="#EEF5EE" borderStyle="solid" marginTop="8" marginLeft="8" marginBottom="8" marginRight="8" visible="false" showEffect="showCart" hideEffect="hideCart"
mx:Label text="Details:"/ /mx:VBoxmx:Label text="{list.currentItem.name}"/ mx:Label text="${list.currentItem.price}"/ /mx:VBox /mx:Repeater /mx:Tile
/mx:Canvas
/mx:Application  
Yahoo! Messenger - Communicate instantly..."Ping" your friends 
today! Download Messenger Now







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
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] Urgent- Wipe effect to repeater objects...

2005-04-20 Thread Matt Chotin










Instead of having hide/show functions you
could change the VBox to this:



 mx:VBox
mouseOver=cart[event.target.repeaterIndices[0]].visible = true 


mouseOut=cart[event.target.repeaterIndices[0]].visible = false 



The problem that I see is that those
labels can get in the way, basically when the mouse goes over the label which
is still technically inside the VBox the mouseOut event still fires. Im
not sure what the right solution would be here, maybe having the mouseOver
handler hide the last visible cart and show the new one? Ill let other
people chime in here, this change should at least make it a little more stable.



Matt











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 20, 2005
9:28 PM
To: flexcoders
Subject: [flexcoders] Urgent- Wipe
effect to repeater objects...









hai!





 I have already posted a mail regarding
this .Pls dnt omit this.. I have been trying to apply wipe effect to a VBox
which must appear just below the image in a tile... ?I use repeater to populate
the images in the tile.. the problem is i dont know how to refer to the
repeater object..I tried using the repeaterindices but it doesnt work.. i dont
know if the approach is correct. i am new to flex, so someone plese help me
with this.. please send me the code..











regards,





nithya











my MXML code is:





?xml version=1.0 encoding=utf-8?





mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml





mx:Script
 function show(index) {
 var e = new
mx.effects.WipeDown(cart[index]);
 e.show=true;
 e.duration = 300;
 e.playEffect();
 }
 
 function hide(index){
 var f = new mx.effects.WipeUp(cart[index]);
 f.show=false;
 f.duration = 300;
 f.playEffect();
}
 /mx:Script
 mx:Effect
 mx:WipeDown
name=showCart show=true duration=300/
 mx:WipeUp
name=hideCart show=false duration=300/
 /mx:Effect





 mx:Model id=catalog
source=../catalog.xml/





 mx:Canvas





 mx:Tile y=50
width=480
 mx:Repeater
id=list dataProvider={catalog.product}
count=6

mx:VBox mouseOver=show(event.target.repeaterIndices[0])
mouseOut=hide(event.target.repeaterIndices[0]) 

mx:Image width=75 height=70 source={list.currentItem.image}/



mx:VBox id=cart backgroundColor=#EEF5EE
borderStyle=solid marginTop=8 marginLeft=8
marginBottom=8 marginRight=8 visible=false
showEffect=showCart hideEffect=hideCart

mx:Label text=Your Shopping Cart:/

/mx:VBox
mx:Label
text={list.currentItem.name}/

mx:Label text=${list.currentItem.price}/

/mx:VBox

/mx:Repeater
 /mx:Tile






 /mx:Canvas





/mx:Application











Yahoo! Messenger - Communicate
instantly...Ping your friends
today! Download Messenger Now











Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
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] Urgent- Wipe effect to repeater objects...

2005-04-20 Thread nithya karthik



Thanks a lot for ur immediate response.. Could you help me with changing the cursor to hand on mouseover of an image? how to use a custom cursor?Matt Chotin [EMAIL PROTECTED] wrote:









Instead of having hide/show functions you could change the VBox to this:

 mx:VBox mouseOver="cart[event.target.repeaterIndices[0]].visible = true" 
 mouseOut="cart[event.target.repeaterIndices[0]].visible = false" 

The problem that I see is that those labels can get in the way, basically when the mouse goes over the label which is still technically inside the VBox the mouseOut event still fires. I’m not sure what the right solution would be here, maybe having the mouseOver handler hide the last visible cart and show the new one? I’ll let other people chime in here, this change should at least make it a little more stable.

Matt





From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 20, 2005 9:28 PMTo: flexcodersSubject: [flexcoders] Urgent- Wipe effect to repeater objects...



hai!

 I have already posted a mail regarding this .Pls dnt omit this.. I have been trying to apply wipe effect to a VBox which must appear just below the image in a tile... ?I use repeater to populate the images in the tile.. the problem is i dont know how to refer to the repeater object..I tried using the repeaterindices but it doesnt work.. i dont know if the approach is correct. i am new to flex, so someone plese help me with this.. please send me the code..



regards,

nithya



my MXML code is:

?xml version="1.0" encoding="utf-8"?

mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"

mx:Script function show(index) { var e = new mx.effects.WipeDown(cart[index]); e.show=true; e.duration = 300; e.playEffect(); }  function hide(index){ var f = new mx.effects.WipeUp(cart[index]); f.show=false; f.duration = 300; f.playEffect();} /mx:Script mx:Effect mx:WipeDown name="showCart" show="true"
 duration="300"/ mx:WipeUp name="hideCart" show="false" duration="300"/ /mx:Effect

 mx:Model id="catalog" source="../catalog.xml"/

 mx:Canvas

 mx:Tile y="50" width="480" mx:Repeater id="list" dataProvider="{catalog.product}" count="6" mx:VBox mouseOver="show(event.target.repeaterIndices[0])" mouseOut="hide(event.target.repeaterIndices[0])"  mx:Image width="75" height="70" source="{list.currentItem.image}"/  mx:VBox id="cart" backgroundColor="#EEF5EE" borderStyle="solid" marginTop="8"
 marginLeft="8" marginBottom="8" marginRight="8" visible="false" showEffect="showCart" hideEffect="hideCart" mx:Label text="Your Shopping Cart:"/ /mx:VBoxmx:Label text="{list.currentItem.name}"/ mx:Label text="${list.currentItem.price}"/ /mx:VBox /mx:Repeater /mx:Tile

 /mx:Canvas

/mx:Application



Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now   
Yahoo! Messenger - Communicate instantly..."Ping" your friends 
today! Download Messenger Now







Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
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] URGENT: drag and drop problem!

2005-03-25 Thread Alessio Prosperi





I still haven't found a solution to the problem 
described below.

Could you please help me and send me some 
suggestion?

Thanks 
Alessio




- Original Message - 
From: Alessio Prosperi 

To: flexcoders@yahoogroups.com 
Sent: Thursday, March 24, 2005 10:25 AM
Subject: [flexcoders] drag and drop problem!

Hi to everyone,
Ideveloped a e-commerce solution based on 
drag'n'drop. I split the main application in small sub-applications so I can 
load every section only if it's necessary.

I load every section in a Loader object inside a 
Panel (as in Flex samples - drag'n'drop). 

I have a component (in the loaded application) that 
starts the drag operation.

The problem is: the drag doesn't start when Flex 
fires mouseDown event (I have a component inside the application loaded 
inthe Loader). Whyshould I change the mouseDown eventin 
mouseMove event (otherwise the drag doesn't start)?


example:

main.mxml

?xml version="1.0" 
encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"mx:Panel 
title="Start drag from here" width="200" 
height="200"mx:Loader contentPath="drag.mxml.swf" 
scaleContent="false" width="100%" height="100%" //mx:Panel 
mx:Panel title="Drop here" width="200" 
height="200"/mx:Panel/mx:Application



drag.mxml

?xml version="1.0" 
encoding="utf-8"?mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml"mx:Script![CDATA[ 
function beginDrag() 
{ var ds = 
new 
mx.core.DragSource(); 
ds.addData({name: "test"}, 
"product"); 
mx.managers.DragManager.doDrag(this, ds, drag, {mxml: 
true}); 
}]]/mx:Scriptmx:Image 
source="@Embed('images/ups.jpg')" scaleContent="false" mouseDown="beginDrag()" 
/ /mx:Application



If I run drag.mxml the drag starts correctly. If I 
run main.mxml the drag doesn't start: I must use mouseMove instead of mouseDown 
event. Is this a Flex bug?
However, even using mouseMove event, the dragged 
object doesn't exit from the Panel. How can I resolve this situation?
If I run the Flex exampleof drag and drop, the 
object can move outsideits application limits only if the scrollbars are 
missing. Don't you find it strange? Anyway I don't have scrollbars so this is 
not my problem I only liked to tell you.
I need help as soon as possible!

Alessio Prosperi[EMAIL PROTECTED]Adacto - 
anima digitale
--
Adacto s.r.l.Via Chiarugi 158 
50053 EmpoliVia Meda 45 20141 MilanoTelefono 0571-530234 Fax 0571-534294 
Internet: www.adacto.itE-mail: [EMAIL PROTECTED]







Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
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] URGENT: drag and drop problem!

2005-03-25 Thread Matt Chotin










Ive posted before that the
DragManager does not seem to do very well with loaded applications. You may
want to try to get the DragManager to start doing something (anything) from the
main application before attempting the drag and drop in the loaded one.



I dont know quite what youd
do, I havent played around with it.



Matt











From: Alessio Prosperi
[mailto:[EMAIL PROTECTED] 
Sent: Friday, March 25, 2005 12:21
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] URGENT: drag
and drop problem!







I still haven't found a solution to the problem described
below.











Could you please help me and send me some suggestion?











Thanks 





Alessio





























- Original Message - 



From: Alessio Prosperi






To: flexcoders@yahoogroups.com






Sent: Thursday, March
24, 2005 10:25 AM





Subject: [flexcoders] drag
and drop problem!













Hi to everyone,





Ideveloped a e-commerce solution based on drag'n'drop.
I split the main application in small sub-applications so I can load every
section only if it's necessary.











I load every section in a Loader object inside a Panel (as
in Flex samples - drag'n'drop). 











I have a component (in the loaded application) that starts
the drag operation.











The problem is: the drag doesn't start when Flex fires
mouseDown event (I have a component inside the application loaded inthe
Loader). Whyshould I change the mouseDown eventin mouseMove event
(otherwise the drag doesn't start)?

















example:











main.mxml











?xml version=1.0
encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml
mx:Panel title=Start drag from here width=200
height=200
mx:Loader contentPath=drag.mxml.swf
scaleContent=false width=100% height=100%
/
/mx:Panel 
mx:Panel title=Drop here width=200
height=200
/mx:Panel
/mx:Application























drag.mxml











?xml version=1.0
encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml
mx:Script
![CDATA[
 function beginDrag() {
 var ds = new
mx.core.DragSource();

ds.addData({name: test}, product);

mx.managers.DragManager.doDrag(this, ds, drag, {mxml: true});
 }
]]
/mx:Script
mx:Image source=@Embed('images/ups.jpg')
scaleContent=false mouseDown=beginDrag() / 
/mx:Application









If
I run drag.mxml the drag starts correctly. If I run main.mxml the drag doesn't
start: I must use mouseMove instead of mouseDown event. Is this a Flex bug?

However,
even using mouseMove event, the dragged object doesn't exit from the Panel. How
can I resolve this situation?

If
I run the Flex exampleof drag and drop, the object can move
outsideits application limits only if the scrollbars are missing. Don't
you find it strange? Anyway I don't have scrollbars so this is not my problem I
only liked to tell you.

I
need help as soon as possible!



Alessio
Prosperi
[EMAIL PROTECTED]
Adacto
- anima digitale



--

Adacto s.r.l.
Via Chiarugi 158 50053 Empoli
Via Meda 45 20141 Milano
Telefono 0571-530234 Fax 0571-534294 
Internet: www.adacto.it
E-mail: [EMAIL PROTECTED]

















Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.