We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SB-Prime's "Shape Editor"
#1
(translated by Google translator)

Hello.  Smile
Today I wanted to use SB-Prime's "Shape Editor" to create a language converter interface.
But, the "Shape Editor" window and the SB-Prime window complete their work after I click on any element of any list of shapes and controls on the left edge of the window.
Please tell me what additional information I should provide in order to determine the reason for the Editor failure.
Thank you.
Reply
#2
(03-28-2024, 09:46 PM)AbsoluteBeginner Wrote: (translated by Google translator)

Hello.  Smile
Today I wanted to use SB-Prime's "Shape Editor" to create a language converter interface.
But, the "Shape Editor" window and the SB-Prime window complete their work after I click on any element of any list of shapes and controls on the left edge of the window.
Please tell me what additional information I should provide in order to determine the reason for the Editor failure.
Thank you.

This probably should be a new thread!

First, can you update to the latest SB-Prime - Shapes editor works for me as far as I can see.  Use the Advanced->Update button, if this fails (your version is looking for old website location at litdev.co.uk) then download from my website at litdev.uk.

I managed to split it Smile
Reply
#3
Thank you. I will try.
Good night. Smile
Reply
#4
(translated by Google translator)

Hello.
I downloaded the archive from the link "litdev.uk", unpacked it and launched SB-Prime.
But the Form Editor and SB-Prime still crashes.
Should I delete any files and folders that were created by a previous version of SB-Prime before running the new version for the first time?
In addition, I was unable to set the SB-Prime interface language to English.
By default, SB-Prime launches with the Russian interface language. Even if I write the letters "de" in the "Language Code" input field, then the interface language does not change after restarting the IDE.

I'm sorry, but I have very little practical experience using SB-Prime.
I need very little programming for my life.  Sad
But, I really like doing it.
Reply
#5
Hello everyone
I use SB-Prime regularly and have just downloaded the latest version.
   
However, I only used the Shape Editor a little, but it always worked.
This year SB-Prime has changed a bit.
Previously the program may only have been available in English and now it starts in a German interface. However, the translation is sometimes a bit funny, like this text with GoogleTranslator.
When I now start the shape editor, I get the following error message when I click on a selection window:

   

   
Reply
#6
I don't know what problem in your version but my version which I have is working very good shape editor and all .
I will soon provide a zip with video and version.
Reply
#7
The laguage conversion is done by machine translation so some will be odd!

The language code entry on the Advanced page is for language based xml (intellisense) only.

The language interface is controlled with the /l switch on startup, which sets an internal culture flag.  It is possible that the OS sets this flag to the default culture on the PC.  You can over-ride with the flag /l:en-gb for example.

I tried running from cmd with SB-Prime.exe /l:de-de and can reproduce crash so there is an issue here, I will try to trace Smile .

EDIT

I can see the bug in Shapes Editor - the code uses the selected shape lable to know what shape to add, when the language changes these it fails!

EDIT2

I have it fixed, but holding off upload just now as locale /l:en-gb should work for you and I am currently working on/testing an Aliases option for commands and methods.
[-] The following 2 users Like litdev's post:
  • AbsoluteBeginner, z-s
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)