[web2py] Re: I feel shame for asking... but I would like to resolve this

2010-08-25 Thread mart
definitely On Aug 26, 12:14 am, Richard wrote: > next thread consider setting the subject to something that describes > the problem! > > On Aug 26, 10:59 am, mart wrote: > > > sweet! thanks :) I will give it go and let you know :) > > > On Aug 25, 5:07 pm, howesc wrote: > > > > i don't know fle

[web2py] Re: I feel shame for asking... but I would like to resolve this

2010-08-25 Thread Richard
next thread consider setting the subject to something that describes the problem! On Aug 26, 10:59 am, mart wrote: > sweet! thanks :) I will give it go and let you know :) > > On Aug 25, 5:07 pm, howesc wrote: > > > i don't know flex or any of that.but can you call those tools that > > gene

[web2py] Re: I feel shame for asking... but I would like to resolve this

2010-08-25 Thread mart
sweet! thanks :) I will give it go and let you know :) On Aug 25, 5:07 pm, howesc wrote: > i don't know flex or any of that.but can you call those tools that > generate the HTML from your controller, get the HTML back and return > that from the controller? > > def get_spiffy_html(): >   html

[web2py] Re: I feel shame for asking... but I would like to resolve this

2010-08-25 Thread howesc
i don't know flex or any of that.but can you call those tools that generate the HTML from your controller, get the HTML back and return that from the controller? def get_spiffy_html(): html = my_call_to_magic_stuff_that_makes_html() return html or if you want to embed it in a layout: def