Hi, I'm writing an App to fetch OpenWeather data and trying to figure out how to make the App interface like this image below. Mainly the table format for the week, and each hour.
Thanks for your help!
Image grabbed from the internt.
Hi, I'm writing an App to fetch OpenWeather data and trying to figure out how to make the App interface like this image below. Mainly the table format for the week, and each hour.
Thanks for your help!
Image grabbed from the internt.
It will be easier to use extension like TableViewer, or CompCreator.
If you insist to not use extension, you can use WebViewer, or you need to drag and drop many many arangements and labels/Images.
@Kevinkun I was trying to make this App iOS compatible, so no consider extension at this time.
Howevery, I found out a discussion thread that using Label and HTMLContent to utilize HTML code. Then I tried "<img style="border:0;" src="http://localhost/09d_2x.png" width="30" height="30">
If it's HTMLContent, why it wouldn't work?
Here is the results:
Thank you,
Stonez56
Labels support HTML tags, but not all tags.
You could also take advantage of the fixed row and column counts to predefine tables of Label components, and fill the Label .Texts using generic Label blocks.
See this sample:
If you want just non-commercial use for yourself without a credit card, there is also
Use the Web component to decode the JSON.