• Hail Guest!
    We're looking for Community Content Contribuitors to Stratics. If you would like to write articles, fan fiction, do guild or shard event recaps, it's simple. Find out how in this thread: Community Contributions
  • Greetings Guest, Having Login Issues? Check this thread!
  • Hail Guest!,
    Please take a moment to read this post reminding you all of the importance of Account Security.
  • Hail Guest!
    Please read the new announcement concerning the upcoming addition to Stratics. You can find the announcement Here!

GenericGumpGetToolTipId() function seemed broken

lucitus

UOEC Modder
Stratics Veteran
Stratics Legend
The result is that we cant see any tooltips of generic gumps in the EC.

Hope you can get a fix on the way for it soon.

Thanks!
 

Pinco

UOEC Modder
Stratics Veteran
Stratics Legend
The result is that we cant see any tooltips of generic gumps in the EC.

Hope you can get a fix on the way for it soon.

Thanks!
It's not broken. It has been replaced with GenericGumpGetToolTipText()...

IMHO not a good thing since there are no advantages at all and the virtue gump now has stop showing the tooltips....
 

Supreem

Founder, Citadel Studios
VIP
Stratics Veteran
Stratics Legend
The GenericGumpGetToolTipId function has been changed to GenericGumpGetToolTipText. This returns the already localized string which allows us to parse tokens in the c code before it gets to lua.
 

Pinco

UOEC Modder
Stratics Veteran
Stratics Legend
The GenericGumpGetToolTipId function has been changed to GenericGumpGetToolTipText. This returns the already localized string which allows us to parse tokens in the c code before it gets to lua.
On virtue gump returns all blank strings so probably something is missing ...
 

lucitus

UOEC Modder
Stratics Veteran
Stratics Legend
The GenericGumpGetToolTipId function has been changed to GenericGumpGetToolTipText. This returns the already localized string which allows us to parse tokens in the c code before it gets to lua.
Yeah good question, how are the parameters for the function?

Code:
GenericGumpGetToolTipText(gumpId, windowName)
Returns a blank wstring.
 

Pinco

UOEC Modder
Stratics Veteran
Stratics Legend
Yeah good question, how are the parameters for the function?

Code:
GenericGumpGetToolTipText(gumpId, windowName)
Returns a blank wstring.
the parameters are right, but not all gumps seems to return a string even if there was a cliloc before :/

IMHO they should leave also the GenericGumpGetToolTipTid...
 

Supreem

Founder, Citadel Studios
VIP
Stratics Veteran
Stratics Legend
The virtue gump was indeed broken. In the next patch it will be fixed.
 

Mirt

Certifiable
Supporter
Stratics Veteran
Stratics Legend
UNLEASHED
Yeap. Impressively fast as well.
 
Top