Just can't stay away
Joined: 2009/2/9 19:32 Last Login
: 2020/12/21 15:57
From Brussels Belgium
Group:
Registered Users
|
We did not hear much about Rebol since AmiWest last year; nobody working on something? I recently learned that using skype you could easily show programs functioning in some window, and comment on them while using the program. (or show some texts , pointing to a line or word.
This seems great for developers, for asking questions about usage, showing problems etc.
Since we don't have Skype, how difficult would it be to develop a scheme allowing point to point (animated) "window" showing & sound using Rebol? No need to have webcams involved for this functionality. Allready a much simpler program combining a chat possibility and sequential showing of window content would be great.
Anybody experience and advice about this ?
Added 20 may Having looked more into Rebol, it looks to me that the main problem is presently the Rebol/View for Rebol 3 that is still under development. When that is solved, rhe minimal solution i see would be centered on showing some gui based development (not necessarily under Rebol) to an intrested party (using a non Amiga system/or Amiga(-like) system) I suppose the 'chat' rebol program could provide solve the needed duplex txt interaction. Sending over successive window grabs after each manipulation could be done manually and no duplex channel is needed. Since the idea is to promote Amiga programs, no need initially to have the same possibility say on the PC side. For a stable release under OS3 i would have used Gui4Cli and Scripit (fails under OS4) to address buttons and other gadgets ans simultaneously taking a grab and sending it. If there is an arexx command executing for every gui element, this simultaneous execution and sending is even more simple to realise. In fact for a development written in event driven Gui4Cli , adding some grabbing (Sgrab has an arexx port) and sending subroutinecall to every event(gadget) would do the trick. I guess you could do the same for a number of event driven languages (eg Rebol, Javascript, ...). It seems that i need something as the PRT: device to which i could dump the sequential grabs, and 'prints' them on the correspondent's screen. From here i am floating. Rebol? Protocol's that could handle this?
-
Edited by JosDuchIt on 2011/5/20 6:29:43 Edited by JosDuchIt on 2011/5/20 6:31:02
|