Board index » delphi » Has anybody a clue who to programm clouds ?

Has anybody a clue who to programm clouds ?

Hi all,

yust a short question:

Has anybody seen a algorithm how to programm clouds for redlining something.
I have seen such a thing e.g. in MS Powerpoint 2000 and I need such a
functionallity
in my own app.

Cheers
Thomas

 

Re:Has anybody a clue who to programm clouds ?


I'm not sure what you're looking for (what is redlining?) but there are
numerous approaches to generating clouds. Quick, nice looking 2d clouds had
with a plasma algorithm, but it sounds like you're looking for something
more involved.

- D

Quote
"Thomas Richter" <thomas_richte...@hotmail.com> wrote in message

news:3b0b9191$2_2@dnews...
Quote
> Hi all,

> yust a short question:

> Has anybody seen a algorithm how to programm clouds for redlining
something.
> I have seen such a thing e.g. in MS Powerpoint 2000 and I need such a
> functionallity
> in my own app.

> Cheers
> Thomas

Re:Has anybody a clue who to programm clouds ?


Not sure , but i think he is looking for those clouds you can find in
cartoons or comics ?!?

Re:Has anybody a clue who to programm clouds ?


Quote
Francesco Savastano <francescos...@tiscalinet.it> wrote in message

3b0f8f7b$1_2@dnews...
Quote
> Not sure , but i think he is looking for those clouds you can find in
> cartoons or comics ?!?

P.S. i mean those clouds where people in the cartoons speak or think....

Re:Has anybody a clue who to programm clouds ?


I do not know what your application of cartoon "clouds" is, but are you aware of Microsoft's MS Agent API?

 http://msdn.microsoft.com/workshop/imedia/agent/default.asp

It is the mechanism for generating those cartoon characters that popup to "help" you in MS Office applications (e.g. the Clippy character).  Since it is implemented as an ActiveX, it is very easily controlled from Delphi and is actually fairly well done (and free).  It comes with an editor application that lets you generate your own characters and all of their moves.  It also does text to speech with automatic lip synching.  Every time the character speaks, along with the audio, a "cloud" is generated with the spoken text.

John Williams

Quote
Francesco Savastano wrote:
> Francesco Savastano <francescos...@tiscalinet.it> wrote in message
> 3b0f8f7b$1_2@dnews...
> > Not sure , but i think he is looking for those clouds you can find in
> > cartoons or comics ?!?

> P.S. i mean those clouds where people in the cartoons speak or think....

Re:Has anybody a clue who to programm clouds ?


Quote
John Williams <john.willi...@alumni.stanford.org> wrote in message

3B0FD881.FB00A...@alumni.stanford.org...

Quote
> I do not know what your application of cartoon "clouds" is

did you ever read a cartoon like Mickey Mouse or Spider Man , SuperMan ?
This is what i was meaning  (perhaps there is an other english word to
better define this , the only word i found in my english dictionary is
cartoon ; P.S. i'm italian )

Re:Has anybody a clue who to programm clouds ?


a "speech balloon" for speech, or a "thought balloon", for an un-spoken
thought, or just "balloon" for the general class.

are you wanting to do "tool tips" like in Windows, or "help balloon" as in
Mac?

Roy

Quote
"Francesco Savastano" <francescos...@tiscalinet.it> wrote in message

news:3b1106e7_1@dnews...
Quote

> John Williams <john.willi...@alumni.stanford.org> wrote in message
> 3B0FD881.FB00A...@alumni.stanford.org...
> > I do not know what your application of cartoon "clouds" is

> did you ever read a cartoon like Mickey Mouse or Spider Man , SuperMan ?
> This is what i was meaning  (perhaps there is an other english word to
> better define this , the only word i found in my english dictionary is
> cartoon ; P.S. i'm italian )

Re:Has anybody a clue who to programm clouds ?


Quote
"Thomas Richter" <thomas_richte...@hotmail.com> wrote in message

news:3b0b9191$2_2@dnews...

Quote
> Has anybody seen a algorithm how to programm clouds for redlining
something.
> I have seen such a thing e.g. in MS Powerpoint 2000 and I need such a
> functionallity
> in my own app.

Try this link about TBaloonHint and TCloudHint:
http://members.nbci.com/mr_bonanzas/comp_eng.htm

--
efg     e...@efg2.com     Earl F. Glynn, Overland Park, KS  USA

efg's Computer Lab:  http://www.efg2.com/Lab
Mirror:  http://homepages.borland.com/efg2lab/Default.htm

Re:Has anybody a clue who to programm clouds ?


Randomly along the perimeter of a rectangle, draw some black circles,
with slightly varying diameters. When done, draw slightly smaller white
circles inside the black circles, and a white rectangle inside.

Frank

Other Threads