Questions tagged [bixbystudio]

189 questions
0
votes
1 answer

Bixby: want to display two form element text-input in one input form view

I want to build an input form using text-input, in which I want to display multiple text fields in one form. Making a single view having multiple text fields not providing the output. So, would it possible to write multiple text-input in a single…
Rahul Gupta
  • 972
  • 11
  • 29
0
votes
1 answer

Bixby: want to redirect to web browser url on button click

I want my capsule to redirect to the web browser URL on the click of a button. I am not getting anything to redirect. Is redirection to the web browser URL from Bixby is possible? Any help, please.
Rahul Gupta
  • 972
  • 11
  • 29
0
votes
1 answer

How to replace ' with ' in bixby

How can Replace ' with an Apostrophe ' in Bixby? I am new to Bixby studio. So please help. var http = require('http'); var console = require('console'); var config = require('config'); var base64 = require('base64'); module.exports.function =…
0
votes
1 answer

how to train a prompt for voice input of slider value

How do I provide training for handsfree entry of a slider value? render { form { elements { slider { id (howmuchinfouserprefers) min-value (1) max-value (5) min-label (1 - Minimal) …
Fred Zimmerman
  • 1,178
  • 3
  • 13
  • 29
0
votes
1 answer

Can sample capsule be used for on-device testing on Bixby?

I'm currently facing some issues with on-device testing for my capsule, as listed here, On device testing didn't response (private submission) So I worked on the NL training, and tried again, but no luck. Then, I've had an idea to try on-device…
talatan
  • 41
  • 1
  • 7
0
votes
1 answer

how is capsule.properties supposed to toggle between prod and dev?

My Bixby capsule.properties is currently set up like so: capsule.config.mode=default And I have distinct dev/prod config/secrets set up and the values look correct to me. But despite double-checking the values on submission to marketplace the…
Fred Zimmerman
  • 1,178
  • 3
  • 13
  • 29
0
votes
1 answer

In the Bixby Simulator tv view is the image with the minaret configurable?

In the Bixby Simulator tv view is the image with the minaret configurable? where does this image come from? is it a placeholder?
Fred Zimmerman
  • 1,178
  • 3
  • 13
  • 29
0
votes
1 answer

In the Bixby Simulator is it possible to toggle between dev and production config?

I would like to be able to toggle between "pointing at" dev & production config/secrets in the Bixby IDE Simulator. Is this possible?
Fred Zimmerman
  • 1,178
  • 3
  • 13
  • 29
0
votes
1 answer

Version 7.13.0 Bixby IDE update. Action .js scripts appearing as normal text?

I have updated the Bixby IDE today to the most recent update: Version 7.13.0. I was wondering if it is normal for the .js action scripts to appear without theme and color? Thank you.
namhkoh
  • 49
  • 6
0
votes
1 answer

Bixby: Unable to design layout

I want to implement a ticket booking system for my capsule, where I need a dropbox to select ticket quantity. Below is the design layout, which I want to implement in my capsule. So, is it possible to implement a feature as the below image has. Or…
Rahul Gupta
  • 972
  • 11
  • 29
0
votes
0 answers

Bixby: Unable to get information after login with oAuth 2.0

I am able to login to my capsule referring the example of bank. I am unable to fetch the information i am looking for after login. There is some difference what I observe when comparing Bank with my capsule. 1: Once login is successful in Bank, I…
Rahul Gupta
  • 972
  • 11
  • 29
0
votes
1 answer

Bixby : Display form element slider along with other information

We have to implement a ticket booking system in our capsule, where we need selectbox to select tickets. But I didn't get a selectbox in Bixby. so, I am using slider to select. On that I have to display event with input form element slider. But,…
Rahul Gupta
  • 972
  • 11
  • 29
0
votes
2 answers

how to escape ampersand in query payload in IDE

I have to add the following string to a restdb query: &sort=_changed%26dir=-1 so it will look like this (which works in Postman): {"identifier": "impeachmentsage"}&sort=_changed&dir=-1 I have tried several ways of escaping the &, including %26…
Fred Zimmerman
  • 1,178
  • 3
  • 13
  • 29
0
votes
2 answers

Are there alternatives to template literals in Bixby?

apparently template literals are not supported in the IDE (i get an illegal character warning when I enter the backtick). Is there an alternative? I have the following lengthy expression that I want to include as part of a restdb…
Fred Zimmerman
  • 1,178
  • 3
  • 13
  • 29
0
votes
1 answer

Bixby runtime version 3

When using the latest version of Bixby Studio (7.11.0-r20b.14375), I am setting runtime-version (2) for my capsule and getting the following warning: INFO A newer version is available: runtime-version(3) But when I go to the Bixby Developers…
Flight Odyssey
  • 2,267
  • 18
  • 25