That's great Don, I'm glad it helped.
And we are all celebrating today with the new Web2py release.
Programming is definitely getting more exciting these days!
On Thursday, August 30, 2012 2:29:37 AM UTC+1, Don_X wrote:
>
> Villas My friend !
>
> this is an eureka moment for me ! .... what you showed me there helped me
> a lot ! it actually solved my problem !
>
> I just had to tweak the user_sex set defined in the model the following
> way :
>
> user_sex = {'male':IMG(_src=URL('static','images/male_thumb.png')),
> 'female':IMG(_src=URL('static','images/female_thumb.png')),
> }
>
> And .. bingo .. it worked ! .... it is a list of 2 pics ( 2 symbols in
> this case ) and the user needs to choose one of them !
>
> the images finally showed up in the view !
>
> It worked !!! hehehehe :) :) :)
>
> thanks a million ....
>
> Web2py is great !! .. I love it ...
>
>
--