Search found 28 matches

by zenzizenzizenzic
Sun May 12, 2019 5:13 pm
Forum: MUI Royale
Topic: String notify on key press
Replies: 2
Views: 5595

String notify on key press

Is there a way to have a string notify on any key pressed, not just return?
by zenzizenzizenzic
Tue May 07, 2019 11:21 pm
Forum: General programming
Topic: Not able to bind a variable to a "LIKE" statement in sqlite
Replies: 1
Views: 2566

Re: Not able to bind a variable to a "LIKE" statement in sqlite

Apparently you can't have the ' around the bind value.
by zenzizenzizenzic
Mon May 06, 2019 10:59 pm
Forum: General programming
Topic: Not able to bind a variable to a "LIKE" statement in sqlite
Replies: 1
Views: 2566

Not able to bind a variable to a "LIKE" statement in sqlite

Using the following code local statement=db:prepare([[SELECT sort_name, Name from Author where Name LIKE :za ]]) statement:bind_names({za=filter}) I keep getting no results. I get full results when I remove the "where Name LIKE :za". Also, I get results when I run the SQL in the SQLMan wit...
by zenzizenzizenzic
Tue Apr 16, 2019 4:14 pm
Forum: MUI Royale
Topic: Multiple Windows
Replies: 5
Views: 9029

Re: Multiple Windows

I think that addresses the issue. Thank you!
by zenzizenzizenzic
Sat Apr 13, 2019 7:08 pm
Forum: MUI Royale
Topic: Multiple Windows
Replies: 5
Views: 9029

Re: Multiple Windows

How were you able to get this to work? I keep getting a "ID must be a FourCC!" error everytime I try.
by zenzizenzizenzic
Sun Mar 31, 2019 5:33 pm
Forum: General plugin questions
Topic: Unclear error in SQLLITE
Replies: 1
Views: 4169

Unclear error in SQLLITE

I'm running the following code: local statement= db:prepare([[SELECT author_id FROM item_author WHERE item_id=(:a)]]) statement:bind_names({a=key}) statement:dostep() authors=statement:get_values() I keep getting the following error: Misuse of function! Can someone explain exactly what the error is?...
by zenzizenzizenzic
Sun Mar 31, 2019 5:22 pm
Forum: Hollywood bugs
Topic: Problem with InKeyStr()
Replies: 8
Views: 8766

Re: Problem with InKeyStr()

Another problem I've noted with InKeyStr is that if an empty string is entered, it will reset the print statement to the upper left of the screen and overwrite existing text.
by zenzizenzizenzic
Fri Mar 15, 2019 4:59 pm
Forum: General plugin questions
Topic: Help for SQLite
Replies: 4
Views: 6738

Help for SQLite

Is there a good source of information for this? I'd like to know what data types are available, and did not see that in the documentation.