Posts: 316
Threads: 36
Likes Received:
108 in 85 posts
Likes Given: 214
Joined: Dec 2023
Reputation:
7
Can You Compile It For SVB
The following 1 user Likes z-s's post:1 user Likes z-s's post
• heloo
Posts: 451
Threads: 34
Likes Received:
359 in 246 posts
Likes Given: 178
Joined: Aug 2023
Reputation:
17
Hi,
I cannot see how this extension can help at all - it doesn't do anything that cannot easily be done using standard Small Basic.
Which of the methods I previously described (csc, LDInline) have you tried, what didn't work?
If you cannot compile extensions yourself, then I cannot see how you can write your own extensions.
If you do not have Visual Studio, then I cannot see how you can learn sufficient C# (or VB basically the same thing with different syntax) to write an extension.
Once you have the capability to write extensions in C# or VB, you would be better writing the entire project in C# or VB.
This is the purpose of SB, to graduate you on towards C# or other languages.
Therefore, I suggest you concentrate on the objective of your language converter that should be possible using standard Small Basic and perhaps existing extensions like for example LDxml or RichTextBox rtf, and don't worry about the finer details of interface that realistically are not easily achieved with SB and not central to the core of the language converter project.
So, concentrate on using SB or sVB if you prefer (they are not compatible) and do the important parts of the project first and don't worry too much about interface details.
Posts: 316
Threads: 36
Likes Received:
108 in 85 posts
Likes Given: 214
Joined: Dec 2023
Reputation:
7
Ok I Will Release The Version 1 Soon
Posts: 316
Threads: 36
Likes Received:
108 in 85 posts
Likes Given: 214
Joined: Dec 2023
Reputation:
7
New update guys : intelnse work is over ☺??? just now I have to make text of intelnse
Now in textbook when we select intelnse show
The following 1 user Likes z-s's post:1 user Likes z-s's post
• heloo
Posts: 316
Threads: 36
Likes Received:
108 in 85 posts
Likes Given: 214
Joined: Dec 2023
Reputation:
7
Can anyone help with in SVB when text is input or changed if it is from a give list then change it colour hint use context input or on text changed
Or else just help with how to change colour of selected text in SVB forum textbox
The following 1 user Likes z-s's post:1 user Likes z-s's post
• heloo
Posts: 451
Threads: 34
Likes Received:
359 in 246 posts
Likes Given: 178
Joined: Aug 2023
Reputation:
17
03-25-2024, 06:19 PM
(This post was last modified: 03-25-2024, 06:30 PM by litdev.)
ZS and AbsoluteBeginner,
I have been thinking a little about the language translation idea and have a couple questions:
1] What is your native language?
2] Do you use the /l language localisation switch on standard SB IDE or SB-Prime?
3] Which SB IDE do you mainly use and why?
3] Do you use any SB extensions?
As well as your answers, I wonder what you think the answers to the questions may be for the children users you both are thinking about for this feature.
The reason I am asking is that I can see how a customisable extension could go a long way, perhaps even wrapped in a small application - but one step at a time, I would be interested in your answers.
Posts: 316
Threads: 36
Likes Received:
108 in 85 posts
Likes Given: 214
Joined: Dec 2023
Reputation:
7
03-26-2024, 06:02 AM
(This post was last modified: 03-26-2024, 11:20 AM by z-s.)
For the first question you can view my profile I am Indian native language is Hindi .
For second question I use English ide because I know English pretty good.
For third question I use all three ide sb , svb,sb prime in English.
And for last question I use all currently available extension for sb version 1.2 English version
...
My main purpose of this software or program is in my country population is 1.4 billion and poverty is high so I am making so that all people who know only one language in my country or other the can code in native language Hindi,or in other countries in German,spanish etc
For children and all people ..
Hope you get the answer...☺
And I write comments,therads,post in this forum by my own in english not by translater
But I think absolute beginner write with translater
The following 1 user Likes z-s's post:1 user Likes z-s's post
• heloo