PricingBlog

Help forum

  • akorniic-1240650681552212038

    Artur K / akorniic

    1
    1

    1 year ago

    Blackjack not starting properly
    Can some one please explain, why the game does not starts. Only after pressing the stay or hit button. But its all ok in branch when i enter it or refreshing the page.
    https://editor.nordcraft.com/projects/experement/branches/art/components/blackjack?leftpanel=design&canvas-width=912&canvas-height=915

    https://art-experement.toddle.site/blackjack
  • alexsiale_17363-1240610156685819946

    Alex

    4

    1 year ago

    In Toddle Auth Issues
    Hey Toddle team, I still get inconsistent results with the Toddle auth in the designer. I have the chrome extension, some sessions it works fine and then others it just won't read that my user is logged in through the API calls I'm making...

    Have there been any bugs or are there ways that I can do a 'fresh start' and make sure I'm set up properly?

    Thanks
  • bleach03-1240346895503589417

    bleach

    3

    2 years ago

    Best Way to Implement Series of 'Typeform' like Questions
    hey everyone. i'm trying to ask a user a series of questions using buttons. once the first question is answered, I want to hide everything and show a new question (so that I do not have to load a new page). I am currently doing this by stuffing each 'question'(buttons, headers, background, divs) into a component and hiding the component when one of the buttons is pressed. does this make sense? or is there an easier way to do this? i've attached some images as reference
  • akorniic-1240274877202829344

    Artur K / akorniic

    1
    4

    2 years ago

    Repeating "li" element
    Could you please assist me in understanding how you repeated the "li" element as shown in this video "https://youtu.be/Dvv7EeiK00A?t=497" ? I didn't observe the exact method you used, and I'm unable to find the solution on my own.

    I've successfully completed the tutorial "https://youtu.be/wXEZFHO29-0" and i understood that I'm repeating 10 items from the API.
  • lululucaschae-1239817095823233044

    lululucaschae

    7

    2 years ago

    Implementing complex svg's?
    I can't seem to find a way to implement svg elemetns with <defs> tags inside. The minimum reporducible case would be creating a rectangle path with a gradient fill, which requires a bare minimum <def> as shown below.
    https://codepen.io/lululucas/pen/vYwOLoJ

    Copying and pasting this svg element shows an empty div box with specified path dimension — and after experimenting a bit, I believe it's the <defs> tag that's causing the issue?

    Any guide on how to achieve this would be very helpful!
  • alexsiale_17363-1239755663450574909

    Alex

    3

    2 years ago

    Scroll when elements exceed height of parent Div
    Hey guys how do I set the parent Div here so that the children scroll and i don’t break the max height of the page itself?

    I only want the dashboard section to scroll, without the whole page scrolling

    Ideas?
  • sellsy.-1239540078754136109

    sellsy

    0

    2 years ago

    Another newbie.....Type Ahead functionality?
    Hello, and thanks in advance for any help.

    I'm looking to recreate this kind of functionality. I've got the api connected but wondering if if there is a tutorial on how to create typeahead functionality with a dropdown. I've managed to get this working in JS see vid (thanks chatgpt) but I'm struggling in toddle.

    Couldn't find a tutorial for it...?
  • .mark.g-1239427476468535297

    Mark Green

    1
    3

    2 years ago

    How can I check a component attribute to see if it’s undefined, in a formula?
    I have a component with an SVG in it which is dynamically set by an attribute that provides the path (d). If no SVG is chosen and the attribute is left blank, I want to hide the SVG using the show formula.

    I tried using the NOT EQUAL function so if the attribute is null then output FALSE and hide the SVG but I now realise that blank attributes are not null but rather undefined. I tried to create a custom action that outputs a Boolean if the input is undefined but I can’t figure out how to run it in the component.

    Any ideas on how I can hide/show depending on if the attribute is undefined or not?
  • bleach03-1238979424011948154

    bleach

    5

    2 years ago

    where to put certain css
    hey! i'm totally loving the 7 day series. i found some html and css for a nice animated background. i've recreated the html, but i'm unsure where to put all the CSS, specifically if it deals with keyframes... it is intuitive to paste the css for the body into the body, each div respectively, etc. but is there some sort of global CSS file?
  • mix3601-1238566710601322627

    mix3601

    10

    2 years ago

    Wating for API to finish
    Hi,

    I've started building my app and progressing littel by little.

    At the moment, im working with a custom API.

    I call the API, and initiate a "run" - i then get a "run-id" back. On success, i call a another api, with the run-id - and this is where im stuck. The "run" can take 30 minutes to finish, and i need to ask for the response to be "finished" instead of "running" before i can save the data.

    How do i do that? 🙂

    Any help much appriciated.
  • jak_io-1238466364755279933

    jak

    4

    2 years ago

    How can I load and use a custom font globally that's not part of google/adobe/etc?
    Basic question alert!


    I have added a custom font to my page but no where in the UI does it seem possible to use it. It doesn't show in themes or on the font selector?

    Also, I see we can add scripts at a page level, can these be added globally instead to avoid repeating for each page?
  • prolax-1238288503603728424

    prolax

    11

    2 years ago

    I renamed a page, that included a forward slash, now the page has been deleted.
    My page was called "Project", and I renamed it "Project/Draft" and it was immediately deleted. Can no longer access it under my Pages section or even by the URL.

    Is this gone for good?
  • victoruxui-1237970971009486970

    Victor Giron

    86

    2 years ago

    Repeat item within a component in a repeat item is getting the wrong attribute
    Hey guys! I'm having this issue:

    I have a table in the page, within each row I have a component called dropdown-status, which receives the statusid from the row.

    Inside the component I have a list of statuses coming from an API call within the component. I want to mark the selected status based on the attribute "statusid" I'm passing from the outside table.

    When I test it inside the component it works, but when I test it from the outside table all the components of the rows are receiving the first-item statusid instead of each row's statusid.
  • firdaus___-1237821479119486976

    Mr

    1

    2 years ago

    upload image to cloudflare
    hye everybody, i got this error when trying to upload images to cloudflare images

    "Bad request: multipart/form-data Content-Type has invalid syntax: lacks boundary"

    im using content type multipart/form-data and here is my body
  • giantguf-1237786370534150266

    GiantGuf

    35

    2 years ago

    Reload repeat item
    How do you reload a repeat item without refreshing the page?
    When I add a new item to my Supabase database I want the repeat item on the page reflect the added item. I call the API to read all the items again but the repeat item doesn't update until I refresh the page.