[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

dde "wait loop"

Ernst Tanaka

1/8/2008 4:38:00 PM

I have a question on DDE

I use the following command;

d = tk_call('dde', 'request', 'TOS', 'DESCRIPTION', x.opra)

it seems that the call doesnot always give data while I am sure data is
available.
Tested via a dde call in a spreadsheet.

Could it be that that my program is not waiting long enough for the DDE
response.

Appreciate any help.

Ernst T
--
Posted via http://www.ruby-....

6 Answers

Ernst Tanaka

1/9/2008 1:04:00 PM

0

Is there away to do dde calls in a async way and handle them with
callbacks?

I am stuck here, would appreciate any help.

Thnks

Ernst T
--
Posted via http://www.ruby-....

Ernst Tanaka

1/10/2008 4:13:00 AM

0

no response so far;

have check on event/callback but sofar nothing.
read MSFT documentation on DDE, no direct help either.

Still hope some fellow Rubyist will give a hand.

Thks

Ernst
--
Posted via http://www.ruby-....

Junkone

1/10/2008 11:52:00 AM

0

On Jan 9, 11:12 pm, Ernst Tanaka <er...@tanakasite.com> wrote:
> no response so far;
>
> have check on event/callback but sofar nothing.
> read MSFT documentation on DDE, no direct help either.
>
> Still hope some fellow Rubyist will give a hand.
>
> Thks
>
> Ernst
> --
> Posted viahttp://www.ruby-....

i have been searching high and low on how to use dde with ruby and the
only post i have seen is yours. will keep looking.
seede

Ernst Tanaka

1/14/2008 1:36:00 AM

0

Junkone wrote:
> On Jan 9, 11:12�pm, Ernst Tanaka <er...@tanakasite.com> wrote:
>> --
>> Posted viahttp://www.ruby-....
>
> i have been searching high and low on how to use dde with ruby and the
> only post i have seen is yours. will keep looking.
> seede


Anyone experience with DDE who would like to contribute to this post.
I am stuck here.
My program runs; sometime I get data; sometime I get the string "N/A".
--
Posted via http://www.ruby-....

Ernst Tanaka

1/18/2008 5:01:00 PM

0

A request for senior rubyist to write a DDE Gem.

If you check out VisualFoxPro you see a great set of command handling
every DDE situation.
Trust me; I have check the web -- it really seems Ruby doesnot have
anything close.

http://msdn2.microsoft.com/en-us/librar...(VS.80).aspx
DDE Functions.

It would be great if the gem could also handle callback from DDEadvise

TK has a limited set of DDE command implemented. Two disadvantages one
you have to load TK for just a limited use; two the Tk DDE
implementation is very limited.

I am not able to take up my own dare. I learned to program in 1980 on
Cics/Cobol and have learned ruby over the last months by trial and
error. I am on the edge of my ruby knowledge.

We have a long weekend coming up; :)

Thanks!

Ernst
--
Posted via http://www.ruby-....

Junkone

1/18/2008 6:01:00 PM

0

On Jan 18, 12:00 pm, Ernst Tanaka <er...@tanakasite.com> wrote:
> A request for senior rubyist to write aDDEGem.
>
> If you check out VisualFoxPro you see a great set of command handling
> everyDDEsituation.
> Trust me; I have check the web -- it really seems Ruby doesnot have
> anything close.
>
> http://msdn2.microsoft.com/en-us/librar...(VS.80).aspxDDEFunctions.
>
> It would be great if the gem could also handle callback from DDEadvise
>
> TK has a limited set ofDDEcommand implemented. Two disadvantages one
> you have to load TK for just a limited use; two the TkDDE
> implementation is very limited.
>
> I am not able to take up my own dare. I learned to program in 1980 on
> Cics/Cobol and have learned ruby over the last months by trial and
> error. I am on the edge of my ruby knowledge.
>
> We have a long weekend coming up; :)
>
> Thanks!
>
> Ernst
> --
> Posted viahttp://www.ruby-....

I second that. I just dont know much ruby or dde mechanics to
contribute. I would appreciate if someone took this proj and guide.
seede