[interfacekit] Re: TextRequestDialog

> > do we have a general BAlert-like window class with a BTextControl in 
> > it so that the user can enter a string and press "OK" or "Cancel"? I 
> > need 
> > this for the DialUpPreflet (ask user for the new interface's name). 
> > If not, 
> > shall I write it and commit it into some more public folder so that 
> > people 
> > can reuse it (but my class would be _very_ simple)?
> 
> I don't think that we need this as often to justify something like 
> that, but if you really need to :)

I can put it into the DialUpPreflet folder and everytime somebody needs it you 
could refer to the preflet.

> For DUN I would imagine that the only place where you could need this, 
> is when you have to specify both, the username and the password, so you 
> couldn't even use it 8-)

What I need is a simple dialog like this:
-----------------------------------
Connection Name: [___________]
         [Cancel] [OK]
-----------------------------------
If the user enters a name and presses the OK button a new PPP interface will be 
created for this connection.

A general BPasswordDialog (as you said in the next mail) would be useful, but 
that would not work with my implementation because I want to reuse the add-on 
code (all add-ons should be loaded so they can add temporary stuff to the 
connection like passwords that should not be saved in the connection file).

Bye,
Waldemar

Other related posts: