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
For version 3, and above, attempts to call load or loadrawstring after it is originally set and you call WaitForClose() appear to be only passing the first character of the string, but only for linux. Works like a champion on Windows.
Example would be calling loadrawstring("AAAAA") gives you just "A" in the browser. Calling load with a URL gives you a "can't display URL".
Works just fine on 2.6 ... no issues.
The text was updated successfully, but these errors were encountered:
My goodness, sorry for leaving that out in the first place. 3.1.14 was what I was using, but also tried it against 3.0.14. Whatever I can do to help, I am there.
Brand new to Photino and loving it BTW ...
For version 3, and above, attempts to call load or loadrawstring after it is originally set and you call WaitForClose() appear to be only passing the first character of the string, but only for linux. Works like a champion on Windows.
Example would be calling loadrawstring("AAAAA") gives you just "A" in the browser. Calling load with a URL gives you a "can't display URL".
Works just fine on 2.6 ... no issues.
The text was updated successfully, but these errors were encountered: