Sigma Php Ajax framework, Ajax Components, GUI Builder
February 11, 2012, 10:51:25 PM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
Sigma Php Ajax framework, Ajax Components, GUI Builder
>
Sigma Visual GUI Builder & Library
>
Sigma Visual - Q&A
(Moderators:
steven
,
linb
) >
Is this ajax builder compatible with AIR?
Pages: [
1
]
« previous
next »
Print
Author
Topic: Is this ajax builder compatible with AIR? (Read 560 times)
win98
Jr. Member
Posts: 11
Is this ajax builder compatible with AIR?
«
on:
January 12, 2009, 12:28:09 AM »
I am not sure if my application built with sigma ajax builder could work within AIR?
Logged
steven
Moderator
Hero Member
Posts: 546
Re: Is this ajax builder compatible with AIR?
«
Reply #1 on:
January 12, 2009, 07:10:40 PM »
There is one issue.
The first version of AIR has a bug, that is, inline event can't be recognized by innerHTML.
I am not sure if it has been fixed or not.
Sigma Visual is sure to work without that bug.
Logged
Sigma AJAX Data Grid - Easy to Integrate with PHP, ASP Classic, ASP.NET & Java
Sigma PHP Ajax Framework - WYSIWYG GUI Builder With Tree, Grid, Treegrid, Dialog, Tab & More Component
steven
Moderator
Hero Member
Posts: 546
Re: Is this ajax builder compatible with AIR?
«
Reply #2 on:
January 12, 2009, 07:11:39 PM »
try the following lines to see if this bug exists.
<html><head></head><body> <div id='con'></div> <script type="text/javascript"> setTimeout(function(){ document.getElementById('con').innerHTML= '<button onclick="alert(9);">click me!</button>'; },1000); </script> </body></html>
Logged
Sigma AJAX Data Grid - Easy to Integrate with PHP, ASP Classic, ASP.NET & Java
Sigma PHP Ajax Framework - WYSIWYG GUI Builder With Tree, Grid, Treegrid, Dialog, Tab & More Component
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News & Announcements
-----------------------------
Sigma Visual GUI Builder & Library
-----------------------------
=> Sigma Visual - Knowledge Share
=> Sigma Visual - Q&A
=> Bug Report & Wishlist
-----------------------------
Sigma Grid
-----------------------------
=> Sigma Grid - Q&A
=> Show Case
=> Bug Report & Wishlist
-----------------------------
Other
-----------------------------
=> AJAX & JavaScript
Loading...