NaaLaa
horizontal scroll bar - Printable Version

+- NaaLaa (https://www.naalaa.com/forum)
+-- Forum: NaaLaa (https://www.naalaa.com/forum/forum-1.html)
+--- Forum: Suggestions (https://www.naalaa.com/forum/forum-7.html)
+--- Thread: horizontal scroll bar (/thread-82.html)



horizontal scroll bar - aliensoldier - 02-17-2024

I think a horizontal bar is necessary so that when the code is very wide it can be moved horizontally comfortably.

I mention this because when creating the scenarios in the platform game that I am making, the scenario is a list and I have not been able to make it very long because I had to move with the keyboard arrows from left to right and when I reached the end I returned to the beginning.

And it was very tiresome to have to move around with the keys again.


RE: horizontal scroll bar - Marcus - 02-19-2024

(02-17-2024, 04:05 PM)aliensoldier Wrote: I think a horizontal bar is necessary so that when the code is very wide it can be moved horizontally comfortably.

I mention this because when creating the scenarios in the platform game that I am making, the scenario is a list and I have not been able to make it very long because I had to move with the keyboard arrows from left to right and when I reached the end I returned to the beginning.

And it was very tiresome to have to move around with the keys again.

I will see what I can do. It has been a long time since I modified the code in ngui.n7 Smile


RE: horizontal scroll bar - aliensoldier - 09-28-2024

(02-19-2024, 05:39 AM)Marcus Wrote:
(02-17-2024, 04:05 PM)aliensoldier Wrote: I think a horizontal bar is necessary so that when the code is very wide it can be moved horizontally comfortably.

I mention this because when creating the scenarios in the platform game that I am making, the scenario is a list and I have not been able to make it very long because I had to move with the keyboard arrows from left to right and when I reached the end I returned to the beginning.

And it was very tiresome to have to move around with the keys again.

I will see what I can do. It has been a long time since I modified the code in ngui.n7 Smile

Have you made any progress?


RE: horizontal scroll bar - Marcus - 09-29-2024

Big Grin Nah, sorry, I forgot about it. So I can just repeat that I'll see what I can do. It's actually kind of a difficult thing to implement, I think, because it needs to keep track of the longest line in the document.


RE: horizontal scroll bar - aliensoldier - 10-04-2024

(09-29-2024, 07:38 PM)Marcus Wrote: Big Grin  Nah, sorry, I forgot about it. So I can just repeat that I'll see what I can do. It's actually kind of a difficult thing to implement, I think, because it needs to keep track of the longest line in the document.

I hope you get it someday, because it's a bit awkward to move with the cursors, but thanks anyway. Smile