haroldo-ok / BlocklyVN8bit

This is a mashup between BlocklyVN32X and 8Bit-Unity. It allows you to make Visual Novels for classic 8bit computers and consoles, using a visual scripting language.
Apache License 2.0
11 stars 0 forks source link

Problem when selecting between a large amount of images #24

Closed haroldo-ok closed 2 years ago

haroldo-ok commented 2 years ago

The selection popup isn't working correctly when there are too many images to list

hi is there a limit of images(in the editor?) I can seem to scroll to get to the other photos in the bg folder from editr) thanks choices2

Originally posted by @zartan9 in https://github.com/haroldo-ok/BlocklyVN8bit/issues/22#issuecomment-1107048176

haroldo-ok commented 2 years ago

Part of the problem seems to be caused by the fact that the tool is using a really old version of Blockly; it seems that the dropdown height problem has been fixed somewhere around 2019.

In theory, updating the version of blockly should fix this.

References:

zartan9 commented 2 years ago

thanks, its been a while, I downloaded new version but "Failed to run emulator!" how do i connect it again? Im tryn to run as c64

haroldo-ok commented 2 years ago

That's weird... it seems to be loading the project from the right place, but executing the emulator from the wrong place. I will have to take a look at this later.

haroldo-ok commented 2 years ago

Okay, I realeased a new version; it should fix the compilation bug.

Version 0.2.4: https://github.com/haroldo-ok/BlocklyVN8bit/releases/download/v0.2.4/BlocklyVN8bit-0.2.4.7z

zartan9 commented 2 years ago

hi yes i can see a scrolling list of pictures now thank you! I duplicated pics and renamed them hi, so its hi(2).jpg hi(3).jpgthen i exported and got error are () not allowed in name? it was working before i duplicated the pictures (for c64, the atari and lynx didnt even beforehand). Cant wait to see NES in the list! 

-----Original Message----- From: Haroldo de Oliveira Pinheiro @.> To: haroldo-ok/BlocklyVN8bit @.> Cc: zartan9 @.>; Mention @.> Sent: Wed, Jun 1, 2022 6:59 pm Subject: Re: [haroldo-ok/BlocklyVN8bit] Problem when selecting between a large amount of images (Issue #24)

Okay, I realeased a new version; it should fix the compilation bug.Version 0.2.4: https://github.com/haroldo-ok/BlocklyVN8bit/releases/download/v0.2.4/BlocklyVN8bit-0.2.4.7z— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

haroldo-ok commented 2 years ago

In theory, the tool shouldn't have such a limitation, but since it wasn't tested on this specific situation, there's always the possibility of an unforesseen bug. That definitely warrants further investigation.