Warning: session_start(): open(/var/lib/php/sessions/sess_hd104idgj2okdr1npjumchols5, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
srecord noeq JGazelleVScriptRunner(SimpleLiveValue lvScript) {
GazelleVScript parsedScript;
O result;
SingleComponentPanel scpScriptResult;
new WeakVar imageSurface;
JComponent scriptAndResultPanel() {
ret northAndCenter(
withMargin(withLabel("Gazelle V Script:", liveValueTextField(lvScript))),
scpScriptResult = singleComponentPanel()
);
}
void showScriptOutput {
//print(result := className(result));
if (result cast BWImage) {
var c = scp.getComponent();
if (isShowing(imageSurface!)) {
isScriptResult->setImage(result);
} else {
var is = stdImageSurface();
is.setImage(result);
scpScriptResult.set(jscroll_centered(is));
imageSurface.set(is);
}
} else
scpScriptResult.set(jcenteredlabel(shorten(1000, str(result))));
}
}