问题标签 [control-p5]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - How to display a button with an image only in the desired tab?
I have OKNO1 and OKNO2, I want to show a button with an image strictly in OKNO1.
At the moment, the button with the image is shown globally.
I used to use cp5.addButton
and there I did it with .moveTo("okno1");
Now the image button uses OOP/Java.
How to solve a tricky problem? What ways can you do the task. I think to use again void draw()
.
Complete code example:
processing - 更改文本字段功能 ControlP5
我想删除 a 的一些功能Textfield
。
当按下回车或回车键时,该字段变为空。我希望输入的值保留在该字段内。
我尝试过覆盖提交方法,但这并没有完成工作:
java - 如何写在运算符大小写之后的其他值上?
下午好,我正在使用 switch 构造,但我不知道如何正确编写 case 运算符之后的其他值。
在DisplayData代码中,在switch构造中,我给字段分配了一个命令号,例如:Vin = cp5.addTextlabel,这样以后通过com口连接时,通过发送这个命令“60”来显示或更改数据",123 在 Vin = cp5.addTextlabel 字段中。
仅适用于 (minutess = cp5.addButton) - 10, (Vin = cp5.addTextlabel) - 60, (inputPULI = cp5.addNumberbox) - 40, (inputNapryzenieKV = cp5.addNumberbox) - 70
主要错误如下(函数“setText(String)”未定义。见截图。
如何为变量修复此问题并正确编写?
图像按钮按钮;
单选按钮 CheckBoxuvum; 文档
复选框 P4;文档
查看图形用户界面文件!
一个任务:
ImageButton(按钮) - 20,目标是通过终端或微控制器发送命令来获得窗口中的图片变化。
P4 = cp5.addCheckBox - 30 CHECK,目标是通过终端或微控制器发送命令来改变窗口中复选框的打开和关闭状态。
CheckBoxuvum = cp5.addRadioButton - 50 +/-,目标是通过终端或微控制器发送命令来改变窗口中复选框的打开和关闭 (+/-) 状态。
在 Displaydata 代码中,我用一个问题对此进行了标记。
将来,我计划通过 com 端口从终端发送命令,以接收这些值的窗口中数据状态的变化。
我将不得不上传所有测试项目文件,以便您进行测试。
Com_Interface1:
显示数据:
图形用户界面:
协议:
发送数据:
环形:
processing - 如何使用 controlP5 中的制表键从一个控件切换到另一个控件?
我正在做一个关于处理和使用 controlP5 的 GUI。我想用我的键盘在控件之间切换,但我失败了。
我想做的另一件事是从 TextAreas 中删除光标,因为始终是后面的字符而不是结尾处的蜜蜂。
有人知道如何实现这一目标吗?如果知识渊博的人知道怎么做,我会很高兴,我真的很猴子!
谢谢