[Fulfilled] Application Subtitle Action

Go to Main Menu -> SambaMarket and click install for Application Subtitle. Exit SambaPOS and restart.
Then the Application Subtitle actions will be available.

Hi JohnS,

How can we make it so that other users (android/ipad) also gets their application subtitles updated when the server updates its subtitle? For example i updated the wifi password on the server, I also want other users who are connected to have their application subtitle updated. Is this possible?

Thanks,

Allan

We have a tutorial to broadcast a message to all terminals.

You can update application subtitles of terminals instead of displaying a message.

@emre how do you get this on 2 lines? I tried <br /> and <F> and nothing ?

Thanks

Matt

Pretty sure you canā€™t right now. But did you try \r ?

1 Like

I want to double like that hah!

Yes that worked! Thanks :smiley:

2 Likes

Soā€¦ I posted in another location but it may be better suited hereā€¦ Would it be possible for a windows tablet to have the battery information show in the shell subtitle?.. Such as how much is time is left till recharge.

Good idea. Not possible atm but Iā€™ll add that in my todo list.

1 Like

@emre so can the shell subtitile be updated with the output of a command line?.. This command gives me percentage remaining on battery charge WMIC PATH Win32_Battery Get EstimatedChargeRemaining so if I can have it go to a text file or even update the subtitle directly?

How would SambaPOS read that? So your using the Windows Power API. Good idea but for SambaPOS to read the output it needs to be returned in a specific way.

Could samba read the contents of a HTML or text documel or XML?.. Idk anything about how samba can import info for that module so its just some suggestions. That command could easily output to just about anything thoā€¦

V5 has a helper object for reading file contents, so this will be possible in the futureā€¦

file

Helper object to work with files.

file.ReadFromFile(filePath)
returns content of file.
file.WriteToFile(filePath,content)
overwrites file with given content.
file.AppendToFile(filePath,content)
appends content at the end of the file or creates file if not exists.

There is also helper object for pulling data from a Website, and both XML and JSON parser objects.

3 Likes

Cant wait for V5!.. I have been testing with a HP Stream 7 and so far it is working great!.. If V5 can add battery status somewhere and maybe even a notification when it gets to 10% or whatever then it will be even better! I found these straps online to make the tablets easier to hold as well so they wont get dropped!

http://www.newegg.com/Product/Product.aspx?Item=9SIA5JA1XS6634&cm_re=tfy_strap--9SIA5JA1XS6634--Product

3 Likes