MathLink and GUIKit
- To: mathgroup at smc.vnet.net
- Subject: [mg57293] MathLink and GUIKit
- From: Goyan <goyanian at gmail.com>
- Date: Tue, 24 May 2005 05:12:31 -0400 (EDT)
- Organization: University College London
- Sender: owner-wri-mathgroup at wolfram.com
Hi all, I have a written C++ function called HSeg which I can call it after using "Install[]" using Mathlink, however, when I dont seem to be able to call the function within the GUIKit. My code is as the following: HSegButton = GUIRun[ Widget["Panel", {Widget[" Button", {"text" -> "HSeg", BindEvent["mouseClicked", Script[HSeg[img]]]]}]} ] ] Can anyone help me with this? Thank you in advance. Goyan
- Follow-Ups:
- Re: MathLink and GUIKit
- From: Jeff Adams <jeffa@wolfram.com>
- Re: MathLink and GUIKit