In this page
<http://www.iui-js.org/documentation/latest/styles-themes.html>, the
example code of "dialog box" is different from the live demo. The
example code displayed there seems does not work properly: it looks like
a mess. Should the code be replaced with the code in the live demo, or I
got something wrong?
Thanks!
Hong
This documentation was done for 0.5 code but Sean did change documentation to match 0.4 (which is good).
Something may be wrong somewhere...
See this page:
http://iui.googlecode.com/git/web-app/samples/music/music.htm
The dialog itself works, so it's not something broken in iUI but in the documentation.
Website documentation example is not resizing panels at 100% of the screen height so it clearly uses 0.4.
Could you share your code?
Remi
> --
> You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group.
> To post to this group, send email to iphone...@googlegroups.com.
> To unsubscribe from this group, send email to iphonewebdev...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
>
The code is here:
https://github.com/mobile-elements/mobile-elements.github.com/blob/dialog/index.html#L37
Hong
On 04/07/2012 10:51 PM, Rémi Grumeau wrote:
You're right!
This documentation was done for 0.5 code but Sean did change documentation to match 0.4 (which is good).
Something may be wrong somewhere...
See this page:
http://iui.googlecode.com/git/web-app/samples/music/music.htm
The dialog itself works, so it's not something broken in iUI but in the documentation.
Website documentation example is not resizing panels at 100% of the screen height so it clearly uses 0.4.
Could you share your code?
Remi
On 7 avr. 2012, at 03:17 PM, Hong Xu<xuh...@gmail.com> wrote:
Hello all,
In this page<http://www.iui-js.org/documentation/latest/styles-themes.html>, the example code of "dialog box" is different from the live demo. The example code displayed there seems does not work properly: it looks like a mess. Should the code be replaced with the code in the live demo, or I got something wrong?
Thanks!
Hong
--
You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group.
To post to this group, send email to iphone...@googlegroups.com.
To unsubscribe from this group, send email to iphonewebdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
--
You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group.
To post to this group, send email to iphone...@googlegroups.com.
To unsubscribe from this group, send email to iphonewebdev+unsubscribe@googlegroups.com.
To unsubscribe from this group, send email to iphonewebdev...@googlegroups.com.
Can you post an example of the "strange" behavior and/or provide a
little more detail?
-- Sean
Yes, of course.
The first issue: When the search dialog box is popped up, there will be
a grey "search:" in the left of the search box: http://imgur.com/2ExNq
However, the left boundary of the cursor area in this search box is at
the left of the ":" in "search:", which means "search:" has an
overlapping area with the edit area.
The second issue: When you tap on the "Search" button, and then tap on
the "Cancel" button, then "Search" button again, "Cancel" button again,
you will found the "Search" button disappears: it is replaced by a
button without any word in it.
Thank you very much if you could help me,
Hong
On 04/12/2012 02:24 PM, Sean Gilligan wrote:Yes, of course.
On 4/10/12 8:33 AM, Hong Xu wrote:
This code is based on the live demo code, but not from the example
code, so it works. But there is still one issue here: the input field
in the dialog overlaps with the word "search" a bit. And also, if you
click "search" "cancel" "search" two or three times, the ui may become
strange.
Can you post an example of the "strange" behavior and/or provide a
little more detail?
The first issue: When the search dialog box is popped up, there will be a grey "search:" in the left of the search box: http://imgur.com/2ExNq
However, the left boundary of the cursor area in this search box is at the left of the ":" in "search:", which means "search:" has an overlapping area with the edit area.
The second issue: When you tap on the "Search" button, and then tap on the "Cancel" button, then "Search" button again, "Cancel" button again, you will found the "Search" button disappears: it is replaced by a button without any word in it.
Thank you very much if you could help me,
Hong
I'll give it a try tomorrow.
>
> The second issue: When you tap on the "Search" button, and then tap
> on the "Cancel" button, then "Search" button again, "Cancel" button
> again, you will found the "Search" button disappears: it is replaced
> by a button without any word in it.
>
>
> Can you reproduce the bug here?
> http://stage.iui-js.org/test/form-test.html
>
I can't reproduce it here. I used TbBMod
<http://www.iui-js.org/documentation/0.50/extensions/extensions-tbbmod.html>
in my code. Maybe that's the reason that causes the problem?
Thanks,
Hong
Yes, this is fixed. Thanks.
>
>>
>> The second issue: When you tap on the "Search" button, and then tap
>> on the "Cancel" button, then "Search" button again, "Cancel" button
>> again, you will found the "Search" button disappears: it is replaced
>> by a button without any word in it.
>>
>>
>> Can you reproduce the bug here?
>> http://stage.iui-js.org/test/form-test.html
>>
>
> I can't reproduce it here. I used TbBMod
> <http://www.iui-js.org/documentation/0.50/extensions/extensions-tbbmod.html>
> in my code. Maybe that's the reason that causes the problem?
>
Hong