dimasstark_'s Recent Forum Activity

  • hey there!

    im using your authentication ported plugin, but i think the "send reset password email" feature isn't work, since i tried it and it doesn't send any email to my email.

    any idea?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hey there!

    I've been using your firebase ported plugins on construct 3, it's working really well but I have a problem with Itemtable I guess!

    I made a register layout with authentication and itemtable, so every time I register an email I want it also writes some data like email, password, and so on into my realtime database.

    When i tried to create an account with email, the email is successfully registered to my firebase, but it doesn't write the data i wanted to my realtime database, and it shows me the error message "dout is not define". I have no idea about it.

    I've tried to change my database rules, and now the rules is "true" for write and read, but the problem is still persist, and I've also tried to used the itemtable on construct 2 everything works perfectly with the same database.

    So yeah that's why i guess the problem comes from the itemtable for construct 3

    Can you help me please ? thanks! and sorry for my bad english

  • Hey there. im using Rev Firebase plugin for my project, but it keeps showing me the same error "Dout is not defined" every time I tried to create new account with authentication and write data with itemtable, but its actually registered the email into my firebase Authentication, the problem is its not write the data into my firebase realtime database.

    So its created an account with the email, but not the data.

    *I've set my database rules to "true" for write and read.

    Please help

  • dimasstark_ Hi. Have you tried to disable worker mode in project settings?

    OMG Thank you so much! You saved my life!!

  • does anyone can help me ?

    i tried to use the firebase plugin on r293.3 but it doesn't work

    when i just inserted Firebase plugin object to my project, it just showed me black screen when in preview

    and when i inserted the Firebase v3 object it keep showing me please wait, loading..

    please help.

    sorry for my bad english

  • Hey there.

    I have a project to make an app that should be able to records audio, I've read the topic about Grabadora plugin (https://www.construct.net/en/forum/extending-construct-2/work-in-progress-addons-30/plugin-audio-recorder-117950)

    and downloaded the demo, but it couldn't be opened because of the missing plugin (another plugin called Iframe & InsertHTML by PlayLive and i couldn't find the plugin.

    maybe one of you guys have the plugin ? or you guys can tell me or show me how to use Grabadora Plugin ?

    Thanks!

  • You do not have permission to view this post

  • > ViewportLeft("Hud")+ViewportRight("Hud")/2

    This calculation is incorrect - division has higher precedence than addition so it will actually calculate ViewportLeft("Hud") + (ViewportRight("Hud") / 2). If you want the mid-point you need to use (ViewportLeft("Hud") + ViewportRight("Hud")) / 2.

    OMG yeahh just missed the Parenthese!

    Thank you so much! you're a lifesaver!

    it's now perfectly centered!

  • And sorry i meant my redmi note 8 resolution ratio is 19.5:9

  • Sorry, forgot to tell this is the object I mean

  • ello I have a problem with my centered object,

    My project window size is 854 x 480

    I've tried to use > ViewportLeft("Hud")+ViewportRight("Hud")/2 for the object

    it worked perfectly on my redmi 4x phone which has 1280 x 720 resolution (16:9 ratio)

    but the problem is, it didn't work perfectly on my redmi note 8 phone which has

    2340 x 1080 resolution (16:9 ratio), the object wasn't perfectly centered

    I've also tried to change the ViewPort Layer from "Hud" to another layer, and yeah it affects the object position, but still didn't make the object perfectly centered

    do you guys have any idea what should I do ??

    Thankss

dimasstark_'s avatar

dimasstark_

Member since 29 Mar, 2022

None one is following dimasstark_ yet!

Trophy Case

  • 2-Year Club
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

5/44
How to earn trophies