MMI3G / RNS850 Texts Editor

Аватара пользователя
zerbino
Местный
Сообщения: 256
Зарегистрирован: Вт дек 10, 2013 9:37 pm
Откуда: Moscow

MMI3G / RNS850 Texts Editor

Сообщение zerbino »

Тулза для редактирования texts.jar для поиграться

Изображение

Mega / YD

пароль turbo-quattro.com
Вложения
MMI3G_RNS850_TextsEditor.png
Аватара пользователя
Tschako
Местный
Сообщения: 150
Зарегистрирован: Пт окт 03, 2014 4:02 pm

Сообщение Tschako »

Thanks Zerbino!
Nice Tool!

Whats about the field or border size of the character items? In the Drive Select Menu for example? They are fit?
Аватара пользователя
audijiJQ
Местный
Сообщения: 141
Зарегистрирован: Пт мар 13, 2015 11:07 am

Сообщение audijiJQ »

Well, why is everyone so cold
I said thank you
Чтобы узнать от вас
MMIMANIA1
Новичок
Сообщения: 1
Зарегистрирован: Пн апр 06, 2015 1:54 am

Сообщение MMIMANIA1 »

Seems a silly question, what file do we load into the software?
congo
Пользователь
Сообщения: 97
Зарегистрирован: Пт мар 11, 2016 10:17 am

Сообщение congo »

Hey zerbino
it seems that there is one small bug :(
every text i change after save gets new line after the text.
Do you know any fix for that ?

Regards.
congo
Пользователь
Сообщения: 97
Зарегистрирован: Пт мар 11, 2016 10:17 am

Сообщение congo »

The problem code is here

Код: Выделить всё

		private void buttonEditSave_Click(object sender, EventArgs e)		{
			string str = "";
			for (int i = 0; i < this.EditTextBox.Lines.Count<string>(); i++)
			{
				str = string.Concat(str, this.EditTextBox.Lines[i], '\n');
			}
this will add "\n" new line for each line in the text box, but it should not add it for the last line.
As i dont have the source is it possible to fix that and upload?
bajusz66
Новичок
Сообщения: 14
Зарегистрирован: Вт фев 09, 2016 10:48 pm

Сообщение bajusz66 »

[TABLE="class: tborder, width: 940"]
[TR]
[TD="class: trow2 post_content"]Hi
3g low (Bnav) navigation where text file do not know?


[/TD]
[/TR]
[TR]
[TD="class: trow1 post_buttons"][/TD]
[/TR]
[/TABLE]
congo
Пользователь
Сообщения: 97
Зарегистрирован: Пт мар 11, 2016 10:17 am

Сообщение congo »

In lsd.jxe in ifs-root lsd folder.
You can modify it, copy outside of ifs-root as you cant rebuild that image and then also modify lsd.sh in efs-system lsd folder so you can use your modified lsd.jxe file.
bajusz66
Новичок
Сообщения: 14
Зарегистрирован: Вт фев 09, 2016 10:48 pm

Сообщение bajusz66 »

Hi
Could you help me how to do it?
congo
Пользователь
Сообщения: 97
Зарегистрирован: Пт мар 11, 2016 10:17 am

Сообщение congo »

I can but i dobt have 3G basic anymore on the bench :)
Not sure how much free space it had in efs-system.
Ответить