r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Windows/COM Support]

Robert
29-Dec-2010
[473]
No, but if you want to do this, create HTML files with XLS endings 
using TABLE. Excel will magically load these as normal XLS files 
;-)
GrahamC
29-Dec-2010
[474]
table?
Robert
29-Dec-2010
[475]
HTML TABLE I mean.
GrahamC
29-Dec-2010
[476]
interesting ...
Anton
30-Dec-2010
[477x2]
%d is an integer mask
 --- oops, I confused it with Rebol's decimal!
In COMLib-anton, decimal! is not currently implemented. I think that 
was because none of the demos used it
james_nak
22-Oct-2011
[479]
When my Skype client upgraded itself my Rebol Skype app which I use 
to switch audio in and out sources failed. Turns out the the new 
Skype4com.dll (1.0.36) needs to have those NULL's when using getobject. 
Thanks to Graham for mentioning the use of NULL awhile back. Oh, 
a great app I used to register and unregister the dll's while testing 
is RegDllView http://www.nirsoft.net/utils/registered_dll_view.html.
GrahamC
22-Oct-2011
[480]
James .. what is this application?  And what exactly does it do?
james_nak
22-Oct-2011
[481]
Actually I based it on your skype.r app. All it does is set the audioin 
and audioout settings. I have a Plantronics bluetooth handset and 
earpiece but it doesn't support Skype voicemail messages so every 
time I received one I had to go to the tools and switch out the audio 
to my computer speakers and back again. It also seems to cause some 
slight interference when I had to enter touchtones so I wrote this 
little gui that simply lets me change those. Nothing special but 
it is a real time saver and with the touchtones a call saver since 
you have to enter tones pretty qucikly sometimes.
GrahamC
22-Oct-2011
[482]
Good to know I'm not the only person using Skype with Rebol
james_nak
22-Oct-2011
[483]
Well, it's thanks to you Graham. I noticed that the original twitter 
client in RebolTutorial used your http-tools.r
Luis
22-Oct-2011
[484]
James, Is your switch audio code public ?
james_nak
23-Oct-2011
[485]
Luis, I just uploaded it to rebol.net. It's called myskype.r 

One weird thing that happened when I was getting it ready to post 
was that it stopped working with Skype4com.dll version 1.0.36. It 
started doing the same thing in spite of the NULL. I noted that in 
the file and went back to 1.0.33.
GrahamC
23-Oct-2011
[486]
rebol.org
james_nak
23-Oct-2011
[487]
Yeah, sorry. .org. It's late here. I was reading up on the Skype 
1.0.33 and it looks like there were some install and usage issues 
though I don't know if that has anything to do with what I was experiencing.
Luis
24-Oct-2011
[488:last]
Thanks for share your work !