column_arrow_position.rp (55.3 KB)
So the question is simple, I would like to have table header also as an horizontal repeater. I would like to position the arrow that are used for sorting purpose, to the right of the column title widget. On the canvas apparently works but on preview not…
What do I miss? What I do wrong?
Ok so is a bug? because actually as you can see in the RP file, if I change the length of the text widget in the dataset, the arrows moves accordingly, that is GREAT… but when I go in preview… it does not work, I tried with the fit to Content in HTML, but still does not work…
Investigating this further right now, the bug seems to be that at run time, text widgets never actually resize. You can validate this by giving them a colored background.
Unfortunately then, it seems that the only way of doing this reliably is to store the position of the arrow heads separately, like this:
I’m not a programmer by any stretch of the imagination so over the years, it’s just kind of habit for me to rely as little as possible on the JavaScript and get back to using native Axure features as soon as I can. I find it’s easier to tweak and troubleshoot using the GUI instead of putting a bunch of logic and calculations in the JavaScript.
For example: For me, doing the whole “default size” thing is a lot easier to do in Axure than with code.
Funny thing tho’ - as a programmer, I like to do the complete opposite, boiling everything down to the smallest I can in order to keep things uncluttered.
Even though I’m not the original poster I’d like to say thanks again for your input on this stuff - this one’s going to help me too.