I am working in the latest version of the Bixby IDE ( Version 6.2.0-rc.5484 )
I have downloaded at the example.spaceResorts from git hub (https://github.com/bixbydevelopers/space-resorts)
I compile and get 29 warnings that are all deprecated…
I write some code layout for bixby, As you know there has primary and secondary property.
In image-card object format like this.
image-card {
size (L)
title-area {
hAlign (Start)
slot1 {
text {
…
I created a function that shows the current location in text using viv.geo.
Version 9.27.9 worked fine before, but now it shows an error.
The 9.27.9 version is also available on the bixby developers homepage.
How can i fix it???
One of my favorite commands for Bixby is to play a song. Then, Bixby plays music using 'Melon' app that I set as the default player. Melon is a music streaming service like Spotify, so it plays songs not downloading music files.
Recently I'm working…
This is a situation where sectioning is absolutely necessary.
I want to remove the margin between sections.
how do i do?
testview.view.bxb ↓
layout{
section{
content{
compound-card{
content{
…
The Bixby Import and search template uses a library module textLib which throws an error due to the library having been deprecated. The template uses a javascript file named "transaction_util.js" that requires the library via var textLib =…
I'm implementing OAuth with the Spotify Web API. Im doing it following the Authorization Code flow.
If I try any utterances, it should pops it to login and then return it to my capsule. However, I can make the login, and when returning it to the…
I want to do something like a match pattern inside a single result view so that if the Action that returned the results is of a particular type, the view will be modified.
In Content-result-view.bxb, the default view for multiple docs returned is…
Bixby raises "Value Compilation Errors" in the debugger whenever I run a script that brings back Empty Optional Values. The variable model is correct in that these values really are optional, i.e not needed for the user task to succeed. So you can…
I want there to be a way to force these two items to become learned or at least to reveal to me why they are not Not Learned. But I can't figure out what if anything I am supposed to do.
I need to track which detail pages are opened and how often in result sets.
To do my own logging, I would need to send a javascript put command when the user opens the detail page.
How can I do that?
I am training Bixby to recognize hashtags and do something different if an utterance begins with a hashtag than if it begins with something else. So far I have provided training examples in the format
hashtag word
hashtag word word
hashtag word…
I am looking for some advice on how to display material in a hierarchical table of contents. I have been charged with making the entire contents of a short book available via Bixby. This raises a lot of interesting issues about how to create…
I want to display a stopwatch(timer) for my capsule.
So, is there any way from which I can show timer in my view page which will get refreshed every second.
I am not understanding where to start. How will time get refreshed?
Any help on this.