Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
desired features
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Guy Mann  
View profile  
 More options Sep 26 2012, 6:25 pm
From: Guy Mann <guydm...@gmail.com>
Date: Wed, 26 Sep 2012 15:25:20 -0700 (PDT)
Local: Wed, Sep 26 2012 6:25 pm
Subject: desired features

First off i love human.io.
I'm a web developer and this is my first attempt at building anything for
the mobile world and human.io made it so quick and easy to get going.

It would be great to be able to apply CSS styles to elements I add, or even
better to define a css file in the add_task call and then be able to use
the styles defined there in my tasks.  Perhaps add an options array to the
add_{item} functions which would allow you to pass options such as class or
id to be used to styling.  Right now everything looks very plain.

I would like to have a select element from HTML so i can make pick lists.  

I would like to have a means for form validation in a form.  I would
normally have javascript on the page to control whether certain fields were
filled in or not.  This could be something that could be defined in the
options array mentioned above.  Further to this it would also be good to
get the onclick functionality of a browser, so that if you selected an
option you could enable some other hidden or disabled elements.

Of these requests the styling I feel is the most important but all would be
great to have. It would make your framework much more robust.

Also will there be a way to create a stand alone app from my human.io app?

Thanks,

Guy


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joshua Schachter  
View profile  
 More options Sep 29 2012, 12:09 am
From: Joshua Schachter <jos...@tastylabs.com>
Date: Fri, 28 Sep 2012 21:09:02 -0700
Local: Sat, Sep 29 2012 12:09 am
Subject: Re: desired features

> It would be great to be able to apply CSS styles to elements I add, or even
> better to define a css file in the add_task call and then be able to use the
> styles defined there in my tasks.  Perhaps add an options array to the
> add_{item} functions which would allow you to pass options such as class or
> id to be used to styling.  Right now everything looks very plain.

this is totally on our todo list.

> I would like to have a select element from HTML so i can make pick lists.

what would this look like?

> I would like to have a means for form validation in a form.  I would
> normally have javascript on the page to control whether certain fields were
> filled in or not.  This could be something that could be defined in the
> options array mentioned above.  Further to this it would also be good to get
> the onclick functionality of a browser, so that if you selected an option
> you could enable some other hidden or disabled elements.

this comes up a lot, and is already on our todo list.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guy Mann  
View profile  
 More options Sep 30 2012, 8:04 pm
From: Guy Mann <guydm...@gmail.com>
Date: Sun, 30 Sep 2012 17:04:42 -0700 (PDT)
Local: Sun, Sep 30 2012 8:04 pm
Subject: Re: desired features

Great to hear about items already on the todo list. What i was thinking of
was http://www.w3schools.com/tags/tag_select.asp.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Drew Olbrich  
View profile  
 More options Sep 30 2012, 8:09 pm
From: Drew Olbrich <d...@tastylabs.com>
Date: Sun, 30 Sep 2012 17:09:29 -0700
Local: Sun, Sep 30 2012 8:09 pm
Subject: Re: desired features

On Sep 30, 2012, at 5:04 PM, Guy Mann wrote:

> Great to hear about items already on the todo list. What i was thinking of was http://www.w3schools.com/tags/tag_select.asp.

I think this already-supported functionality is similar:

    session.add_radio_button("my_radio", "val1", "Value 1")
    session.add_radio_button("my_radio", "val2", "Value 2")
    session.add_radio_button("my_radio", "val3", "Value 3")

And then later in a submit function

    selected_radio_item = form_data.get("my_radio", "(none)")

Drew


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guy Mann  
View profile  
 More options Sep 30 2012, 11:05 pm
From: Guy Mann <guydm...@gmail.com>
Date: Sun, 30 Sep 2012 20:05:57 -0700 (PDT)
Local: Sun, Sep 30 2012 11:05 pm
Subject: Re: desired features

That would be a way of getting the same functionality but the select
implementation usually seen is good for long lists such as states and
countries. allows for a compact view.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Drew Olbrich  
View profile  
 More options Oct 1 2012, 11:40 am
From: Drew Olbrich <d...@tastylabs.com>
Date: Mon, 1 Oct 2012 08:40:40 -0700
Local: Mon, Oct 1 2012 11:40 am
Subject: Re: desired features

Guy,

I see, thanks for clarifying.

A true web-style select popup would be awkward on mobile, but we could implement an iOS-style version that displayed the current selection and, when tapped, transitioned to another screen that displayed the options and allowed the user to choose between them.

It would appear in the UI much like Auto-Lock on this screen shot from the iOS settings app:
(The red box is an annotation and is not part of the UI.)
http://twimgs.com/informationweek/byte/howto/ios5-iCloud/Auto-Lock.png

Tapping on Auto-Lock displays this screen:
http://www.telerik.com/automated-testing-tools/libraries/automatedtes...

Drew

On Sep 30, 2012, at 8:05 PM, Guy Mann wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Samuel Carlisle  
View profile  
 More options Oct 11 2012, 6:02 pm
From: Samuel Carlisle <samuelcarli...@gmail.com>
Date: Thu, 11 Oct 2012 15:02:44 -0700 (PDT)
Local: Thurs, Oct 11 2012 6:02 pm
Subject: Re: desired features

+1 on the css. I want to have

session.add_image("url_to_image", decorated=False) i.e. no border on white
background... not just be forced to use:

http://api.human.io/static/css/base.css?v=3c5d6
and
http://api.human.io/static/css/client.css?v=6bd9f

Specifically, I want to turn off:

body's
element {
    *background-color: rgb(240, 240, 240);*

}

and
.phonegap #interface_container {
 *   background-color: rgb(225, 225, 225);*
    display: none;

}

So that I have a nice clean white background... for now I have to use
transparency and add this weird beige colour to my graphics :S


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »