Hi all, HAWHAW V5.0 is now available for download. And I'm proud to announce an important enhancement: HAWHAW now supports VoiceXML! This means that from now...
Hi all, HAWHAW V5.1 is now available for download. There is a new format element HAW_TEXTFORMAT_BOXED available, that be used for some nicer HTML output, e.g....
Norbert Huffschmid
Norbert.Huffschmid@...
Aug 10, 2003 9:50 pm
63
Hi all, HAWHAW V5.3 is now available for download. The browser detection has been enhanced for better PDA support and some minor bugs concerning VoiceXML...
Norbert Huffschmid
Norbert.Huffschmid@...
Dec 3, 2003 9:11 pm
64
Hi all, HAWHAW V5.4 is available for download! Support of XHTML now brings color to the mobile phone! The HAW_text class has been enhanced by a set_color()...
Norbert Huffschmid
Norbert.Huffschmid@...
Apr 2, 2004 9:10 am
65
Hi HAWHAW developers, HAWHAW V5.5 is available for download! There has been a bug in XHTML output fixed, which prevented proper display on some mobile devices....
Norbert Huffschmid
Norbert.Huffschmid@...
Jul 26, 2004 9:15 pm
66
Hi HAWHAW developers, version 5.7 of hawhaw.inc is available for download. There has been a major redesign for HTML output. Bigscreen browser output is now...
Session handling normally is done browser-based by sending a stored cookie within HTTP requests. Translated to HAWHAW XML this would mean that: - the HAWHAW...
OK, I had solve my problem using : <?php session_start(); ?> and <hidden name="PHPSESSID" value="<?php echo session_id() ?>"></hidden> in my xml file. Thx for...
The skin tag is not parse if I call my xml file via the proxy. XML file: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE hawhaw SYSTEM "hawhaw.dtd"> <hawhaw> ...
I have added "skinning" within HAWHAW XML just some days ago. You must upgrade to HAWXY V1.3 before you can use the skin attribute. Release note is coming...
Hi HAWHAW XML users, there is a new version of hawxy.php available, which makes the new hawhaw.inc features "skinning" and "accessability" usable for HAWHAW ...
There's only one more skin I have prepared: http://abakus.hawhaw.net/ When more skins are created by HAWHAW users I can image to setup a skin gallery ... ...
The proxy suppress data between <td></td> tag. Actually <td><text>Hello</text></td> or <td><a href="">hello</a></td> must be use. Can you make <td>Hello</td>...
This behaviour is according to the HAWHAW XML reference: http://www.hawhaw.de/ref/xml/en/tag_td.htm Only <text>, <img> and <a> elements are allowed within...
Hello HAWHAW XML users, there is a new tool available for learning HAWHAW XML: The HAWHAW XML Sandbox. http://www.hawhaw.de/sandbox/ Comparable to a wiki...
Norbert Huffschmid
Norbert.Huffschmid@...
Sep 27, 2004 9:26 pm
78
Hi there, when surfing over SonyE P800 output will be converted to xHTML (HTML). Looking good and correctly. In the Profile definition of this device (taken...
Hi Daniel, the hawdebug query parameter can be used if you want to see what kind of output is created for a given markup language. This normally makes sense...
Hi all, there are new versions of the HAWHAW PHP class library hawhaw.inc and the HAWHAW XML Proxy hawxy.php available: hawhaw.inc: V5.8 hawxy.php: V1.3.1 ...
Hi HAWHAW developers, version 5.9 of hawhaw.inc is available for download. The new version supports the POST method in HAW_form objects. Post support has often...
Hi all, most of you probably have heard about TikiWiki, the PHP-based CMS/groupware project with HAWHAW integration. Today I can announce the start of a joint...
Hi HAWHAW developers, version 5.10 of the HAWHAW library is available for download. Main reason for this release is a bugfix in class HAW_form concerning WML ...
Norbert Huffschmid
Norbert.Huffschmid@...
Jun 11, 2005 2:53 pm
84
Hi, I got the following PHP scripts: <?php require_once "../../includes/hawhaw/hawhaw.inc.php"; $haw=new HAW_deck("",HAW_ALIGN_LEFT); if...
Hi Teddy, I copied your script and got this wml output: ... <do type="accept" label="Submit"> <go ...
Norbert Huffschmid
Norbert.Huffschmid@...
Jul 4, 2005 5:18 pm
86
I thought this might be helpful for the HAWHAW community and save someone some time... //begin US States select code $mySelect->add_option("Choose State",...
Hoi I have probleem also: $page = new HAW_deck("TV Gids",HAW_ALIGN_CENTER); // //bla bla // i want text1 align is center $text1=new HAW_text("text one"); //...
I still having this problem for so long.. hmmpphh.. but it works well on different machine with same apache version, php version and even php.ini anyone have...
finally it works.... was thinking because of the server side... but i do tracing and find out the problem was at the $this->element at function create(&$deck)....