Update:
Add "action: remove value" to remove item in this hash table
septeven
Sorry, I made a mistake again. This plugin can work fine if I put "is OK button clicked" after "input dialog"
For example:
+ on start of layout: [ul] [li]input dialog[/li] [/ul] + is ok botton clicked - do something
So it does not need to change anything.
septeven:
Sorry my poor english. It's just like Pode said (thanks, Pode) there is an infinite loop in line 179. When current list box is empty, it will cause "this.elem.length" to 0.
JiveTurkey
Uh, "export C2 games to .exe" is "yes".
line 179:
while(this.elem.length == 0) { this.i = 0; };
It's a infinity loop, when I delete all items at a empty listbox.
Currently, both answers are no.
Sorry, I could combine listbox with mouse double click. It works correctly.
So please ignored previous requirement.
Thanks. It works.
Another requirement, how to select item at listbox?
I found that there is a condition "is a line selected ?". It need to be put under other trigger, for example, mouse click.
So it's better to have a trigger condition like on item click/double click.
nothing1969
Yes. The source of CSV is a string, you can use AJAX to load this string.
Thanks for this plugin, I'm try to make a dynamic list in my project.
I'm not sure it a bug or just my misunderstanding --
Listbox only be shown when set
Listbox will not be shown in "Listbox" + "Single", this setting will turn to "Combobox" style.
Develop games in your browser. Powerful, performant & highly capable.
Or you might provide one icon for —
In my case, I could find icon on network sometimes, sometimes I could not. So I will push a request to my team leader, he will make one for me. <img src="smileys/smiley36.gif" border="0" align="middle" />
daveryaaziem
Uh, I have no idea, might need to ask google when I have time.
ModalCore
Might Ashely plan integrate PlayMobi into C2? I'm not sure.
I had the same problem in CC, and I use Kyatric's solution before.