Any writeup/example of emulated widgets

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Any writeup/example of emulated widgets

Yar Hwee Boon-3
Hi all

Does anyone have any resource or example of how an emulated widget can  
done in Dolphin? I haven't actually looked carefully at MoenTree, but I  
was wondering if there was anything simpler :) I am looking/coding for a  
HTML editor. Or does anyone knows if there is one available (one that  
allows customisation)? Thanks.

--
Regards
Hwee Boon
MotionObj


Reply | Threaded
Open this post in threaded view
|

Re: Any writeup/example of emulated widgets

Udo Schneider
OA has some examples which use custom views
(http://www.object-arts.com/EducationCentre/Tutorials/Tutorials.htm).

There is also Ian's build view example:
http://www.idb.me.uk/tutorials/buildview.html .

Another source is Ted Brachts book "The Dolphin Smalltalk Companion"
(http://www.tedbracht.co.uk/) which includes an customized view as well.

CU,

Udo


"Yar Hwee Boon" <[hidden email]> schrieb im Newsbeitrag
news:[hidden email]...

> Hi all
>
> Does anyone have any resource or example of how an emulated widget can
> done in Dolphin? I haven't actually looked carefully at MoenTree, but I
> was wondering if there was anything simpler :) I am looking/coding for a
> HTML editor. Or does anyone knows if there is one available (one that
> allows customisation)? Thanks.
>
> --
> Regards
> Hwee Boon
> MotionObj


Reply | Threaded
Open this post in threaded view
|

Re: Any writeup/example of emulated widgets

rush
In reply to this post by Yar Hwee Boon-3
"Yar Hwee Boon" <[hidden email]> wrote in message
news:[hidden email]...
> Hi all
>
> Does anyone have any resource or example of how an emulated widget can
> done in Dolphin? I haven't actually looked carefully at MoenTree, but I
> was wondering if there was anything simpler :) I am looking/coding for a
> HTML editor. Or does anyone knows if there is one available (one that
> allows customisation)? Thanks.

It depends on wah you mean by html editor, syntax higlihgting text editor,
or something higher level. for sytnax highlighting you could use scintilla
edit control which supports various languages. I have used it in
TemplateTamer as editor for html and php. You can download my wrapper
package around scintilla at:

http://www.templatetamer.org/index.php?DolphinScintilla

but it is not very nice, not documented much, and targeted towards my own
kind of usage. You could also write your own wrapper. Also as far as I
understand forthcoming version of Dolphin (6) might also have support for
scintilla.

rush
--
http://www.templatetamer.com/