[Zope-CMF] PortalPoll access problem.

Ignacio Valdes ivaldes@hal-pc.org
Thu, 03 May 2001 13:25:07 -0500


Dave Woolston wrote:

> Obviously, this is not the best solution, the one you mention above is much
> better.  I plan on updating the Tutorial when the 1.1 CMF release is done (I don't

> know exactly when that will be).  I will add this enhancement.  I will also rework

> the Step by Step section to accompany the Tutorial a little better as you have
> suggested in a previous list post.
>
> Thanks for the feedback,
> Dave
>

Thanks Dave, I couldn't have done this without you. It is finally shaping up:
http://www.linuxmednews.com/linuxmednews/LMNProjects/  Other question: I'm not an
image expert, so I made my best guess with Gimp at a little 20x20 jpeg bar graph
image for redbar in embeddedResultsView.  Naturally it didn't work. This is your
code that displays it:

    <TD class="PollGraph"><IMG SRC="<dtml-var absolute_url>/redbar"
               WIDTH=<dtml-var "getVoteStr(numResps)">%
               HEIGHT="10" BORDER="0"></TD>

Are there special characteristics for the image to make it grow? My image displays,
it just doesn't increase in size.

-- IV