[flexcoders] Need help defining named service using HTTPS

2005-08-23 Thread terry_hrtn
I have a web service running on HTTPS, and I'm trying to define it as a named service in my flex-config.xml file. How do I change the protocol from http to https ( protocol=https) in flex-config.xml? service name=myService wsdlhttps://localhost/myService/MyService.asmx?WSDL/wsdl

[flexcoders] Re: Need help defining named service using HTTPS

2005-08-23 Thread terry_hrtn
[EMAIL PROTECTED] wrote: Hi, You will also need to set https-url in Web-Service-proxy element https-url{context.root}/flashproxy/https-url Thanks From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of terry_hrtn Sent: Tuesday

[flexcoders] How to assign a data provider to a combo box

2005-08-04 Thread terry_hrtn
Is there a way to assign a data provider to combo box at run time using action script instead of mxml? I've tried: function setCombo(){ MyWebService.MyFunction.send(); MyComboBox.setDataProvider(MyWebService.MyFunction.result); } Yahoo! Groups Sponsor

[flexcoders] Re: How to assign a data provider to a combo box

2005-08-04 Thread terry_hrtn
is complete but combobox.dataprovider= is executed anyway leaving a blank combo box. I guess the only way around this would be to wire up events...open to suggestions. --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 8/4/05, terry_hrtn [EMAIL PROTECTED] wrote

[flexcoders] CheckCellRenderer

2005-07-07 Thread terry_hrtn
I'm using the CheckCellRenderer from the samples on a datagrid that is inside of a title window. The problem I'm having is when I check the top item the item in the grid that is not being displayed at the moment is also checked. Any ideas? -- Flexcoders Mailing List FAQ:

[flexcoders] Is it possible to call a pop-up TitleWindow from a pop-up TitleWindow?

2005-06-06 Thread terry_hrtn
I have a menu, when the user selects an I use TitleWindow to pop-up a form, from this I want the user to select an item from a datagrid to have another popup appear with the first TitleWindow as the parent. Is this even possible? Yahoo! Groups Links * To visit your group on the web, go

[flexcoders] Re: help with setInterval...

2005-04-11 Thread terry_hrtn
here: http://livedocs.macromedia.com/flex/15/flex_docs_en/1662.htm http://livedocs.macromedia.com/flex/15/flex_docs_en/1662.htm Matt _ From: terry_hrtn [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 10:03 AM To: flexcoders@yahoogroups.com Subject

[flexcoders] Re: Extending the ComboBox

2005-04-01 Thread terry_hrtn
- From: terry_hrtn [mailto:[EMAIL PROTECTED] Sent: 31 March 2005 23:58 To: flexcoders@yahoogroups.com Subject: [flexcoders] Extending the ComboBox Anybody know of a way to extend the combobox to where a datagrid is shown instead of a list