Re: [MSEide-MSEgui-talk] get user input

2012-09-09 Thread Ivanko B
dialogs/mseenter.pas -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint s

[MSEide-MSEgui-talk] get user input

2012-09-09 Thread Patrick Goupell
I know there are some functions to get user input (strings, integer, etc) but I cannot remember what they are. How do I ask kthe user for an input string or integer? Thanks. Patrick -- Live Security Virtual Conferenc

Re: [MSEide-MSEgui-talk] get user input

2012-04-15 Thread wahono sri
> > So why is the dialogstringedit on the components palette?  What would it > be used for? > tdialogstringedit and all tdialog*edit only edit widget with button, and what dialog will be used depend on our code. Use onexecute event to capture event when user click the button from tdialog*edit. ---

Re: [MSEide-MSEgui-talk] get user input

2012-04-15 Thread Patrick Goupell
Thank you. So why is the dialogstringedit on the components palette? What would it be used for? -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications

Re: [MSEide-MSEgui-talk] get user input

2012-04-15 Thread Martin Schreiber
On Sunday 15 April 2012 14:58:45 wahono sri wrote: > > Ok, so I placed a tdialogstringedit on my form. > > > > So now how do I actually get it to run.  I cannot figure out the correct > > pascal syntax to execute the dialog. > > > > Can you please show me the pascal syntax. > > Please see msestring

Re: [MSEide-MSEgui-talk] get user input

2012-04-15 Thread Martin Schreiber
On Sunday 15 April 2012 14:46:21 Patrick Goupell wrote: > Ok, so I placed a tdialogstringedit on my form. > > So now how do I actually get it to run. I cannot figure out the correct > pascal syntax to execute the dialog. > > Can you please show me the pascal syntax. > It depends on the type of the

Re: [MSEide-MSEgui-talk] get user input

2012-04-15 Thread wahono sri
> Ok, so I placed a tdialogstringedit on my form. > > So now how do I actually get it to run.  I cannot figure out the correct > pascal syntax to execute the dialog. > > Can you please show me the pascal syntax. > Please see msestringenter.pas function stringenter(var avalue: msestring; const text

Re: [MSEide-MSEgui-talk] get user input

2012-04-15 Thread Patrick Goupell
Ok, so I placed a tdialogstringedit on my form. So now how do I actually get it to run. I cannot figure out the correct pascal syntax to execute the dialog. Can you please show me the pascal syntax. Thank you. Patrick --

Re: [MSEide-MSEgui-talk] get user input

2012-04-15 Thread Patrick Goupell
Thank you. I will try to remember to delete the links in my signature line when I post here. Patrick -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applicatio

Re: [MSEide-MSEgui-talk] get user input

2012-04-14 Thread Martin Schreiber
On Sunday 15 April 2012 00:13:29 Patrick Goupell wrote: > Is there a basic dialog to ask for user input, just a single string text > box? lib/common/dialogs/*enter.pas Martin PS: Please remove the links in your signature, I don't think they belong to this list or to you personally. I don't like

[MSEide-MSEgui-talk] get user input

2012-04-14 Thread Patrick Goupell
Is there a basic dialog to ask for user input, just a single string text box? -- Patrick Goupell Income taxes? See this http://www.truthattack.org or this http://www.whatistaxed.com -- For Developers, A Lot Can Happ