Search found 2 matches

Go to advanced search

by jazzmatazz
05 Nov 2010 17:12
Forum: Scripting VLC in lua
Topic: Lua Extensions - Disable Widget
Replies: 5
Views: 2336

Re: Lua Extensions - Disable Widget

essentially yes, but it can be to use for text_input, checkbox, dropdown, list... Overall, all QT widgets has this method, VLC GUI is built in QT no? :) widgetLUA:set_enabled(...) => widgetQT::setEnable(...) And let's go :) PS: Congratulation and thanks for your good VLC extension's implementation m...
by jazzmatazz
03 Nov 2010 14:11
Forum: Scripting VLC in lua
Topic: Lua Extensions - Disable Widget
Replies: 5
Views: 2336

Lua Extensions - Disable Widget

Hello,

My question is simple: Can we disable a Dialog Widget?

Code: Select all

button:set_enabled(false)
Unfortunately this code doesn't work :)

Go to advanced search