talmo / leap

LEAP is now deprecated -- check out its successor SLEAP!
https://sleap.ai
Apache License 2.0
206 stars 48 forks source link

Error using cluster_sample/LoadsamplesButtonPushed (line 267) #4

Closed geekchen007 closed 6 years ago

geekchen007 commented 6 years ago

In parallel.internal.pool.deserialize (line 9) In parallel.internal.pool.deserializeFunction (line 12) In remoteParallelFunction (line 33) Error using cluster_sample/LoadsamplesButtonPushed (line 267) While setting property 'Enable' of class 'Label': Value must be specified as the string 'on' or 'off'

Error in appdesigner.internal.service.AppManagementService/tryCallback (line 207) callback(app, event);

Error in matlab.apps.AppBase>@(source,event)tryCallback(appdesigner.internal.service.AppManagementService.instance(),app,callback,requiresEventData,event)

Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback (line 262) Error while evaluating Button PrivateButtonPushedFcn

talmo commented 6 years ago

Hi @ElectricSquirrel,

This should be working in MATLAB R2018a, but I've just pushed a fix for this issue (897b5ec6a36fed7a63f4c8e3713f1b43b5c786e2) for older versions.

You can git pull to update the repo or just re-download the latest cluster_sample.mlapp and see if it fixes your problem.

Let me know if you have any more problems! (and let me know what version of MATLAB you're on)

Talmo