Showing results 1 to 25 of 45
Search took 0.00 seconds.
Search: Posts Made By: rp12439_3
Forum: Lua/XML Help 10/09/22, 02:36 PM
Replies: 5
Views: 1,824
Posted By rp12439_3
just for the...

just for the search:

TRADING_HOUSE:SearchForItemLink(itemLink)

did the trick. With all filters set correctly and so on
Forum: Lua/XML Help 10/09/22, 11:10 AM
Replies: 5
Views: 1,824
Posted By rp12439_3
oh and good tip for the addon... have zgoo...

oh and good tip for the addon... have zgoo allready but this one was missind.. very helpful
Forum: Lua/XML Help 10/09/22, 11:05 AM
Replies: 5
Views: 1,824
Posted By rp12439_3
Thanks, i tried to search for the text before too...

Thanks, i tried to search for the text before too and just found some places where the global var was used.
I did it again and I also found:

self.browseKeybindStripDescriptor =
{
...
Forum: Lua/XML Help 10/09/22, 06:18 AM
Replies: 5
Views: 1,824
Posted By rp12439_3
Perform Trading House Search

Hi there,

I am trying to start a tradinghouse search after I "setText" the searchtext. As you can see below (the screenshot) the setText part is allready working. Now I just want to trigger the...
Forum: Tutorials & Other Helpful Info 07/18/21, 01:17 PM
Replies: 5
Views: 10,211
Posted By rp12439_3
23.08.21 PC, Mac und Stadia 31.08.21 PS4, PS5,...

23.08.21
PC, Mac und Stadia

31.08.21
PS4, PS5, Xbox One

https://www.elderscrollsonline.com/en-us/news/post/60461
Forum: Lua/XML Help 07/13/21, 03:06 AM
Replies: 5
Views: 2,697
Posted By rp12439_3
thx! i searched for editbox :) i will add the...

thx! i searched for editbox :) i will add the texttype info to the wiki.

i am at gitter now
Forum: Lua/XML Help 07/13/21, 02:40 AM
Replies: 5
Views: 2,697
Posted By rp12439_3
Hi there, I did search the forum and the wiki...

Hi there,

I did search the forum and the wiki and did not find anything specific about the texttype. The according page in the wiki "EditBox" "textType" did not exist. The forum posting about...
Forum: Lua/XML Help 07/12/21, 05:02 PM
Replies: 5
Views: 2,697
Posted By rp12439_3
ive done it with lua tonumber() and checked if...

ive done it with lua tonumber() and checked if the result is number :)
Forum: Lua/XML Help 07/12/21, 04:44 PM
Replies: 5
Views: 2,697
Posted By rp12439_3
EditBox for numbers?

Hi there,

is there a way to enable an editbox only for numbers?

I cant find a lot about "textType".

My sources:
https://wiki.esoui.com/UI_XML#EditBox

Thanks!
Forum: Lua/XML Help 07/12/21, 12:22 PM
Replies: 9
Views: 8,269
Posted By rp12439_3
because I found it in my search after...

because I found it in my search after "Editbox"

This seams to work pretty good:

<Backdrop name="$(parent)ThresholdAmountBG" tier="HIGH" inherits="ZO_SingleLineEditBackdrop_Keyboard">
...
Forum: Lua/XML Help 07/02/21, 02:34 PM
Replies: 5
Views: 2,748
Posted By rp12439_3
got it. for the record: Crafty.myStyles =...

got it.

for the record:


Crafty.myStyles = {}

function Crafty.BuildStyleTable()
Crafty.DB("Crafty: BuildStyleTable")
for i=1, GetNumValidItemStyles() do
Forum: Lua/XML Help 07/02/21, 01:54 PM
Replies: 5
Views: 2,748
Posted By rp12439_3
i am not trying to get the style from an item but...

i am not trying to get the style from an item but to get the style a stylemat is for
Forum: Lua/XML Help 07/02/21, 03:53 AM
Replies: 5
Views: 2,748
Posted By rp12439_3
Thanks! Thats the missing piece to finish my...

Thanks! Thats the missing piece to finish my tooptips :)
Forum: Lua/XML Help 07/01/21, 10:27 AM
Replies: 17
Views: 3,916
Posted By rp12439_3
and now i know how to add an image to the post

and now i know how to add an image to the post
Forum: Lua/XML Help 07/01/21, 10:25 AM
Replies: 17
Views: 3,916
Posted By rp12439_3
Calculated the height with GetTextHeight and now...

Calculated the height with GetTextHeight and now its working! Great, and thanks again!
Forum: Lua/XML Help 07/01/21, 10:21 AM
Replies: 17
Views: 3,916
Posted By rp12439_3
Dimension Constraints to the labels do the trick...

Dimension Constraints to the labels do the trick for the wrapping :) now i just need a working background.
Forum: Lua/XML Help 07/01/21, 10:08 AM
Replies: 17
Views: 3,916
Posted By rp12439_3
Well.. the result is interesting...

Well.. the result is interesting :)

http://imageserver.ocis-network.de/tt2.png

I will try somethings.
Forum: Lua/XML Help 07/01/21, 08:50 AM
Replies: 17
Views: 3,916
Posted By rp12439_3
Thank you so much. I will try this! I had to add...

Thank you so much. I will try this!

I had to add the second anchor to the labels because they did not wrap without it. Dont know why.
Forum: Lua/XML Help 07/01/21, 05:33 AM
Replies: 17
Views: 3,916
Posted By rp12439_3
Thats how it look...

Thats how it look like:

http://imageserver.ocis-network.de/tooltip.png
Forum: Lua/XML Help 07/01/21, 05:23 AM
Replies: 17
Views: 3,916
Posted By rp12439_3
Here is the full XML: <GuiXml> <Controls> ...

Here is the full XML:

<GuiXml>
<Controls>
<TopLevelControl name="CraftyStockListTooltip" hidden="true" mouseEnabled="true" movable="false" clampedToScreen="true">
<!--Anchor...
Forum: Lua/XML Help 07/01/21, 05:22 AM
Replies: 17
Views: 3,916
Posted By rp12439_3
The change to the second anchor in the second...

The change to the second anchor in the second label had no effect.
Forum: Lua/XML Help 07/01/21, 05:09 AM
Replies: 17
Views: 3,916
Posted By rp12439_3
Ive studied this... a lot...

Ive studied this... a lot...
Forum: Lua/XML Help 07/01/21, 05:00 AM
Replies: 17
Views: 3,916
Posted By rp12439_3
thanks :) will try... I guess my understanding...

thanks :) will try...

I guess my understanding of anchors is in great need of improvement...
Forum: Lua/XML Help 07/01/21, 04:54 AM
Replies: 17
Views: 3,916
Posted By rp12439_3
like this? <Label name="$(parent)ItemTex2"...

like this?

<Label name="$(parent)ItemTex2" font="ZoFontGameLargeBold" color="CFDCBD" wrapMode="ELLIPSIS" verticalAlignment="TOP" text="">
<Anchor point="TOPLEFT" relativeTo="$(parent)ItemTex1"...
Forum: Lua/XML Help 07/01/21, 04:38 AM
Replies: 17
Views: 3,916
Posted By rp12439_3
Flexible height of 2 panels / correct positioning

Hi there,

it should be simple but it isnt (for me). For some hours I am trying to position 2 labels with dynamic content directly beneath one after the other.
This is not working :) They are allways...
Showing results 1 to 25 of 45