Owen: thanks for the help.  I'll dig into your examples.

I setup the app so that you can see it at: http://gnostic.dnsdojo.com:8080/

You can login with user: admin  pwd: password

On the frontpage, click on the link in the middle that says "go to my
workspace."  Hopefully, it won't blow up.

Background:

About a year ago, a friend of mine was working on a project.  I used
his docs to create a demo.  His project was aimed at stroke survivors
that needed to recover their speech.  He had access to content that
essentially showed closeups of peoples lips as they said certain
phrases.  The idea is to enable them to re-connect the sound with the
lip movements that make that sound.  A big part of the project was to
help people that had run out of savings and insurance benefits --
therapy is otherwise expensive.

As I mentioned, it used to work. My motivation right now is to to show
it as a demo.  I'd also like to get re-acquainted with hobo.

At the time, I was new to the concept of RIAs.  I did it with iFrames
[ never again! ].  I'm thinking it may be easier to just use
form_assistant to crank out the forms.

Cheers!



On Jan 22, 3:34 am, Owen <[email protected]> wrote:
> See the code and comment:
>
> http://gist.github.com/283700
>
> Note I didn't use any view hints, and the associated name for the
> Playlistitem class is the table playlistitems.
>
> Not sure if this is what you were looking for.
> -
>
> On Jan 22, 6:25 am, Owen <[email protected]> wrote:
>
> > Another screen shot:
>
> >http://screencast.com/t/NjBiOWEyM
>
> > Is this what you are looking for?
>
> > On Jan 21, 10:57 pm, Owen <[email protected]> wrote:
>
> > > Here is what I have so far:
>
> > >http://screencast.com/t/ZWYxMTA2MG
>
> > > I think a use case explaining the intended flow would be useful to
> > > all...
>
> > > -Owen
> > > On Jan 21, 10:12 pm, Owen Dall <[email protected]> wrote:
>
> > > > Whoops.  Didn't see your "Archive" or "Workspace" model files...
>
> > > > On Thu, Jan 21, 2010 at 9:24 PM, Me <[email protected]> wrote:
> > > > > All: Thank you for the help.  It's very encouraging.
>
> > > > > Matt: thanks for the tips.
>
> > > > > Owen: I'm getting with the times. Here's the gist w/ the relevant
> > > > > model / controller  bits. Also the tags and output.
>
> > > > >http://gist.github.com/283438
>
> > > > > What it should [ used to ] do is create a form that enables a user to
> > > > > add a video [ playlistItem] to his playlist.  The actual generated
> > > > > form leaves the field set blank, making it impossible to select from
> > > > > the available videos.    I seem to remember it populated a select box
> > > > > with video.title displayed -- I'm not sure how it got that from
> > > > > "video" as the only field-list item.
>
> > > > > Thanks! Paul
>
> > > > > On Jan 21, 4:22 pm, Matt Jones <[email protected]> wrote:
> > > > > > On Jan 21, 2010, at 6:15 PM, Me wrote:
>
> > > > > > > I did the same for the other models.  Still, no working in line 
> > > > > > > forms.
> > > > > > > Still just a headline and a save button.  There's still ample 
> > > > > > > room for
> > > > > > > me to root through the docs on this.  At the same time, I thought 
> > > > > > > I'd
> > > > > > > ask if you have any hints?
>
> > > > > > Also note that if you want an inline form, you'll need to have an
> > > > > > auto_actions_for declaration like this:
>
> > > > > > auto_actions_for :workspace, [:create]
>
> > > > > > as the code in pages.dryml.erb is looking for a missing
> > > > > > new_for_workspace and a present create_for_workspace; having the 
> > > > > > :new
> > > > > > auto-action will yield a link instead.
>
> > > > > > --Matt Jones
>
> > > > > --
> > > > > You received this message because you are subscribed to the Google 
> > > > > Groups
> > > > > "Hobo Users" group.
> > > > > To post to this group, send email to [email protected].
> > > > > To unsubscribe from this group, send email to
> > > > > [email protected]<hobousers%[email protected]>
> > > > > .
> > > > > For more options, visit this group at
> > > > >http://groups.google.com/group/hobousers?hl=en.
>
> > > > --
> > > > Thanks,
>
> > > > Owen
>
> > > > Owen Dall
> > > > Barquin International
> > > > 410-991-0811

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to