Search the web
Sign In
New User? Sign Up
hawhaw · HAWHAW Developers group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 60 - 90 of 286   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
60
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...
hawhaw_master
Offline Send Email
May 26, 2003
8:18 pm
62
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
hawhaw_master
Offline Send Email
Sep 12, 2004
11:38 am
67
I had done some HawHaw XML files and I want to add sessions capabilities. Is it possible ? Thx....
guercym
Offline Send Email
Sep 18, 2004
8:09 am
68
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...
hawhaw_master
Offline Send Email
Sep 18, 2004
1:25 pm
69
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...
guercym
Offline Send Email
Sep 20, 2004
3:15 pm
70
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> ...
guercym
Offline Send Email
Sep 20, 2004
7:04 pm
71
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...
hawhaw_master
Offline Send Email
Sep 20, 2004
7:51 pm
72
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 ...
hawhaw_master
Offline Send Email
Sep 20, 2004
8:24 pm
73
Are you a member of Minority Report team ? ;-) It work ! Suggestion: publish inside FAQ, the list of skins you have on your site. Thx....
guercym
Offline Send Email
Sep 21, 2004
8:33 am
74
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 ... ...
hawhaw_master
Offline Send Email
Sep 22, 2004
8:41 pm
75
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>...
guercym
Offline Send Email
Sep 23, 2004
11:47 am
76
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...
hawhaw_master
Offline Send Email
Sep 23, 2004
8:04 pm
77
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@...
Send Email
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...
Daniel Diehl
myphaze
Offline Send Email
Oct 1, 2004
4:01 am
79
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...
hawhaw_master
Offline Send Email
Oct 1, 2004
3:49 pm
80
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 ...
hawhaw_master
Offline Send Email
Oct 23, 2004
2:30 pm
81
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...
hawhaw_master
Offline Send Email
Feb 13, 2005
11:54 am
82
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...
hawhaw_master
Offline Send Email
May 27, 2005
4:49 pm
83
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@...
Send Email
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...
teddy_jasin
Online Now Send Email
Jul 4, 2005
4:09 am
85
Hi Teddy, I copied your script and got this wml output: ... <do type="accept" label="Submit"> <go ...
Norbert Huffschmid
Norbert.Huffschmid@...
Send Email
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",...
cchaudruc
Offline Send Email
Aug 1, 2005
1:45 pm
87
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"); //...
memoma27
Offline Send Email
Aug 18, 2005
7:25 am
88
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...
teddy_jasin
Online Now Send Email
Oct 4, 2005
3:53 am
89
Be careful when using option method for some WML devices it cant accept all the country as the deck generated is too big......
teddy_jasin
Online Now Send Email
Oct 4, 2005
3:53 am
90
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)....
teddy_jasin
Online Now Send Email
Oct 4, 2005
4:49 am
Messages 60 - 90 of 286   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help