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.
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.
there is no such folder.I added it with the font, but nothing has changed
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?
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
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?
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.)
I can't get any values from this config file. It doesn't seem to work
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
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?
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.
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.
the text was obtained using concat. But I still can't get any values from SQLite into the text
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.
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
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?
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.
a particle editor is expected sometime?
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?
Will there ever be a built-in particle editor?
are you going to make a particle editor?
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.
I need to turn off the keyboard while running the animation or after it. To prevent the button from playing the animation again.