Wael-Alwasel's Forum Posts

  • Hello, how can I add an array to Firestore or update it?

    The JSON format is correct, but I can’t upload it as an array to Firestore.

  • Hello, I have a problem with Firebase Realtime Database. When the data increased, I started getting the message:

    "Read-only and non-realtime mode activated in the data viewer to improve browser performance.

    Select a key with fewer records to edit or view in realtime."

    After some research, I found that Firestore is better for storing files.

    But storing data there is manual and more complex. Is there a way to import files?

    And when importing a file as JSON, how can I load it into an array?

  • No, I just started learning them.

  • Hello, I am designing an educational program that displays a story in German, and below each line, its translation in another language.

    Some texts are long and require scrolling.

    Using the regular text plugin is inconvenient,

    and the text input plugin does not fully support formatting.

    After researching, I found the HTML element, but I have no idea how to use it.

    Can someone help me or suggest suitable tutorial videos?

    Also, is the HTML element useful for my case to implement this idea?

    Letzten Sommer bin ich nach Frankreich gereist.

    Last summer I traveled to France.

    Ich war in Paris.

    I was in Paris.

    Paris ist eine große Stadt.

    Paris is a big city.

    Ich habe den Eiffelturm gesehen.

    I saw the Eiffel Tower.

    .....

  • Failed to restore plugin "cordova-plugin-local-notification". You might need to try adding it again. Error: CordovaError: The installed version of the plugin "cordova-plugin-device@2.0.3" does not satisfy the dependency requirement "cordova-plugin-device@>=3.0.0". Try using the --force option to override this dependency.

    I am using the latest version of C3 (r440).

    When I create a new empty project, the local notification works fine.

    Please help me

  • Hello

    I have an array in Construct 3 that contains these words, which are divided into two groups: family and family members. How can I extract the words from the first group only?

    I've tried several attempts, but they were unsuccessful.

  • I think the issue is with the RemoteImage plugin because I tested it with a simple code, and the same problem occurred.

  • Thank you for your detailed response!

    I understand the issue with calling the function twice. I'll adjust the logic to prevent an infinite loop.

    I'm using IID because I'm storing the images in order (0, 1, 2, 3, 4), and I don't know another way to load them correctly. Do you have any suggestions for handling this in a structured way?

    Currently, I'm testing with only five small images, so performance isn't an issue yet. However, I want to make sure the approach works efficiently for a larger number of images.

    Would using UID instead of IID require me to change how I store and retrieve the images? If so, what would be the best way to keep track of them?

    Also, thanks for the note on "Wait until previous actions complete." I'll test loading images with separate "On load success" events to see if that improves stability.

    Appreciate your help!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi everyone,

    I’m facing a problem in Construct 3 where my project freezes after loading an image using the Remote Image plugin. The game stops responding immediately after assigning the downloaded image to a remote image sprite.

    Has anyone else faced this issue? If so, how did you solve it?

    Things I’ve tried:

    ✔ Checking if the image URL is valid before loading.

    ✔ Adding a delay before assigning the image.

    ✔ Using the "On image loaded" event to prevent early assignment.

    ✔ Testing with fewer images to rule out memory issues.

    But nothing seems to fix the freezing problem. Any suggestions?

    Thanks in advance! 😊

  • "Can anyone help please? I downloaded all images into a dictionary, but it shows the same image for all."

  • layout width/2 works when single button in row, but i have 2 or 3

  • Hello, I have a problem with centering buttons on the screen. For example, I have 6 to 8 buttons, but their position is not in the center of the screen. How can I make them dynamically centered on different screen sizes?

    I am using this code:

  • I think the reason is Safari browser because I tested it on Google Chrome, and it worked normally.

  • Hello, I received this message while testing my app in Remote preview.

  • Hello, how can I make the sound slower while it's playing? I tried the playback rate, but it changes the sound.

    Tagged: