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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 201 - 233 of 286   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
201
Hi All, I am new to HawHaw and I have created a small WAP site, and I would like to store user information such as the username in the session or a cookie but...
gregory_herve
Offline Send Email
Mar 10, 2008
6:52 pm
202
Hi Greg, with what kind of device do you have problems with? Session handling is the same as for other PHP apps. Some WAP-specifics can be handled with...
Norbert Huffschmid
hawhaw_master
Offline Send Email
Mar 11, 2008
4:54 pm
203
Hi Norbert, I have one php page that handles all the different menus, and I would like to store some information as the user goes along... I have a form on my...
gregory_herve
Offline Send Email
Mar 12, 2008
5:04 pm
204
Hi Greg, after changing: $myForm->add_form($mySubmit); to: $myForm->add_submit($mySubmit); your code works pretty fine inclusive session storage. Norbert...
hawhaw_master
Offline Send Email
Mar 12, 2008
5:36 pm
205
Thanks Norbert, You are right, this code works, but i have found that the session data get erased when using the redirection to move to another page: ...
gregory_herve
Offline Send Email
Mar 13, 2008
3:06 pm
206
hello guys, just want to ask, is it possible to upload a file in hawhaw ? ... some kind of <input type="file"> ? thanks...
[c0r3]
cosca_vodka
Offline Send Email
Apr 4, 2008
3:45 pm
207
HAWHAW does not support file upload because many mobile devices don't support it. Norbert...
hawhaw_master
Offline Send Email
Apr 4, 2008
3:57 pm
208
Hi HAWHAW developers, HAWHAW V5.17 is available for download. The internal device detection algorithm has been slightly improved, so that rendering issues on...
hawhaw_master
Offline Send Email
Apr 6, 2008
1:02 pm
209
Thanks Norbert. Based on your latest post, it said that i could insert customized html script, with add_raw(). And if i use add_raw to insert <input ...
[c0r3]
cosca_vodka
Offline Send Email
Apr 8, 2008
3:16 pm
210
Hi Donnie, usage of HAW_raw in fact should be an option for you: ... $myUploadHTML = "<input name="myfile" type="file" ...>"; $myUploadElement = new...
hawhaw_master
Offline Send Email
Apr 8, 2008
3:35 pm
211
It works, Norbert :) The add_raw function does its job. Finally, i could upload an image via wap. But it seems that we have to add_raw for FORM element, ...
[c0r3]
cosca_vodka
Offline Send Email
Apr 9, 2008
4:17 pm
212
Glad to hear that it works! Concering class definitions: The HAW_text and HAW_link classes have a method called set_css_class(), where class definitions can be...
hawhaw_master
Offline Send Email
Apr 9, 2008
4:33 pm
213
Whoa, ... i didn't read the reference carefully ... thanks ! ... set_css_class(), where class ... file ... ... customized html ... HAWHAW will ... answered it...
[c0r3]
cosca_vodka
Offline Send Email
Apr 10, 2008
2:52 pm
214
Hi Norbert, I was just wondering of there is a recommended method to create <ol> <ul> lists <li>. Thanks, Jason...
jasonnavarro2003
jasonnavarro...
Online Now Send Email
Apr 12, 2008
9:38 am
215
You have to use a sequence like: $item = new HAW_text("- listitem"); $myDeck->add_text($item); ... (There is no dedicated class for lists in hawhaw) Norbert...
hawhaw_master
Offline Send Email
Apr 12, 2008
1:07 pm
216
Hi list, the PHP library hawhaw.inc has been slightly enhanced and is now available as V5.18. The new version has an improved support of Android devices and...
hawhaw_master
Offline Send Email
May 10, 2008
1:20 pm
217
Hi Norbert, Back to the same Idea! Is it possible to add an image to linkset, I would like to use an icon before the link. [icon][link] [icon][link] ...
jasonnavarro2003
jasonnavarro...
Online Now Send Email
May 14, 2008
1:40 pm
218
Hi Jason, what do you think about adding a new method HAW_link::add_image($myImage)? This way it would be possible to place all kind of icons in front of...
hawhaw_master
Offline Send Email
May 14, 2008
5:35 pm
219
Hi Norbert, Doh! I don't know what I was thinking of course class::function Thank You! Jason ... HAW_link::add_image($myImage)? ... links. It would work ... to...
jasonnavarro2003
jasonnavarro...
Online Now Send Email
May 14, 2008
6:29 pm
220
Norbert, I finally had some time to try and style up my pages with the new css function. I was working with a few sized graphics and was thinking that if I was...
jasonnavarro2003
jasonnavarro...
Online Now Send Email
May 14, 2008
6:46 pm
222
How about giving the display <div> section an id, so you can reference it and perform any CSS manipulations of your choice. That's quite easy to implement and...
hawhaw_master
Offline Send Email
May 15, 2008
3:58 pm
223
How about something like this: ... $myItem1 = new HAW_text("listitem 1"); $myItem2 = new HAW_text("listitem 2"); $myLink = new HAW_link("Some link",...
hawhaw_master
Offline Send Email
May 15, 2008
4:15 pm
225
Maybe in next release :) Norbert...
hawhaw_master
Offline Send Email
May 16, 2008
2:42 pm
226
Hi list, the PHP library hawhaw.inc V5.19 is available for download. The list of modifications is as follows: The classes HAW_link and HAW_phone now provide a...
hawhaw_master
Offline Send Email
May 23, 2008
9:55 am
227
I thought about that and considered it to be a perfect candidate for a HAWHAW plugin. I wrote the plugin plus an article how HAWHAW plugins in general and this...
hawhaw_master
Offline Send Email
May 23, 2008
10:51 am
229
My personal opinion is that it's better to keep the core library lean and to implement such kind of features as external plugins. From the implementers point...
hawhaw_master
Offline Send Email
May 26, 2008
8:15 pm
230
Hi! Can someone give me an example how to use set_css in HAW_text. Thank you sandro...
sandro_fra
Offline Send Email
Jun 8, 2008
8:43 pm
231
... My problem is that: I need a page with 5 rows of text, 3 of them right aligned and 2 of them left aligned. How can i do that? Sorry for my bad english, I'm...
sandro_fra
Offline Send Email
Jun 9, 2008
3:25 pm
232
Hi Sandro, change of text alignment within a deck is not supported. As HAW_text elements are surrounded with <span> tags, set_css_class() unfortunately seems...
hawhaw_master
Offline Send Email
Jun 9, 2008
3:44 pm
233
Hello all, I´m receiving this message: Fatal error: Call to a member function add_raw() on a non-object in C:\Inetpub\wwwroot\ufind\wap\tempo.php on line 60 ...
Edu
edusozza
Offline Send Email
Jun 13, 2008
7:39 pm
Messages 201 - 233 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