[Zope] DTML-IN not using SIZE parameter in HDML coding.

Schmidt, Allen J. aschmidt@nv.cc.va.us
Fri, 13 Jul 2001 11:00:54 -0400


Number of bytes...
If there is only a small line returned for each of 20 rows...this will be
less than the 1400 (should be much less...)

Could if have anything to do with the number of rows ZSQL 'grabs' for the
query? I'm referring to the Advanced tab now. Anything to do with this
there?

The size of the page should be determined by the number characters I present
to the 'browser' right? If I have just two words for each line times, say,
20 lines, that should not overload it.

Aside from this small thing, Zope makes it so nice to write pages for the
phone. Several major things are planned and the list keeps growing as we
discover new things we can do.

Thanks

-----Original Message-----
From: Ausum [mailto:augusto@artlover.com]
Sent: Friday, July 13, 2001 10:44 AM
To: Schmidt, Allen J.; zope@zope.org
Subject: Re: [Zope] DTML-IN not using SIZE parameter in HDML coding.


Mobile pages like HDML/WML has page size limits, which use to be the
problem.

The size attribute of the dtml-in tag doesn't ensure you a target page
size, which depends on the number of all the characters within the page,
including WML/HDML tags.

For WML the page size limit is 1400 bytes.



Ausum
 



"Schmidt, Allen J." wrote:
> 
> I'm working on an HDML page to displayed on a WAP-enabled phone. Its all
> done in Zope.
> The application works great. It asks you for part of a company name to
> search for, submits and queries a database and returns a list of company
> names that match.
> However, it seems to be ignoring the size parameter of the dtml-in tag. So
> long at the list is fewer than 10 it works fine. If over that, the phone
> can't handle the display of the page and throws an error. Not a Zope error
> but one from the phone.
> 
> Any idea why size would not work with HDML?
> 
> Thanks
> 
> Allen
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )