Ihre Kommentare

It would definitely be a big help. When one of my "Share" modals open up, it contains some verbiage and a link to the current story. And I want the user to be able to see everything that is in the textfield. (and also have the text field look nice with the border)
That'd be fantastic Ian, thanks
Regarding this post, if I am planning on installing a post to twitter functionality within my app, should I wait for the new fusebox?
yea that doesn't seem to work either.
Hey Ian, check out line 671.

Right now, the heights are set to 500 on the TOCWRAP b/c I'm testing the dynamic setting of the height on it. In a perfect world, the TOCWRAP height should be being changed from 500 to 1700 automatically because of line 158. Instead, they are just staying at 500.

If you change the lheight and regular height of TOCWRAP to 1700, and then view the app in fusebox, you'll notice that everything works exactly the way we want it to.

Is there a reason that this TOCWRAP panel height isn't being changed? I feel as if I cannot change the panel height inside of the pager, but I can outside of the pager.
Hey Ian. It works fine with the 16 items we had, but when I add 2 more into my json feed, it cuts them off. Also, when I switch orientations it does something funky.

I'll see if I can build upon what you did. But, I was able to do something similar in the beginning of developing this. Problem is, this table of contents has to be able to take into account a dynamic height calculated each time in the form of [var:tocHeight] (which is done on init). The # of TOC items won't always be the same for every issue published.

A problem I was having in the very beginning was that I couldn't impose a height onto a pager like I could onto a panel through .
I have fixed this, but am still having a problem of not being able to drag/scroll the panel. Maybe we cannot drag the parent container of the 2 lists, b/c normally list items are looking for a scroll?

I tested this by placing a red box over the 2 lists in the form of a 200x200 panel. I made this box draggable and was able to achieve it fine. I then expanded this box and tried to drop my 2 lists inside, and the draggable feature no longer worked.

If this is impossible, is there any other way to achieve what I'm looking for?

I simply want to have my list of Table of Contents items in a double column list format, and to be able to scroll the entire panel as one vertically.
Hey Ian, still having trouble. I'm guessing because there are 2 lists within the panel.

My problem is that I need to have a 2 column Table of Contents list. In order to achieve this, I had to create 2 separate lists that stack side by side. By default, the two lists scroll individually. However, we need the entire panel to scroll as one instead.

My thought was to:
Get the dataSourceResultCount for this table of contents json feed
Divider that number by 2
Multiply this number by the height of each Table of Contents Item (170).
This would give me the total height in pixels of what the Table of Contents would need to be.

I am able to arrive at this number correctly. This concept is handled within the "setToc" action.

I then assign this number to [var:tocHeight], and apply it to the panel that contains these 2 lists. This all seems to work fine.

But, when I set this main panel "TOCPANEL" to draggable with a drag orientation, it doesn't seem to work. Do you have any suggestions?

You can see this within my issueSkin project.