On Fri, 23 Sep 2005, Angus Leeming wrote:
I wrote up a version of Angus' text here
http://wiki.lyx.org/test/wiki/devel/pmwiki.php/Devel/LyXServer
/Christian
--
Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr
[EMAIL PROTECTED] wrote:
>> Hi, Ralph.
>> This method of communication with LyX has has been used
>> successfully by João Assirati to implement his inverse-DVI search
>> facilities.
> I guess the stuff you write below hasn't been documented anywhere?
> How about putting it on a wiki page, perhaps
On Fri, 23 Sep 2005, Angus Leeming wrote:
> Hi, Ralph.
>
> This method of communication with LyX has has been used successfully
> by João Assirati to implement his inverse-DVI search facilities.
I guess the stuff you write below hasn't been documented anywhere? How
about putting it on a wiki pag
Ralph Boland wrote:
> I intend to modify the Squeak balloon system to support direct
> access to the detailed information in the Lyx document
> (by the user putting the mouse cursor over the GUI object while
> pressing the shift key).
> The user would then see a window containing the information on
On Fri, 23 Sep 2005, Ralph Boland wrote:
> ... so a simpler solution would be for my application to call Lyx to
> open the document when the application starts but have Lyx not open its
> window. My application would then need to send messages to Lyx telling
> it to open its window displaying the
I am developing an application (in Squeak (Smalltalk)) with a major
GUI component.
It consists of a number of pages where each page contains a number of
buttons, check boxes, menus, text areas, and popup windows.
Currently each GUI object has a balloon that pops up to tell the user
what it does
but