Subject:
|
Re: Ldglite must be faster
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Fri, 6 Sep 2002 17:53:38 GMT
|
Viewed:
|
1107 times
|
| |
| |
In lugnet.cad, Anders Isaksson writes:
> "Don Heyse" <dheyse@hotmail.spam.go.away.com> skrev i meddelandet
> news:H1z7p3.8G7@lugnet.com...
> >
> > Hmmm, an LDRAW Graphics Server, that could be nifty. But how about using
> > XML-RPC to talk to it instead of WM_COPYDATA? Then you could control it
> > from any platform, or a browser, or even a telnet session if you like
> > typing raw XML.
>
> Nah, the WM_COPYDATA was just a joke :-) I know that's not platform
> independent.
Actually, while it doesn't support WM_COPYDATA, I did just add a
function to ldglite (for Windows) to paste text from the clipboard
into the LEDIT emulation mode on a CTRL-V. So now it can get
part names indirectly from LDList via the clipboard. Pretty neat!
The really nice part for me is you can do everything without touching
the mouse by using ALT-TAB to switch between the two windows.
Next I'll have to see what GLUT does with the X selection buffer.
Also, what's involved in Windows Drag N Drop?
> What's XML-RPC?
It's a simple distributed computing protocol based on XML and HTTP.
> What's wrong with ordinary sockets?
Nothing. I just thought I could use an excuse for more practice with
XML.
> Or were you thinking 'running the server >over internet'?
Sure, why not? What if say the server is capable of rendering
offscreen and then returning a PNG image? There might be a
use for that sort of thing.
Don
|
|
Message has 2 Replies: | | dragNdrop (Was: Ldglite must be faster)
|
| (...) Let me clarify this. I think I have drag-N-drop from Windows Explorer under control. That uses WM_DROPFILES messages and the protocol is described on the internet. I'll have to see what I can do when someone drags a whole list of part files (...) (22 years ago, 6-Sep-02, to lugnet.cad)
|
Message is in Reply To:
| | Re: Ldglite must be faster
|
| "Don Heyse" <dheyse@hotmail.spam....away.com> skrev i meddelandet news:H1z7p3.8G7@lugnet.com... (...) Nah, the WM_COPYDATA was just a joke :-) I know that's not platform independent. What's XML-RPC? What's wrong with ordinary sockets? Or were you (...) (22 years ago, 5-Sep-02, to lugnet.cad)
|
39 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|