You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I was thinking I could use .clear() on a combobox. But when I tested in irb,
the method name was not showing up (or perhaps I made a mistake).
IF it is possible to clear a combo box, could a simple example be added that
shows how this could be done? Or perhaps what the name of the method
may be.
I tried via irb but I could only see these methods:
I have not yet prepared an easy way to use libui-ng with Ruby's LibUI.
Still, it is great that you want to try libui-ng.
I just tried to see if I could reproduce the problem, but I could not. ( ui_combobox_clear showed up in irb )
Perhaps you are using the latest RubyGem? Or are you using andlabs branch?
If that is the case, the libui-ng methods will not show up. You need to use the main branch on Github.
I wrote previously that I wanted to use libui-ng in 0.0.15, but it did not happen and 0.0.15 simply supports M1 Mac. Sorry if this caused any confusion.
As you may already know, here is the link again on how to specify libui.so using the LIBUIDIR environment variable. if you use libui-ng, you must specify the location of libui.so yourself. (Alternatively, you can copy it into the vendor directory.)
Hey there kojix2,
I saw the changelog - for instance in ffi.rb:
So I was thinking I could use .clear() on a combobox. But when I tested in irb,
the method name was not showing up (or perhaps I made a mistake).
IF it is possible to clear a combo box, could a simple example be added that
shows how this could be done? Or perhaps what the name of the method
may be.
I tried via irb but I could only see these methods:
Does one have to do something special to tap into that ffi.rb related functionality?
The text was updated successfully, but these errors were encountered: