[flexcoders] corrupt compiler?

2007-05-04 Thread bghoward3
i have an issue with trying to use style manager calls to set the .css 
on my project. i have broken down several examples into the simplest 
form that i can yet i continue to recieve the error;

call to a possibly undefined method loadStyleDelcarations through a 
reference with static type Class

when i try to compile. i am working with 3 other developers, 2 of us 
get the error, while 2 of us do not, so i am wondering if anyone else 
has experienced this and may shed some light. i have already complety 
uninstalled and reinstalled the product with no effect.

i can run tags like mx:Style source=css/OSX.css / but as soon as 
i try to initiate a loadStyleDeclarations the error appears

any direction or advice of next steps, or other tests i can try is 
greatly appreciated



[flexcoders] coldfusion wizard

2007-02-26 Thread bghoward3
hello

i have succesfully used the coldfusion wizard to connect to mysql db 
and read the required information on a master/datagrid page, however 
when i try to launch the detail page or if i make a master/detail 
page and select a record from which to populate the details with i 
recieve an error

the error reads:
(mx.rpc::Fault)#0
errorID=0
faultCode=Server.Processing
faultDetail = Please check that the given name is correct and that 
the component exists.
faultString=Could not find the ColdFusion Component
remoteTestTwo.components.cfgenerated.masterdetail.hot_topicsBean.
message = faultCode: Server.Prcessing ...
name = Error
rootCause=(null)

the error box will go away when the ok is clicked but  the detail 
info does not populate

when i look at my project structure i do in fact have a file called
hot_topicsBean.cfc in the defined directory so i am not sure what 
is happening here

any direction greatly appreciated




[flexcoders] titlewindow reveals too early

2007-01-09 Thread bghoward3
is there a way i can stall the tile window opening until the items in 
it have full drawn? my title window contains a combobox component 
populated with dynamic data, so since it takes longer tot load than the 
the window takes to open, the window resizes after it opens and looks 
sloppy

any direction appreciated 



[flexcoders] repeater and style

2006-12-19 Thread bghoward3
hi

is there a way to remove the vertical gap between itmes when usiing a 
repeater, i see about a 10 pixel space between item list vertically

id like to remove it completely

thanks for any info



[flexcoders] title window to tilewindow communication

2006-12-12 Thread bghoward3
i have an app that spawns a title window that title window spawns a 
2nd titlewindow

i need to call a function in the first title window from the second 
one and parentDocument doesnt cut it

any direction appreciated

thanks



[flexcoders] change state and issue command

2006-12-09 Thread bghoward3
here is my situation

i have an app with 2 states, the first state is a dashboard with a 
grid on it when user clicks item in grifd it goes to state 2 where a 
tabnavigator exists and the compoents display the selected items 
information

this works fine the first time through since my function to populate 
is called on the creationcomplete of the embedded component

i am having a problem in getting it to redraw or send it the 
function to redraw since since the component lies in a differnt 
sdtate.

so is there a way to call a function everytime in an embeded 
component  whenever the new state loads so that the info populates 
correctly?


or do i need to create some sort of listener

thanks



[flexcoders] itemrednerer in griditem?

2006-12-06 Thread bghoward3
hello
i cant seem to find any examples of a itemrenderer wrapped in a 
griditem

i have succesfully made the connection using datagrids ie

mx:DataGridColumn dataField=INTSWAMMTGID 
headerText=ReportitemRenderer=renderer.ReportButtons/

but not sure how to set up the data to send to an itemrender within 
a griditem

mx:GridItem 
dataField={wsDashBoard.checkMilestoneDoc.lastResult.getItemAt(0)}/
{wsDashBoard.checkMilestoneDoc.lastResult.getItemAt(1)} 
headerText=ReportitemRenderer=renderer.ReportButtons/

does not work as there is no datafield proprty in a griditem

how would i go about doing this, i am trying to pass my itemrender 2 
values.

thanks for any examples



[flexcoders] Re: launch email client and pass vars

2006-12-06 Thread bghoward3
thanks to those who replied , i have had success

--- In flexcoders@yahoogroups.com, greg h [EMAIL PROTECTED] wrote:

 Hey Bill,
 
 You might want to try that link Doug posted earlier suggesting 
using
 navigateToURL().  Search that page for:  mailto
 
 The link for the page is:
 http://livedocs.macromedia.com/flex/2/docs/1013.html
 
 I use use virtually identical syntax in my Flex 2 app and it has 
proven
 solid for me.  Here is the code straight out of my app:
 
 private function clickSendEmail():void {
 var u:URLRequest = new URLRequest(mailto:?subject=Hello 
World! );
 navigateToURL(u,_self);
 }
 
 Also, last week Bruce Phillips' put up a detailed posted on his 
blog
 highlighting using navigateToURL().  In particular see the logic 
in Bruce's
 goToEmail() function.  Bruce's post is here:
 Creating Web Page and Email Links In A Flex Application
 www.brucephillips.name/blog/index.cfm/2006/11/21/Creating-Web-Page-
and-Email-Links-In-A-Flex-Application
 
 Bruce's post also includes the following link:
 see here for a demo, right click to view
 
sourcehttp://www.brucephillips.name/flex/leadershipUser/leadershipUs
er.html
 
 Best of luck,
 
 g
 
 On 11/30/06, bghoward3 [EMAIL PROTECTED] wrote:
 
  thanks but i am not having success with this, it generates 
several
  errors once i declare the vars
 





[flexcoders] itemrenderer trying to access variables in main application

2006-12-05 Thread bghoward3
can someone point me in the right direction of retrieving a binded 
vriable created in the main application from a itemrenderer located in 
a datagrid?

i have a datagrid that contains an itemrender, the itemrender file 
contains 2 buttons. based on the user id which is established in the 
main application, one of these buttons may or may not be enabled

i have tried outerdocument and various iterations of parent 
application and mx.core  with no success

thanks in advance for any leads



[flexcoders] combobox add item

2006-12-04 Thread bghoward3
group

i have a sitiuation where the user is presented with a combobox that 
is popluated via a webservice call to db. this works fine. the user is 
also presented with a link next to the combobox that presents a 
titlewindow and allows them to add names to the db that the combobox 
pulls from. after adding the name i of course want the combobox to 
repopulate with the new name. should i do this simply by calling the 
webservice again or is this a case for some sort of listenr. if it is 
for a listner can somone provide a bit of directioon as to how this 
work?

thank you



[flexcoders] need accomplished developer

2006-12-04 Thread bghoward3
hi

i am looking for some help wrapping up a project and stuck on a few 
items, i need an accomplished programmer to help finsh. i can pay  for 
your services, you can email me directly at 
[EMAIL PROTECTED]
thanks



[flexcoders] launch email client and pass vars

2006-11-30 Thread bghoward3
hi

can anyone direct me to the proper way to word a funtion so that i can 
pass it 2 argumetns and have it open the users email client and 
populate the to: and subject fileds?

ie

 public function launchEmail(aParam:Array):void {  
getURL(mailto:var1?subject=var2;);
}


thanks




[flexcoders] Re: launch email client and pass vars

2006-11-30 Thread bghoward3
wait i think i am close but wrapper is overwritten when i publish, 
is there another teqnique to storing the javascript so it is always 
written into the wrapper?

--- In flexcoders@yahoogroups.com, Brendan Meutzner 
[EMAIL PROTECTED] wrote:

 import flash.external.ExternalInterface;
 public static function emailViewURL():void
 {
   var callResult:String = ExternalInterface.call('emailURL', to, 
subject);
 }
 
 
 
 Inside your HTML wrapper, include the following javascript
 
 function emailURL(to, subject)
 {
   this.location.href = mailto:; + to + ?SUBJECT= + subject;
 }
 
 
 HTH,
 
 Brendan
 
 
 On 11/30/06, bghoward3 [EMAIL PROTECTED] wrote:
 
hi
 
  can anyone direct me to the proper way to word a funtion so that 
i can
  pass it 2 argumetns and have it open the users email client and
  populate the to: and subject fileds?
 
  ie
 
  public function launchEmail(aParam:Array):void {
  getURL(mailto:var1?subject=var2;);
  }
 
  thanks
 
   
 





[flexcoders] Re: launch email client and pass vars

2006-11-30 Thread bghoward3
thanks but i am not having success with this, it generates several 
errors once i declare the vars

--- In flexcoders@yahoogroups.com, Brendan Meutzner 
[EMAIL PROTECTED] wrote:

 import flash.external.ExternalInterface;
 public static function emailViewURL():void
 {
   var callResult:String = ExternalInterface.call('emailURL', to, 
subject);
 }
 
 
 
 Inside your HTML wrapper, include the following javascript
 
 function emailURL(to, subject)
 {
   this.location.href = mailto:; + to + ?SUBJECT= + subject;
 }
 
 
 HTH,
 
 Brendan
 
 
 On 11/30/06, bghoward3 [EMAIL PROTECTED] wrote:
 
hi
 
  can anyone direct me to the proper way to word a funtion so that 
i can
  pass it 2 argumetns and have it open the users email client and
  populate the to: and subject fileds?
 
  ie
 
  public function launchEmail(aParam:Array):void {
  getURL(mailto:var1?subject=var2;);
  }
 
  thanks
 
   
 





[flexcoders] to form or not to form that is my question

2006-11-29 Thread bghoward3
can somone enlighten me on the benefit to using forms and form items 
instead of simply using text input boxes

thanks



[flexcoders] Re: to form or not to form that is my question

2006-11-29 Thread bghoward3
that is my main issue as well layout seems to be a hassle

please someone in the know add somthing here, my development is 
stalled until i have a clear understanding of why to use or not use

thanks
--- In flexcoders@yahoogroups.com, Ben Marchbanks [EMAIL PROTECTED] wrote:

 I was wondering the same - everything seems to 
 work just fine without using form and formItems.
 
 I found that the form component seem to make it 
 more difficult to create and size the layout objects.
 
 I am not using either and have no problems using 
 just textInput and labels instead.
 
 Ben Marchbanks
 
 ::: alQemy ::: transforming information into 
 intelligence
 http://www.alQemy.com
 
 ::: magazooms ::: digital magazines
 http://www.magazooms.com
 
 Greenville, SC
 864.284.9918
 
 bghoward3 wrote:
   can somone enlighten me on the benefit to using 
 forms and form items instead of simply using text 
 input boxes
  
   thanks
  





[flexcoders] application structure and proper practice

2006-11-28 Thread bghoward3
i am in the middle of developing an application with several popup 
windows that a user can populate and send to a db, i am wondering what 
the best practice is here in regards to my webservice calls.

is it best to keep all of my REQUESTES TIED TO THE WEBSERVICE STORED 
IN THE PARENT DOCUMENT AND USE FUNCTIONS to interact with the service 
or should i initate new webservice calls within the pop up window?

thanks for any direction on the correct practice to follow



[flexcoders] combobox starnge behavior

2006-11-28 Thread bghoward3
i am populating a combobox via a webservice call and it is returning 
the correct listed results.

the problem is that the first item in the list appears as Object, 
object. the items below it read as the should.

that is until an item is selected, when selected it closes the 
combobox but does not show the selection correctly, instead it once 
again reads object, object

any direction greatly appreciated

here is the tag sample

mx:ComboBox id=PLID name=PLID 
dataProvider={wsDashBoard.selectUserNames.lastResult} width=150
 mx:itemRenderer
 mx:Component
mx:Text text={data.STRUSERFIRSTNAME} {data.STRUSERLASTNAME}/
/mx:Component
/mx:itemRenderer
/mx:ComboBox



[flexcoders] Re: datgrid fills but content is invisible

2006-09-28 Thread bghoward3
thanks for the feedback tracey i think i am on the right track but 
could use a bit more guidance


my new webservice looks like this

mx:WebService id=wsUserTeams 
wsdl=http://sitename/cfc_UserTeams.cfc?wsdl; useProxy=false
mx:operation name=getAllTeams resultFormat=e4x
mx:request
strDSNProjMan/strDSN
/mx:request
/mx:operation
   
 
/mx:WebService 


and actually returns a structured sting which i can dump into a text 
field for viewing using:

mx:Text htmlText=XML Content: 
${wsUserTeams.getAllTeams.lastResult}/

this brings the text into the component formatted in what appear to 
be xml nodes but i still cant figure out how to access the info in 
those nodes


can you provide instruction on debugging this so that i can puruse 
the object and locate the properties and how they should be called


thanks


--- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] 
wrote:

 Probably the structure of the result object is not exactly what you
 expect.
 
  
 
 I don't know what a queryset is.  It is certainly not a Flex data
 structure.
 
  
 
 By default, the operation's resultFormat=object.  Flex converts 
the
 actual result into an mx:Object. You need to debug this object to 
find
 out exactly what the structure is.
 
  
 
 I personally prefer resultFormat=e4x, as that results in an XML
 object, which, among other benefits, can be displayed using
 toXMLString()
 
  
 
 For the DataColumn to be able to find the data for dataField, that 
data
 must be in a first-level property of the item object.  If it is 
nested
 in some other object or node, then you will need to use a 
labelFunction
 to display it.
 
  
 
 Tracy
 
  
 
 
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of bghoward3
 Sent: Wednesday, September 27, 2006 10:42 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: datgrid fills but content is invisible
 
  
 
 here is code i am using
 it is returning a queryset not an xml string
 
 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml
 http://www.adobe.com/2006/mxml  
 layout=absolute creationComplete=wsUserTeams.getAllTeams.send
()
 
 mx:Script
 ![CDATA[
 [Bindable]
 public var selectedItem:Object; 
 ]]
 /mx:Script
 
 mx:WebService id=wsUserTeams 
 wsdl=http://sitename/model/cfc_UserTeams.cfc?wsdl
 http://sitename/model/cfc_UserTeams.cfc?wsdl  useProxy=false
 mx:operation name=getAllTeams
 mx:request
 strDSNProjMan/strDSN
 /mx:request
 /mx:operation
 /mx:WebService
 mx:DataGrid x=30 y=75 id=dgTeam width=400 
 dataProvider={wsUserTeams.getAllTeams.lastResult} name=dgTeam
 mx:columns
 mx:DataGridColumn dataField=intProjTeamID 
 headerText=TeamID width=75/
 mx:DataGridColumn 
 dataField=strProjTeamName headerText=Team/
 /mx:columns
 /mx:DataGrid
 mx:ComboBox x=498 y=89 width=310 name=dgTeam2 
 labelField=strProjTeamName 
 dataProvider={wsUserTeams.getAllTeams.lastResult} id=dgTeam2 
 close=selectedItem=ComboBox(event.target).selectedItem/
 mx:VBox width=250
 mx:Label text=You selected: {selectedItem.label}/
 mx:Label text=Data: {selectedItem.data}/
 /mx:VBox 
 
 /mx:Application
 
 --- In flexcoders@yahoogroups.com mailto:flexcoders%
40yahoogroups.com
 , passive_thoughts 
 passive_thoughts@ wrote:
 
  can you post the code for your datagrid and the webservice?
  
  
  --- In flexcoders@yahoogroups.com
 mailto:flexcoders%40yahoogroups.com , bghoward3 billhoward@ 
wrote:
  
   i am populating a datagrid via a web service, i am succesfully 
 making 
   the connection and pulling in data however when the datagrid 
 populates 
   no text appears in the grid. i know it is filling it with data 
 because 
   the correct number of lines are added to the grid when the 
 connection 
   is made, it just does not seem to display the content
   
   any thoughts?
   
   thank you
  
 








--
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] Re: datgrid fills but content is invisible

2006-09-27 Thread bghoward3
here is code i am using
 it is returning a queryset not an xml string


?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; 
layout=absolute creationComplete=wsUserTeams.getAllTeams.send()

mx:Script
![CDATA[
[Bindable]
public var selectedItem:Object;
]]
/mx:Script


mx:WebService id=wsUserTeams 
wsdl=http://sitename/model/cfc_UserTeams.cfc?wsdl; useProxy=false
mx:operation name=getAllTeams
mx:request
strDSNProjMan/strDSN
/mx:request
/mx:operation
/mx:WebService
mx:DataGrid x=30 y=75 id=dgTeam width=400 
dataProvider={wsUserTeams.getAllTeams.lastResult} name=dgTeam
mx:columns
mx:DataGridColumn dataField=intProjTeamID 
headerText=TeamID width=75/
mx:DataGridColumn 
dataField=strProjTeamName headerText=Team/
/mx:columns
/mx:DataGrid
mx:ComboBox x=498 y=89 width=310 name=dgTeam2 
labelField=strProjTeamName 
dataProvider={wsUserTeams.getAllTeams.lastResult} id=dgTeam2 
close=selectedItem=ComboBox(event.target).selectedItem/
mx:VBox width=250
mx:Label text=You selected: {selectedItem.label}/
mx:Label text=Data: {selectedItem.data}/
/mx:VBox 

/mx:Application









--- In flexcoders@yahoogroups.com, passive_thoughts 
[EMAIL PROTECTED] wrote:

 can you post the code for your datagrid and the webservice?
 
 
 --- In flexcoders@yahoogroups.com, bghoward3 billhoward@ wrote:
 
  i am populating a datagrid via a web service, i am succesfully 
making 
  the connection and pulling in data however when the datagrid 
populates 
  no text appears in the grid. i know it is filling it with data 
because 
  the correct number of lines are added to the grid when the 
connection 
  is made, it just does not seem to display the content
  
  any thoughts?
  
  thank you
 








--
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] Re: datgrid fills but content is invisible

2006-09-27 Thread bghoward3
not using xml,this is a query set

--- In flexcoders@yahoogroups.com, ben.clinkinbeard 
[EMAIL PROTECTED] wrote:

 I had this issue a while back and I am pretty sure it was a 
namespace
 issue. Does the data returned from the WS contain a default 
namespace?
 
 As in xmlns=http://yoursite.com/someUrl;. If so, you'll need to 
use a
 labelFunction. I posted about this a while back:
 http://www.returnundefined.com/2006/07/datagrid-labelfunction-and-
namespaces/
 
 HTH,
 Ben
 
 --- In flexcoders@yahoogroups.com, bghoward3 billhoward@ wrote:
 
  i am populating a datagrid via a web service, i am succesfully 
making 
  the connection and pulling in data however when the datagrid 
populates 
  no text appears in the grid. i know it is filling it with data 
because 
  the correct number of lines are added to the grid when the 
connection 
  is made, it just does not seem to display the content
  
  any thoughts?
  
  thank you
 








--
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] passing an instance of a component to a titlewindow

2006-09-27 Thread bghoward3
can somone provide some direction , i am trying to populate a title 
window dynamically through an argument, the contents of the title 
window will be in the form  of a component

thanks






--
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] currentState index?

2006-09-26 Thread bghoward3
i am trying to change the state of one component from a differnt one(a 
TabNavigator). i am currrently using a captured IndexChangedEvent on 
the tabnavigator to trigger afunction that will change other component 
state, i have no problem targeting this component but would like to 
match the selectedindex from the tab to a state index on the recieving 
component. is there a method to retrieve and set this type of property 
i have been trying (...currentState.index)





--
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] datgrid fills but content is invisible

2006-09-26 Thread bghoward3
i am populating a datagrid via a web service, i am succesfully making 
the connection and pulling in data however when the datagrid populates 
no text appears in the grid. i know it is filling it with data because 
the correct number of lines are added to the grid when the connection 
is made, it just does not seem to display the content

any thoughts?

thank you






--
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] call function in _root file from custom component

2006-09-20 Thread bghoward3
i am trying to target functions that i write in the main mxml file or 
in seperate files from a custom component, this situation happens to 
be a menubar. i am hoping somone can help me better understand how to 
target a function correctly.

if it was flash i could write somthing like _root.showLinks() or 
_parent.showLinks. or even ./showLinks

thanks for any tips








--
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] master detail as seperate custom components

2006-09-20 Thread bghoward3
i have a page with master/detail info in the form of a grid and a 
tabbed box, i would like to keep them as 2 distinct components since i 
will reuse the tabbed box with a differnt grid in other states.

as my previous post mentioned i am in general struggling with 
targeting and cannot figure out how to get the tab box to respond to 
the content in the grid

if they are all in one custom component the grid is called masterList

the tabs fields i want to poulate then are tagged like this 

mx:TextArea width=400 
htmlText={masterList.selectedItem.strUserLastName}  height=19/

and they populate fine, i however want them to be seperated and when 
using the same call the correct text is not retrieved. i believe i 
have to back my path out of the tab component in and into the grid but 
not sure the right method

thanks






--
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] syntax issue

2006-09-19 Thread bghoward3
i am trying to use a query as follows

SELECT   *
FROM  tblUserDirectory, tblUser, tblTeamMember 
WHERE tblUserDirectory.intUserID = tblUser.intUserID
  AND tblTeamMember.intUserID = tblUser.intUserID
ORDER BY strUserLastName

selecting everything form 3 differnt tables, using a master data 
grid and the SelectedItem command i am able to populate fields in a 
custom tab component, no problem, the problem is that only one table 
seems to be acceisble in using the SelectedItem: command

when i call


mx:GridItem width=100% height=100%
mx:TextArea width=400 
htmlText={masterList.selectedItem.strUserFirstName}  height=19/
/mx:GridItem

it works,

but when it gets to another element;

mx:GridItem width=100% height=100%
mx:TextArea width=400 
htmlText={masterList.selectedItem.strAddrLine1}  height=19/
/mx:GridItem

i have no luck populating 

note: strAddrLine1 is fouind in table tblUserDirectory

note: strUserFirstName is found in table tblUser

any ideas?

thanks






--
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] exisitng coldfusion .cfc files

2006-09-18 Thread bghoward3
i am updating an .cfm site and trying to make use of exisiting .cfc 
files and am wondering if there is way to remotely connect to them or 
how i can import them into my project with flex.





--
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] Re: exisitng coldfusion .cfc files

2006-09-18 Thread bghoward3
--- In flexcoders@yahoogroups.com, bghoward3 [EMAIL PROTECTED] wrote:

 i am updating an .cfm site and trying to make use of exisiting .cfc 
 files and am wondering if there is way to remotely connect to them 
or 
 how i can import them into my project with flex.

i have figured out how to get the files into my project services 
browser but need to know next step to use in project. any direction?






--
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] Re: exisitng coldfusion .cfc files

2006-09-18 Thread bghoward3
can you provide more insight or direction on how to do this, links 
or examples are greatly appreciated

--- In flexcoders@yahoogroups.com, Douglas Knudsen 
[EMAIL PROTECTED] wrote:

 add a service or facade layer.  Basically a CFC that has methods 
with remote
 access that access the other pre-existing ones.
 
 DK
 
 On 9/18/06, bghoward3 [EMAIL PROTECTED] wrote:
 
  i am updating an .cfm site and trying to make use of 
exisiting .cfc
  files and am wondering if there is way to remotely connect to 
them or
  how i can import them into my project with flex.
 
 
 
 
 
  --
  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
 
 
 
 
 
 
 
 
 
 
 
 
 
 -- 
 Douglas Knudsen
 http://www.cubicleman.com
 this is my signature, like it?







--
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] Re: calendar component

2006-09-12 Thread bghoward3
--- In flexcoders@yahoogroups.com, Alistair McLeod [EMAIL PROTECTED] 
wrote:

Thank you for the reply Ali, do you have an ETA on when this may be 
available, i am working on a government project and they are very 
interested in proof of concept. id like to hold off on developing 
the calendar aspect of my application until this is available, but 
would like to build your timeframe into my timeline. also is there 
any sort of beta release you would like help testing with. I think 
my project could be a great proving ground for your component

do you have any other screen grabs i may be able to provide them to 
hold them over?

thanks for any other info

 Hi,
 
 We're still working on the calendar component. I will post to my 
blog
 (and here) when it is ready for release.
 
 Regards,
 
 Ali
 --
 
 
 Alistair McLeod
 Technical Leader (Rich Internet Applications and LiveCycle)
 Adobe Consulting
 Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK
 p: +44 (0) 131 338 6108
 [EMAIL PROTECTED], http://weblogs.macromedia.com/amcleod
  
  
 
 -Original Message-
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of bghoward3
 Sent: 11 September 2006 19:59
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] calendar component
 
 i recently read that an open sourced calendar componet was close to
 being released
 
 
http://weblogs.macromedia.com/amcleod/archives/2006/08/fade_to_gray_e
f.
 cfm
 
 i can not find any other info on this topic, has anyone seen or 
heard
 anything about it and if it is available yet?
 
 thanks 
 
 
 
 
 
 
 --
 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/

* 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] calendar component

2006-09-11 Thread bghoward3
i recently read that an open sourced calendar componet was close to 
being released

http://weblogs.macromedia.com/amcleod/archives/2006/08/fade_to_gray_ef.
cfm

i can not find any other info on this topic, has anyone seen or heard 
anything about it and if it is available yet?

thanks 






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