Page 1 of 1

UI element list and characteristics, and note taking app.

Posted: Wed Oct 16, 2013 8:43 pm
by Cody Blue

I have the following few questions and will appreciate your feedback:

  • I need to create a list of Select (UI components) whose labels and values are to be mapped by an array via a REST service. The listItem component serves the purpose of listing the element values on the UI, but doesn't give the menu select option. Also I cannot hardcode the number of elements in the list, but the number should be determined by the number of elements that is returned by the rest service. What would you recommend?

  • Is there a way for me to adjust the font of labs and values of select and listItem components?

  • Finally I was wondering if you know that someone has or have pointers to developing a basic note taking application with appery (ie. render display to input/edit text by user, save the text, and retrieve it when needed).

    Thanks for any input and guidance.


UI element list and characteristics, and note taking app.

Posted: Thu Oct 17, 2013 1:03 am
by Igor

Hello,

[quote:]
Is there a way for me to adjust the font of labs and values of select and listItem components?
[/quote]
You could use CSS for this.
Someone will return to you with answers to all other questions.


UI element list and characteristics, and note taking app.

Posted: Thu Oct 17, 2013 8:26 am
by Kateryna Grynko

Hello,

You can limit the number of List items in REST. Here is the example for database: http://docs.appery.io/documentation/b...

What do you mean by "if you know that someone has or have pointers to developing a basic note taking application with appery"?


UI element list and characteristics, and note taking app.

Posted: Mon Oct 21, 2013 7:55 pm
by Cody Blue

Thanks for the feedback. Actually, I am not interested in limiting the list items, but displaying all of them. My questions pertains to your 'Select' UI component in Appery. What would be the best way to create and display a list of these 'Select components' ? As I mentioned 'labels' and 'values' of these components will be mapped via a REST service.

Regarding the second point, I was checking if anyone has attempted building a note taking application with appery that can be referenced or reused?


UI element list and characteristics, and note taking app.

Posted: Mon Oct 21, 2013 9:36 pm
by Kateryna Grynko

Hi,

Select component cannot be generated by mapping an array as a List or Grid.


UI element list and characteristics, and note taking app.

Posted: Wed Oct 30, 2013 9:36 pm
by Cody Blue

How would you recommend that I implement this select list in an Appery project if not possible using the existing UI components you have?

I tried executing the code here on onload page event but haven't been successful:
http://stackoverflow.com/questions/66...

Thanks for your feedback!


UI element list and characteristics, and note taking app.

Posted: Wed Oct 30, 2013 10:18 pm
by Maryna Brodina

Hello!
1) Sorry for misunderstanding. You can map to Select http://docs.appery.io/documentation/u...
2) "building a note taking application" - http://docs.appery.io/tutorials/build...?


UI element list and characteristics, and note taking app.

Posted: Thu Oct 31, 2013 5:24 am
by Cody Blue

Thank you. However, the issue is that in the mapping I need to map an array (and not just a single element) to display 'multiple' select items on UI . It is kind of "list" UI component functionality in Appery, but with the difference that I need select menu options to be available. Please let me know if you have any questions.

I'd appreciate your suggestions in that regard.


UI element list and characteristics, and note taking app.

Posted: Thu Oct 31, 2013 11:53 am
by Kateryna Grynko

Hi,

You could use mobilecheckbox component.