[MBS] NStableView events don't fire

2013-01-04 Thread massimo maioli
Hi, i' m making an app with also tableview component. I successfully build a tableview that suit my graphics needs, the problem is that i can't make working any event of my NSTableView component, for example: SelectionDidChange, DidClickTableColumns and so on. This events doesn't fire also on

[MBS] Fwd: Attached window with textfield

2013-01-04 Thread Beatrix Willius
Any ideas? Begin forwarded message: > From: Beatrix Willius > Subject: Attached window with textfield > Date: 30. Dezember 2012 08:18:40 MEZ > To: MBS Real Studio Plugin List > > Hi, > > how do I make a window that looks like an attached window but has a textfield? > > I can easily change th

Re: [MBS] MBS FileMaker Plug, Using CURL with SSL

2013-01-04 Thread Christian Schmitz
Hi, on Real Studio you do it like this: d.OptionSSLVerifyHost = 2 // verify server d.OptionSSLVerifyPeer = 1 // proofs certificate is authentic d.OptionCAInfo = cacert.UnixpathMBS where cacert is the cacert.pem file from curl website. In Filemaker: MBS( "CURL.SetOptionCAInfo"; $curl; $