Search found 5 matches

by achelappian
Sat Jun 26, 2021 6:50 pm
Forum: Technical Support
Topic: Prototyped first tease - would appreciate technical feedback.
Replies: 4
Views: 6268

Re: Prototyped first tease - would appreciate technical feedback.

After a quick look, I'd probably modify the input prompt for changing rank to a common page with choice options for selecting rank. (You can turn on and populate the per option "Visible" expression to control button visibility. Unfortunately, you can't currently change an option's label u...
by achelappian
Sat Jun 26, 2021 7:00 am
Forum: Technical Support
Topic: Prototyped first tease - would appreciate technical feedback.
Replies: 4
Views: 6268

Prototyped first tease - would appreciate technical feedback.

Here's a barebones mockup of my first tease with just enough placeholder text so that why you're the clicking the buttons hopefully makes sense: https://milovana.com/webteases/showtease.php?id=51186&key=f83c2ea880 And here's the link to the json page if you wouldn't mind looking under the hood: ...
by achelappian
Thu Jun 24, 2021 7:14 am
Forum: Technical Support
Topic: Your first webtease? Let us help you out!
Replies: 152
Views: 255718

Re: Your first webtease? Let us help you out!

Is there an easy way to remove all current notifications?

Is there a way to set the title of the most recently created notification even if it has no identifier?
by achelappian
Thu Jun 24, 2021 12:16 am
Forum: Technical Support
Topic: Your first webtease? Let us help you out!
Replies: 152
Views: 255718

Re: Your first webtease? Let us help you out!

https://milovana.com/eos/editor/help/api-reference Thanks! I was scouring the forums like a dummy. Use a variable to track if your notification has been created or not (set it true when it opens, false when it's closed), then wrap the display of that notification in an IF action. (After a notificat...
by achelappian
Wed Jun 23, 2021 7:02 am
Forum: Technical Support
Topic: Your first webtease? Let us help you out!
Replies: 152
Views: 255718

Re: Your first webtease? Let us help you out!

Hi! Totally new here, not at all familiar with coding or javascript or EOS so I could use some help. Can someone point me to more in-depth documentation for EOS? Browsing the forum I'll see knowledgeable people saying something like: Notification.get('my-notification-id').setTitle('Hello world.') So...