Search found 5 matches

by Twit
Wed Dec 12, 2007 2:01 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Helllo + Vertical alignment of text lines in a list field?
Replies: 7
Views: 6568

The solution I thought of doing was to just write my list in a proper external html file with all the formatting I want and a little bit of javascript for row selection, and then load it in a browser and trap dummy navigation to urls that I placed in the html to determine what was clicked. I thought...
by Twit
Fri Dec 07, 2007 1:45 am
Forum: Talking LiveCode
Topic: revSetXMLAttribute
Replies: 14
Views: 12185

I'm curious about this because I'll probably want to do something similar in the future. Sorry selvabits if I'm getting in your way here, but wouldn't the following do the task of loading some XML, changing an attribute, and then saving it back again? (some variables removed for simplicity) put url ...
by Twit
Thu Dec 06, 2007 10:12 pm
Forum: Talking LiveCode
Topic: revSetXMLAttribute
Replies: 14
Views: 12185

Does that revSetXMLAttribute method take a proper xpath in the second parameter? If so, given what malte wrote above then it should be something along the lines of:

revSetXMLAttribute tId, "//EdgeType[@id='1']", "visible", tNewValue

...but I'm a complete noob at runrev so I may be way off.
by Twit
Mon Dec 03, 2007 3:51 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Helllo + Vertical alignment of text lines in a list field?
Replies: 7
Views: 6568

Thanks for the reply BvG. I don't think adding whitespace to the top of the image would help in this case, because the text would still be vertically aligned to the base of the row. So if we forget about images for the moment and just set the line height of the list field, then the text would still ...
by Twit
Sun Dec 02, 2007 10:17 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Helllo + Vertical alignment of text lines in a list field?
Replies: 7
Views: 6568

Helllo + Vertical alignment of text lines in a list field?

Hi there. I just downloaded the demo of Revolution Studio last week and managed to have a fiddle with it over the weekend. It looked quite fun and I think I'll go ahead and purchase it later tonight. As I was fumbling around with all this newness I usually found solutions to any issues I was having ...