View Single Post
01-22-24, 06:20 PM   #1
Walkerbo
A Cobalt Mageweaver
 
Walkerbo's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2010
Posts: 237
EditBox Load text issue

Hi all

I have a strange bug where I try to load text into an edit box on load.
I can load the text but it does not show until I click on the edit box and right arrow until the text shows.


Here is my lua file.
Here is my toc file.

updateTextFucntion - line 139

run updateTextFucntion(scaleNumber) in playerLogin event - line 250

scaleTextEditBox - line 309

Can anyone tell me what I am doing wrong?
__________________
"As someone once told me, frames are just special types of tables, and tables are special types of pointers."
Fizzlemizz
  Reply With Quote