Topic: can I add one more text field
hi, right now simple view allow me to add a TITLE and a CAPTION, what about if I want to add one more, lets say, photo credit to work just like CAPTION, how can I do that.
Any Ideas?
You are not logged in. Please login or register.
SimpleViewer Forum → SimpleViewer v1 → can I add one more text field
hi, right now simple view allow me to add a TITLE and a CAPTION, what about if I want to add one more, lets say, photo credit to work just like CAPTION, how can I do that.
Any Ideas?
Ok, I follow both of treads on this topic (that I have found)
and I guess I'm almost there, I find myself in the same position as michaelt
"it give me a text with same caption as the first one. Can someone please help ? Do i need to modify any other files beside StageManager."
then he was able to fix it, something in the "XMLManager" any idea on what?
best
Paolus
I'll try continuing my spree of helping without really helping...
In XMLManager you'll probably need to add this around line 48:
public var yourtextfieldname:Array;
..and this around line 74:
yourtextfieldname = [];
and this around line 142:
yourtextfieldname.push(resultNode.childNodes[2].firstChild.nodeValue);
Maybe this was no news to you, but it might have helped. Beyond that, you got me beat.
Thank you, I'll try this and let you know, it is great that these treads are keeping beeing looked at and things added
SimpleViewer Forum → SimpleViewer v1 → can I add one more text field
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.