
Quote from See_Half on June 14, 2021, 10:00 amI made 4 object :
comboBox1
Combobox2
TextArea
ButtonInside text area object variable is [textout],place holder empty,initial text write > is anything that out.
And inside every combobox item i put a variable [textinput]
And inside every combobox properties column near style i put a variable [box]
And i want setup the input on textarea object variable to combobox1 and combobox2 together.
Well,already Start test neoweb -->
And also i write actually on textarea content inserted to add all change textarea inserted.
So,,,
When i execution the variable on with button action :
SetVar [textinput] "[textout]"
And finally i can't see the any changed of every combobox [textinput] item variable ?
On NeoWindow is alright but on neoweb incorrect, somebody help please
"Thank you everyone"
I made 4 object :
comboBox1
Combobox2
TextArea
Button
Inside text area object variable is [textout],place holder empty,initial text write > is anything that out.
And inside every combobox item i put a variable [textinput]
And inside every combobox properties column near style i put a variable [box]
And i want setup the input on textarea object variable to combobox1 and combobox2 together.
Well,already Start test neoweb -->
And also i write actually on textarea content inserted to add all change textarea inserted.
So,,,
When i execution the variable on with button action :
SetVar [textinput] "[textout]"
And finally i can't see the any changed of every combobox [textinput] item variable ?
On NeoWindow is alright but on neoweb incorrect, somebody help please
"Thank you everyone"

Quote from luishp on June 14, 2021, 10:15 am@see_half please take a look at the included sample apps in:
MyDocuments\VisualNeoWeb\Sample Apps\ListExample
Regards.
@see_half please take a look at the included sample apps in:
MyDocuments\VisualNeoWeb\Sample Apps\ListExample
Regards.

Quote from See_Half on June 14, 2021, 6:31 pm@luishp
The example you gave is only an addition to an array of functions and not for moving item variables, I want to set 2 variables contained in combobox1 and 2 at once!
And if that's the only example why don't I select the ListBoxAddItems function in the "object" option which is already available in visualneoweb Code editor ?
..and maybe it's easier to enter without a variable in the item, why in NeoWindow if I put the variable inside the item it doesn't need an array function right ?
Just...Setvar "[You]" "[Me]" and not ArraySearch or ArrayAdditems.
On NeoWeb setup items must be Array ???
If I were you,
.. I would only choose the ListBoxAddobject only that !!
The example you gave is only an addition to an array of functions and not for moving item variables, I want to set 2 variables contained in combobox1 and 2 at once!
And if that's the only example why don't I select the ListBoxAddItems function in the "object" option which is already available in visualneoweb Code editor ?
..and maybe it's easier to enter without a variable in the item, why in NeoWindow if I put the variable inside the item it doesn't need an array function right ?
Just...Setvar "[You]" "[Me]" and not ArraySearch or ArrayAdditems.
On NeoWeb setup items must be Array ???
If I were you,
.. I would only choose the ListBoxAddobject only that !!


Quote from luishp on June 15, 2021, 7:18 amI don't understand you very well but yes, VisualNEO Web uses Arrays to populate ListBox and ComboBox objects.
I don't understand you very well but yes, VisualNEO Web uses Arrays to populate ListBox and ComboBox objects.

Quote from See_Half on June 16, 2021, 5:09 am@luishp
I just want to put it in an item variable at once and not use an array or ListBoxAddItems.
In neowin it can be done when I put the variable inside the item.
So when you do "setvar", all the contents in the textarea are moved into items in combobox1 and combobox2.
If I just use the array function and ListBoxAdditems it's only done one by one as in NeoWindow when in the population array they need a delimiter regulation and I don't think that's what I want.
Thanks,
I just want to put it in an item variable at once and not use an array or ListBoxAddItems.
In neowin it can be done when I put the variable inside the item.
So when you do "setvar", all the contents in the textarea are moved into items in combobox1 and combobox2.
If I just use the array function and ListBoxAdditems it's only done one by one as in NeoWindow when in the population array they need a delimiter regulation and I don't think that's what I want.
Thanks,

Quote from See_Half on June 16, 2021, 5:14 amOn neowindows
Example:
FileRead "!C:\test.txt" "[inside ITEM]" "All"
In the item combobox1/2
Apple
Pinnaple
Papaya
Start Fruit
An another fruitsAt once !!!!!!!
On neowindows
Example:
FileRead "!C:\test.txt" "[inside ITEM]" "All"
In the item combobox1/2
Apple
Pinnaple
Papaya
Start Fruit
An another fruits
At once !!!!!!!

Quote from luishp on June 16, 2021, 7:24 am@see_half please see attached sample. Regards.
@see_half please see attached sample. Regards.
Uploaded files:
Quote from See_Half on June 16, 2021, 7:37 am@luishp
Thank you,
I've create a app android example to improve a variable input with a setvar.
But,i still stuck when i use the setVar,at this time i only use the function of create array only.
Please try the example I made as an improvement on a mobile device.
Thank you,
I've create a app android example to improve a variable input with a setvar.
But,i still stuck when i use the setVar,at this time i only use the function of create array only.
Please try the example I made as an improvement on a mobile device.
Uploaded files:
Quote from luishp on June 16, 2021, 9:23 am@see_half please see attached sample.
Regards.
@see_half please see attached sample.
Regards.

Quote from See_Half on June 16, 2021, 10:51 am@luishp
O man,thanks you so much that is
"String" !!!!I forgot about string parse !
Strparse huh !!!
I just found out the input delimiter is in ViNeoWeb and I only know that inside NeoWin the delimiter is written : "[#10][#13]|%%%" just it !
"Can you tell me the various delimiters that can be accepted in Visual Neo Web ?
Glad to see..aha
O man,thanks you so much that is
"String" !!!!
I forgot about string parse !
Strparse huh !!!
I just found out the input delimiter is in ViNeoWeb and I only know that inside NeoWin the delimiter is written : "[#10][#13]|%%%" just it !
"Can you tell me the various delimiters that can be accepted in Visual Neo Web ?
Glad to see..aha


Quote from luishp on June 16, 2021, 12:07 pm@see_half specialc haracters are the same than in JavaScript.
The table below lists special characters that can be added to a text string with the backslash sign:
Code Outputs \' single quote \" double quote \& ampersand \\ backslash \n new line \r carriage return \t tab \b backspace \f form feed
@see_half specialc haracters are the same than in JavaScript.
The table below lists special characters that can be added to a text string with the backslash sign:
| Code | Outputs |
|---|---|
| \' | single quote |
| \" | double quote |
| \& | ampersand |
| \\ | backslash |
| \n | new line |
| \r | carriage return |
| \t | tab |
| \b | backspace |
| \f | form feed |

Quote from See_Half on June 16, 2021, 12:22 pm@luishp
Okay,thanks to guide me.
I will adjust it, but I want to send and retrieve it from a clipboard, on my mobile device I don't see the input string or "STR function" and also delimiter explanation from the mobile clipboard in the javascript html, should I use beginJS,right?
Can you give an example of how to take the clipboard string input to be entered into variable Visualneoweb and vice versa ?
Return to clipboard mobile device?
Anyway plugin "closewindows" on mobile device is not work too ?
do you able solve this?
Okay,thanks to guide me.
I will adjust it, but I want to send and retrieve it from a clipboard, on my mobile device I don't see the input string or "STR function" and also delimiter explanation from the mobile clipboard in the javascript html, should I use beginJS,right?
Can you give an example of how to take the clipboard string input to be entered into variable Visualneoweb and vice versa ?
Return to clipboard mobile device?
Anyway plugin "closewindows" on mobile device is not work too ?
do you able solve this?

Quote from luishp on June 16, 2021, 5:27 pm@see_half ClipBoard access on compiled .apk should use the appropiate Cordova plugin. There exist some JavaScript solutions but access to ClipBoard has restrictions for security reasons.
Anyway plugin "closewindows" on mobile device is not work too ?
I don't understand you very well, but you can try this (Cordova and VoltBuilder only):
BeginJS navigator.app.exitApp(); EndJSRegards.
@see_half ClipBoard access on compiled .apk should use the appropiate Cordova plugin. There exist some JavaScript solutions but access to ClipBoard has restrictions for security reasons.
Anyway plugin "closewindows" on mobile device is not work too ?
I don't understand you very well, but you can try this (Cordova and VoltBuilder only):
BeginJS navigator.app.exitApp(); EndJS
Regards.

Quote from See_Half on June 17, 2021, 6:57 am@luisph
Thank you
For now I'm still learning how a javascript type can be accepted in a Visualneoweb and can be run on a mobile device.
@luisph
Thank you
For now I'm still learning how a javascript type can be accepted in a Visualneoweb and can be run on a mobile device.