On Sep 30, 2004, at 10:30 AM, Martin Tschofen wrote:
I want to create a forms builder (simple explanation). I kind of know
that I
could produce this with cloning but as the end result is going to be
HTML
files, I'm wondering how I could do this with an HTML control that's
potentially cross platform.
I will need to build some special user interface element (a popup to
select
graphics).
So I'm wondering given the missing HTML control, if it would be
possible to
harness a browser somehow, that when a user clicks on special links, I
can
popup my own special control. I guess one way would be to create a
plugin,
but is this possible with RB?
If you're using an HTML control that allows it, you could define your
own URL scheme -- rb:// for example.
--------------
Charles Yeomans
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|