Scolring - Forum

Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology

Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered

You are not logged in.

#51 Re: Openspace3D » Russian text -how ??? » 2-Dec-2021 12:41:01

arkeon wrote:

Does it change something if you set OpenSpace3D in russian language ?

It has changed, I can write in Russian inside the program.And what outputs to the program itself is still in signs.
2021-12-02-19-33-04.png

#52 Ideas and advice » please create a math plugin » 30-Nov-2021 19:55:39

vinurd
Replies: 6

block-matematic.jpg

It is a very big request to create this plugin for convenient work with variables and mathematics.

and you can do exactly the same operator for comparing two variables. By condition type . But so that you can enter variable A and variable B and output the condition true is false. You can add a comparison to the operators and add true or false under the output result. I.e. all in one block. But the main thing is to introduce two variables inside.
block-matematic2.jpg

#54 Re: Openspace3D » Russian text -how ??? » 30-Nov-2021 14:25:50

there is no such folder.I added it with the font, but nothing has changed

#56 Re: Openspace3D » Mathematical operations on variables » 30-Nov-2021 13:57:37

arkeon wrote:

Hello,

you can do maths with the operator plugIT for example.

or using the "[code\]" mark in link parameter (remove the \ at the end of code mark this is because of the forum BBcode)
for that keep in mind that parameters are all string so you have ton use atoi or atof and then set the result back to string using itoa or atof.

multiply 2 parameter value based on int, the values must be interger only
[code\]
itoa ($1 * $2)
[/code\]

the same but forcing the parameter to integer to prevent error
[code\]
itoa ((atoi "$1") * (atoi "$2"))
[/code\]

again with float
[code\]
ftoa ((atof "$1") *. (atof "$2"))
[/code\]

now it is very important to understand how mathematics works with several variables. For some reason, I don't see the files with the project names in my projects folder.I see them in the program. How to send?

#57 Re: Openspace3D » config file inst - no work » 30-Nov-2021 13:55:03

arkeon wrote:

Hello,

if the config file plugIT doesn't work properly, try to set a project name in the project parameters first.

Here a simple example of the config file : https://www.openspace3d.com/rsc/samples/config_file.xos

Thanks.I figured out the config file

#58 Openspace3D » Mathematical operations on variables » 28-Nov-2021 19:44:57

vinurd
Replies: 6

I've been digging for like 5 hours with variables.  Found the operator.But it's with one variable. The second one cannot be multiplied, divided, or raised to the root in any way.
How to do mathematical operations with variables?

#59 Openspace3D » need a textbook on the program (new) » 28-Nov-2021 16:47:13

vinurd
Replies: 0

The important thing I would like to consider in it is working with data and variables and working with a database
(the developers' ignore is not entirely clear) but if someone can write a detailed guide in video lessons with explanations, I will pay him $ 100.
What needs to be sanctified in the lessons
- Working with interfaces and getting and passing variables inside.
- Working with conditions is an example of transmitting a numeric value from the interface and executing a command if the number matches or is greater and vice versa.
-Working with the configuration plugin.Getting and changing variables
-Working with arrays. Getting values.Sending values to an array. How it outputs values to the interface
-Working with the timer. How to change variables in an array or in a database at a certain time.
-Working with Sqlite. How to write variables to it and get them back.Through a customizable interface. For example, we have 5 values. They change over time. We record them in the database. There is a reset values button.If it is not pressed, then at the entrance we should get all the same values from the database.
-And the most difficult thing is working with MySQL through hosting. The same is getting and writing data to the database.
______________________
As a result, it is necessary to get a program capable of receiving data to the interface from a local database and partially from hosting.
Explain the whole principle of transferring variables from the repository to the interface.And from the interface to the storage. Using Config plugin,SQLite,MySQL(www)
the transfer will be via paypal(but there is a condition-it is necessary to get ahead of me.I will record a video tutorial as I progress.)

#60 Openspace3D » config file inst - no work » 26-Nov-2021 18:19:53

vinurd
Replies: 2

I can't get any values from this config file. It doesn't seem to work

#61 Openspace3D » The comparison of the slider position does not work » 25-Nov-2021 18:59:29

vinurd
Replies: 1

https://youtu.be/I7bgpcNZbtE

in the video - outputs the value from the config if a simple click slider, as soon as I try to compare the position with the condition, it does not work

#62 Openspace3D » Russian text -how ??? » 25-Nov-2021 16:04:28

vinurd
Replies: 8

I need to use Cyrillic in the application to enter text and get values with a Russian font. Is it really possible to do this now? And will such a thing ever appear?

#63 Re: Openspace3D » input text - how do I get the entered text into a variable? » 25-Nov-2021 15:56:56

everything was sorted out, it was necessary to get the contents of the form with the text by pressing the button, and only then transfer it to a variable and create a contact by pressing the button, only then the contents of the form fall into the variable and are output to the text.

#64 Openspace3D » input text - how do I get the entered text into a variable? » 25-Nov-2021 05:14:21

vinurd
Replies: 1

I can't add text from the text input field to the variable. I made a variable, sent the contents there/ but the variable does not receive the text that is entered in the data field. I don't understand how to take this text into a variable.

#65 Re: Openspace3D » displaying the input text in the captions in the text » 25-Nov-2021 03:30:36

the text was obtained using concat. But I still can't get any values from SQLite into the text

#66 Openspace3D » displaying the input text in the captions in the text » 25-Nov-2021 02:28:44

vinurd
Replies: 2

https://ibb.co/dt7vk5F

I did the text input in the form. I output the value to the VAR variable and passed the value of the variable to another form where there is text. But I never saw the text.

Why such difficulties, I tried to directly output the text entered in the form into the text and there is nothing either.

#67 Openspace3D » Data Base - questions » 25-Nov-2021 01:49:09

vinurd
Replies: 1

Good afternoon. There is little information about databases, I would like more.
1. how to output SQLite data from a table to text, and how to add it to this table via the string input parameter.
2. When connecting ODBC, you need to write the hosting address http://.......  ?
3. As I understand it, ODBC is also to connect to the database, but only on hosting and in fact I could get tabular data from it and transfer other data to it or not? If yes, then the same question applies to this database as in No. 1

#68 Re: Openspace3D » OpenSpace3D 1.86 » 24-Nov-2021 17:07:46

Good afternoon, can I somehow receive and transfer data from MySQL from hosting?
Can there be any way to actually make such a data transfer?

#69 Re: Openspace3D » OpenSpace3D 1.84 Released! » 19-Dec-2020 08:19:52

There is a problem. On my pc(RTX3070), when I try to add a plugIT ARSlam - - turns off the screen and then the program crashes.

#70 Re: Openspace3D » OpenSpace3D 1.84 Released! » 19-Dec-2020 04:09:33

a particle editor is  expected sometime?

#71 Re: Openspace3D » OpenSpace3D 1.80 » 27-May-2019 14:39:34

arkeon wrote:

Please download the 1.80 again, we found a last minute issue on youtube videos and a mistake on table index order that have been corrected.

Have you fixed the spreadsheet and can  download the app again?

#72 Re: Openspace3D » OpenSpace3D 1.80 » 25-May-2019 04:49:44

Will there ever be a built-in particle editor?

#73 Re: Openspace3D » OpenSpace3D 1.50 » 24-Jun-2018 15:36:42

are you going to make a particle editor?

#74 Re: Openspace3D » The ability to disable the keyboard » 14-May-2018 17:52:36

https://www.youtube.com/watch?v=GoHgk6CvYrM

I made an example of animation with switch. If at the beginning of time to press a second button it will work.in sight on video. If wait the first animation of the late-the all is beginning to work. And if you do not wait to press the second button, the second animation will work.

#75 Openspace3D » The ability to disable the keyboard » 13-May-2018 13:43:32

vinurd
Replies: 3

I need to turn off the keyboard while running the animation or after it. To prevent the button from playing the animation again.

Board footer

Powered by FluxBB