[v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

A place to post your add ons and ideas for them

Moderator: Moderator

Message
Author
astralInferno
Uruivellas
Posts: 831
Joined: Mon Jan 27, 2014 10:40 am

Re: [v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

#511 Post by astralInferno »

Zizzo wrote: Wed Nov 06, 2024 3:12 am I'm not aware of any multi-line text input components provided by the T-Engine, no. The closest I've managed to come to something like that is in the Background tab of the T2 module's character creation dialog, which has a Textzone above the Textbox that shows the full content of what you've entered, updated as you edit:
Sorry to bother you once more... finally got up the courage to test if this project works.

Code: Select all

    	on_change = function(text)
      		self.history = text
      		local lines = string.splitText(text, 60)
      		self.c_hist_disp.text = table.concat(lines, '\n')
      		self.c_hist_disp:generate()
    	end,
I copied this part, and I'm having trouble with splitText - it's not defined. is that something you had to define yourself elsewhere in your project..? I tried to take a glance myself, but I can't work out if there's a way to search the code on your site. :)

CallistosClaws
Posts: 1
Joined: Wed Dec 18, 2024 2:14 pm

Re: [v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

#512 Post by CallistosClaws »

Joshybby wrote: Fri Dec 06, 2024 4:32 am Getting this error whenever hovering over the player character.
Image
Getting the same issue, seems to happen with or without curse levels enabled. Bug doesn't happen till the character is loaded after being saved for me aswell.

HotshotGG
Posts: 1
Joined: Fri Dec 20, 2024 12:20 am

Re: [v1.0.0-1.1.0+] ZOmnibus Addon Pack/ZOmnibus Lite

#513 Post by HotshotGG »

Also having the same error while hovering over my player character

https://i.imgur.com/bqtzjbl.png

Including my list of add-ons just in-case that's relevant

https://i.imgur.com/m6hFsaL.png
Last edited by HotshotGG on Fri Dec 20, 2024 12:38 am, edited 1 time in total.

Post Reply