Discussion Forums  >  Uncategorized

Replies: 1    Views: 284

erichopf
buzztouch Evangelist
Profile
Posts: 316
Reg: Mar 14, 2011
NY, NY
3,460
03/17/11 01:32 PM (14 years ago)

1.5 Image Gallery Issue using URL pointing to a list

I have an issue with the image gallery via calling photos uploaded to my website. I have built a few websites, amd Fluent in HTML, some PHP, but I don't know the first thing about Java. The images are uploaded in the correct location and I created a plain text file- portfolio1.txt and entered that in the URL for the image. What am I missing out on? The JSON code I created looks like this- {childItems:[ {itemId:0, itemType:BT_imageItem,imageName:, imageURL:http://www.mysite.com/folder1/test1.jpg }, {itemId:1, itemType:BT_imageItem,imageName:, imageURL:http://www.mysite.com/folder1/test2.jpg }, {itemId:2, itemType:BT_imageItem,imageName:, imageURL:http://www.mysite.com/folder1/test3.jpg }, {itemId:3, itemType:BT_imageItem,imageName:, imageURL:http://www.mysite.com/folder1/test4.jpg }, {itemId:4, itemType:BT_imageItem,imageName:, imageURL:http://www.mysite.com/folder1/test5.jpg }, {itemId:5, itemType:BT_imageItem,imageName:, imageURL:http://www.mysite.com/folder1/test6.jpg } ]} I created a test app to see how all the new features are created and perform in 1.5. So far this is the only sticking point I have found for myself. I need to easily update my portfolio on my site and not via building in the photos to that app and requiring re-downloading updates. Any assistance would be helpful. App name Blank123
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
03/17/11 01:40 PM (14 years ago)
Understood: a) I just loaded this URL and it appears fine: http://www.hopfoto.com/ref/portfolio1.txt EXCEPT: I do notice a strange capital A after item 3. Have a look, load that URL in your browser, look strange? b) This is the dataURL, not a URL to an image. When you're using a remote data source for the images...the image list should be empty. You have entered the dataURL as an image. This just means you need to remove the image you hand-entered....then open the Advanced Properties for dataURL. Paste the URL to the data list in that. Refresh the app - It should work assuming you get that crazy A character out of there? Funny, wonder where that's coming from?
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.