Re: [flexcoders] FlexBuilder bug: failing to report location of errors, warnings and hints

2007-05-15 Thread Robert W
My recipe for that type of errors is use of ant script that calls mxmlc 
(with -verbose flag). Usually i want comment some lines to find 
uncatchable error.
rw
Matthew OMeara wrote:

 My FlexBuilder IDE has been broken for about 3 weeks now, and I have
 chosen to ignore it as all obvious fixes failed to right the ship.

 At some point 3 weeks ago, FlexBuilder completely botched my project
 files and left me in a state where I could no longer launch the
 application. So I created a new project from scratch (as a shell),
 ported the code over and got working again.

 Everything works fine now except the debugger which shows me the
 errors and warnings but fails to report which .as or .mxml file the
 error occured in. It only reports the line number, and of course the
 links (dbl click to go there) fail, as Flex Builder is missing the
 filename and itself has no idea where to send me to.

 I know others have faced this issue already, but the fix remains
 unclear.

 Any help appreciated, because it is tiring surfing the files to find
 the lines of code taht are failing.

 Thanks

 Matthew

  



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


Re: [flexcoders] Re: Svn Flex

2007-01-10 Thread Robert W
If you necessary  want copy files from source dir you can make this via 
ant script with switched off  Copy non-embedded... option
rw
Jim Robson wrote:

 Lieven:

 In Flex Builder, go to Project Properties - Flex Compiler and
 deselect Copy non-embedded files to output directory

 Also - and more importantly - install the SVN Eclipse plugin
 (Subclipse). When you do that, Flex Builder becomes svn-aware, and
 stops doing stupid things with your working copy:
 http://subclipse.tigris.org/ http://subclipse.tigris.org/

 HTH
 Jim

 --- In flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com, Lieven Cardoen
 [EMAIL PROTECTED] wrote:
 
  Hi,
 
 
 
  When compiling a Flex project, Flex copies all files to bin folder,
  including hidden .svn folders. As a result, Tortoise goes crazy...
 
 
 
  Anyway to resolve this?
 
 
 
  Thx, Lieven Cardoen
 
 
 
  Lieven Cardoen
  Application developer
 
  indiegroup
  interactive digital experience
  engelse wandeling 2 k18
  b8500 kortrijk
 

  





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


Re: [flexcoders] flexbuilder 2.0.1 css editor support

2007-01-08 Thread Robert W
I found that fb conflict with WTP css editor (WTP is eclipse 
subproject). But i can't use wtp css editor, not flex. Maybe eclipse log 
show you answer.
rw
Paolo Bernardini wrote:
 I noticed that under flexbuilder (either stand-alone or plug-in 
 version) preference/Flex/Editors, in version 2.0 there was Css Code, 
 but now with version 2.0.1 it's gon and we only have ActionScript 
 code, design code and mxml code.
 In 2.0 version when you were working with external css file, you could 
 have code hint by typing // first (then you had to remove it), this no 
 longer works in version 2.0.1, and makes writing css very hard since I 
 certainly don't remember all style properties name by heart.
 I wonder if someone else have this problem, hope some one can point me 
 to a solution.

 On 1/6/07, *Lance Linder* [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:

 I have similar problems with 2.0. With around 6-7 installations of
 the Flex builder plugin for eclipse about half of them have this
 exact problem with the other half working fine. I would be really
 interested to hear if you or anyone can finds out why this
 happens� it is a real pain!

 Lance

 *From:* flexcoders@yahoogroups.com http://ups.com/ [mailto:
 flexcoders@ mailto:flexcoders@yahoogroups.com
 http://yahoogroups.com] *On Behalf Of *Paolo Bernardini
 *Sent:* Saturday, January 06, 2007 9:28 AM
 *To:* [EMAIL PROTECTED] ups.com http://ups.com/
 *Subject:* Re: [flexcoders] flexbuilder 2.0.1 css editor support

 Hi Brian,

 I'm using windows and trying to edit an external css file.

 On 1/6/07, *Brian Dunphy* [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] wrote:

 Still works for me on the Mac version of Flex Builder 2.0.1.

 Are you editing an external CSS file or inline?

 Brian



 On 1/6/07, Paolo Bernardini [EMAIL PROTECTED]
 mailto:bernardini.paolo%40gmail.com wrote:
 
 
 
 
 
 
  What happened to the css editor support in flexbuilder 2.0.1?
  before with version 2 you had code hinting for css file, now
 after updating
  to version 2.0.1 doesn't work anymore.
 
 


 -- 
 Brian Dunphy


  





Re: [flexcoders] how to learn file upload result

2006-11-06 Thread Robert W






Sessions not work in different than IE? I used session in not small
app, works in firefox, trying opera. But if not works session works
scheme: send file with unique variable, store any result in file,
database etc. keyed by unique, on upload complete make next http call
with unique and your serwe side returns stored data.
Robert Was



Stacy Young wrote:


  
  
  
  
  At this time
the flash player only returns
a status code. I was stuck on this myself I got around it by storing
the
result in a session variable and retrieving it via separate remote call
to the
server. Caution: this workaround will only function in IE.
  
  Please
submit an enhancement request via
this form:
  http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
  
  I will do my
best to lobby for this in-house!
;-)
  
  Stace
  
  
  
  
  From: [EMAIL PROTECTED]ups.com
[mailto:[EMAIL PROTECTED]ups.com] On Behalf Of Yiit Boyar
  Sent: Monday, November
06, 2006
5:05 AM
  To: [EMAIL PROTECTED]ups.com
  Subject: [flexcoders]
how to learn
file upload result
  
  
  
  
  
  
  
  i use file IO example class of adobe to
upload files to my server (to a
php file).
i added a URLVariables object to the URLRequest to send additional
variables
with the file,
but i could not find a way to get the result of my php.
i mean, my php file outputs an xml (giving the result of move_upload
and some
additional values)
but how can i read what my URLRequested php file returns?
  
thanks...
  
Yigit Boyar
  Middle East Technical University
/ Undergraduate year 2
  
  
  
  
  
  

  
  





__._,_.___





--
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] two-way bindind and reordering items

2006-11-03 Thread Robert W
I try create general rule for creating editors for xml trees. I realize 
DnD on List in my example code. I found that my XMLListCollection not 
dispatch events if i reorder items. My example code works if i manual 
trigger dispatching. If I uncomment line //dispatchEvent(new 
Event(propertyChange)) event event are dispatched two ones on one DnD 
operation that pollute collection with duplicates. Anybody show me 
proper way, maybe my idea with collections and binding is wrong?
Result: http://81.21.200.136/public/BindingInTrees.swf
My code:
?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; 
xmlns:local=* creationComplete=evCreationComplete()
mx:Script
![CDATA[
import mx.binding.utils.BindingUtils;
import mx.collections.XMLListCollection;
private var xml:XML=items
item label=item 1/
item label=item 2
subitems
subitem label=subitem 1/
subitem label=subitem 2/
/subitems
/item
item label=item 3
subitems
subitem label=subitem 3/
subitem label=subitem 4/
/subitems
/item
/items;
[Bindable]
private var xmlListCol:XMLListCollection;
[Bindable]
private var xmlListCol2:XMLListCollection;
private function evCreationComplete():void{
var xL:XMLList=new XMLList(xml.item)
xmlListCol=new XMLListCollection(xL)

BindingUtils.bindSetter(evSubsChange,subsEditor,xmlListCol)
}
private function evSubsChange(v:XMLListCollection):void{
if(list1.selectedItem is XML){

XML(xmlListCol.getItemAt(list1.selectedIndex)).replace(0,new 
XML(subitems+v.toXMLString()+/subitems))
}   
}
private function evListSelChange():void{
var xL:XMLList=new 
XMLList(XML(list1.selectedItem).subitems.subitem)
xmlListCol2=new XMLListCollection(xL)
}
   
]]
/mx:Script
mx:HBox
mx:List
id=list1
dataProvider={xmlListCol}
change=evListSelChange()
labelField=@label
dragEnabled=true dropEnabled=true dragMoveEnabled=true
width=100
height=200
/
local:TreeSubitemsEditor id=subsEditor 
xmlListCol={xmlListCol2}/
/mx:HBox

/mx:Application

and component: TreeSubitemsEditor.mxml

?xml version=1.0 encoding=utf-8?
mx:VBox xmlns:mx=http://www.adobe.com/2006/mxml; 
mx:Script
![CDATA[
import mx.events.CollectionEvent;
import mx.collections.XMLListCollection;
private var _xmlListCol:XMLListCollection;
[Bindable]
public function set xmlListCol(v:XMLListCollection):void{
_xmlListCol=v

xmlListCol.addEventListener(CollectionEvent.COLLECTION_CHANGE,evColChange)
   
}
public function get xmlListCol():XMLListCollection{
return _xmlListCol
}   
private function evColChange(e:CollectionEvent):void{
trace(evColChange)
//dispatchEvent(new Event(propertyChange))
}
]]
/mx:Script
mx:HBox
mx:List
id=list0 dataProvider={xmlListCol}
labelField=@label
 dragEnabled=true dropEnabled=true dragMoveEnabled=true
 width=100
height=200
 /
 mx:TextInput id=changeLabelTI
 visible={list0.selectedIndex-1}
 text={xmlListCol.getItemAt(list0.selectedIndex)[EMAIL PROTECTED]
 
change=xmlListCol.getItemAt(list0.selectedIndex)[EMAIL 
PROTECTED];list0.invalidateList()
 toolTip=change subitem label
 /
/mx:HBox
 mx:Button label=manual dispatch event 
click='dispatchEvent(new Event(propertyChange))' /
/mx:VBox

-- 
Robert Was





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



Re: [flexcoders] Minimum size of a Flex 2.0 application

2006-11-01 Thread Robert W






Swf content can be small as possible, you swf content not must be
mx:Application but for example 
package
{
 import flash.display.Sprite;
 
 public class MyClass extends Sprite
 {
  ...
 }
}
and you not embed flex framework in swf
Robert Was



Flex Learner wrote:

  
  
  
  
  Hi,
  
  What's the lightest Flex 2.0 app we can get ? . An empty app
with just an mx:Application tag weighs in at 120 KB. It'll be great if
there are any compiler options we can use to minimize this further. I'm
using Flex as a Flash file generator that'll be embedded into a HTML
page - and the entire page weight must be around 200 to 300KB.
  
  
  Let me know if Flex-generated swf is a viable option for me.
  
  Thanks,
  Joseph
  
  
   



__._,_.___





--
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] flex2 bugtracking

2006-10-31 Thread Robert W
J'm looking in google for flex bug list but not found any. Is any 
official or not bug list for flex2? I found some issues and i am in the 
balance: bugs or my incomplete knowledge.

-- 
Robert Was





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



Re: [flexcoders] flex2 bugtracking

2006-10-31 Thread Robert W






Thanks, i read them, but... I'm searching for something similar to
http://bugs.sun.com/bugdatabase/index.jsp or
https://bugs.eclipse.org/bugs/ with searching, commenting etc.. Most of
posts on this list (and my dilemmas) is about not working intuitively
things. But searching mail archive is worse that using bugtracking
system. Adobe not planning something similar to eclipse/sun? 
Robert



Joan Lafferty wrote:


  
  
  
  
  There is a
list of bugs in the Flex 2
release notes. This isnt a list of every bug that we have logged
internally,
but, just a list of bugs that we felt needed to be documented because
people
may run into them:
  
  Flex SDK :
  http://www.adobe.com/support/documentation/en/flex/2/releasenotes_flex2_sdk.html
  
  Flex Builder:
  http://www.adobe.com/support/documentation/en/flex/2/releasenotes_flex2_fb.html#knownissues
  
  Joan
  
  
  
  
  From:
[EMAIL PROTECTED]ups.com [mailto:flexcoders@yahoogroups.com]
  On Behalf Of Robert W
  Sent: Tuesday, October
31, 2006
2:09 PM
  To: [EMAIL PROTECTED]ups.com
  Subject: [flexcoders]
flex2
bugtracking
  
  
  
  
  
  J'm looking in google for flex bug list but
not found
any. Is any 
official or not bug list for flex2? I found some issues and i am in the
  
balance: bugs or my incomplete knowledge.
  
-- 
Robert Was
  
  
  

  
  





__._,_.___





--
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] Accepted css properties

2006-10-31 Thread Robert W






Thanks, i found everything in ref. doc
Robert Was



Igor Costa wrote:


  
  Robert, did you check out the LiveDocs for it?
  
Regards.
  
  
  On 10/26/06, Robert W [EMAIL PROTECTED]pl
wrote:
  
  I not found list of
accepted css properties for TextField in as3/flex2
in reference documentation. Is that specification?

Robert




--
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:flexcoders-digest@yahoogroups.com

mailto:flexcoders-fullfeat[EMAIL PROTECTED].com

* To unsubscribe from this group, send an email to:

flexcoders-unsubscr[EMAIL PROTECTED]com

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


  
  
  
  
  
-- 

Igor Costa
  www.igorcosta.com
  
config.htmdomain.htmframes.htmglobal.htmmirror.htmna_add.htmna_bye.htmna_fwd.htmna_log.htmna_sms.htmna_spf.htmreport.htmstatus.htmna_msg.xmlna_sms.xmlna_spf.xmlforgot.gifRepeat.gifnetwin.jpg





__._,_.___





--
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] Accepted css properties

2006-10-26 Thread Robert W
I not found list of accepted css properties for TextField in as3/flex2 
in reference documentation. Is that specification?
Robert




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