MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: plot hyperbola
  • Next by Date: Sorting nested list
  • Previous by thread: Re: string pattern search
  • Next by thread: Re: MathLink and GUIKit