Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
iPhone Wax
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
iPhone Wax
1–30 of 292
Mark all as read
Report group
0 selected
Wendi Su
, …
smith
4
11/23/16
How to re-execute a lua scripte
Lua first compiles the code into an intermediate format (bytecode). Compiling is a step which takes
unread,
How to re-execute a lua scripte
Lua first compiles the code into an intermediate format (bytecode). Compiling is a step which takes
11/23/16
Amor Yin
4/1/16
how can i import a custom IB'UIView such as custom UITableViewCell in wax
how can i import a custom IB'UIView such as custom UITableViewCell in wax? like this in oc @
unread,
how can i import a custom IB'UIView such as custom UITableViewCell in wax
how can i import a custom IB'UIView such as custom UITableViewCell in wax? like this in oc @
4/1/16
Amor Yin
4/1/16
wax can define or link muti-class in one *.lua?
wax can define or link muti-class in one *.lua?
unread,
wax can define or link muti-class in one *.lua?
wax can define or link muti-class in one *.lua?
4/1/16
Dave Wang
, …
Amor Yin
4
4/1/16
how to add property for waxClass
u can do this: if self.label_ == nil then local label_ = UILabel:initWithframe(rect) self.label_ =
unread,
how to add property for waxClass
u can do this: if self.label_ == nil then local label_ = UILabel:initWithframe(rect) self.label_ =
4/1/16
Hào Lê
,
corey johnson
2
1/15/16
Delegate in wax
Hi, I don't maintain wax anymore. The best place to get questions answered is at https://github.
unread,
Delegate in wax
Hi, I don't maintain wax anymore. The best place to get questions answered is at https://github.
1/15/16
Junzhan
10/15/15
Wax is being maintained by alibaba
Wax is being maintained by alibaba, 64bit, block, is supported. see https://github.com/alibaba/wax
unread,
Wax is being maintained by alibaba
Wax is being maintained by alibaba, 64bit, block, is supported. see https://github.com/alibaba/wax
10/15/15
Oscar Franco
10/15/15
CLLocation help
Hello, I'm trying to use wax to get device location using the following snippet: local
unread,
CLLocation help
Hello, I'm trying to use wax to get device location using the following snippet: local
10/15/15
Felipe Cavalcanti
,
jerry
2
2/19/15
Wax compatible with both armv7/s and arm64
think u,that is really what i look for Sent from my iPhone On Feb 13, 2015, at 5:54 AM, Felipe
unread,
Wax compatible with both armv7/s and arm64
think u,that is really what i look for Sent from my iPhone On Feb 13, 2015, at 5:54 AM, Felipe
2/19/15
lammert
, …
wangoc...@gmail.com
3
11/4/13
Calling Objective-c method that has underscore
hello,recently I have encountered this issue.Can you give me an example about how to call an
unread,
Calling Objective-c method that has underscore
hello,recently I have encountered this issue.Can you give me an example about how to call an
11/4/13
Sivansethu G
,
yuan.ping chen
2
9/5/13
32 bytes leak on each call wax_pcall(L,argcount,1)
I wish someone take over the control of wax project,It seems nobody maintain the source code, so If
unread,
32 bytes leak on each call wax_pcall(L,argcount,1)
I wish someone take over the control of wax project,It seems nobody maintain the source code, so If
9/5/13
Croath Liu
,
kevin kong
2
8/15/13
A xcode template for wax
very good! thx. 在 2013年5月21日星期二UTC+8下午2时15分09秒,Croath Liu写道: I hope you guys check it out https://
unread,
A xcode template for wax
very good! thx. 在 2013年5月21日星期二UTC+8下午2时15分09秒,Croath Liu写道: I hope you guys check it out https://
8/15/13
Dave Wang
,
Benjamin Tolputt
3
3/7/13
how using NSPredicate (many args) in wax
Thinks! On Thursday, March 7, 2013 3:24:16 PM UTC+8, BJTolputt wrote: On 07/03/2013, at 6:07 PM, Dave
unread,
how using NSPredicate (many args) in wax
Thinks! On Thursday, March 7, 2013 3:24:16 PM UTC+8, BJTolputt wrote: On 07/03/2013, at 6:07 PM, Dave
3/7/13
Dave Wang
2
3/7/13
waxClass at isKindOfClass error.
ok On Friday, March 1, 2013 2:36:39 PM UTC+8, Dave Wang wrote: eq: waxClass{"A",UIButton} .
unread,
waxClass at isKindOfClass error.
ok On Friday, March 1, 2013 2:36:39 PM UTC+8, Dave Wang wrote: eq: waxClass{"A",UIButton} .
3/7/13
Sivansethu G
12/11/12
Integrate luaThread
How to integrate LuaThread lib in Wax Regards Sethu
unread,
Integrate luaThread
How to integrate LuaThread lib in Wax Regards Sethu
12/11/12
Sivansethu G
12/10/12
integrate 3rd party threading library lanes
Is it possible to integrate 3rd party threading library Lanes?
unread,
integrate 3rd party threading library lanes
Is it possible to integrate 3rd party threading library Lanes?
12/10/12
Aaron Dale
10/25/12
Calling wax class method with multiple arguments
Hey everyone, I just started with wax yesterday and I've run into a tiny snag. I have not
unread,
Calling wax class method with multiple arguments
Hey everyone, I just started with wax yesterday and I've run into a tiny snag. I have not
10/25/12
code0tt
, …
André Braga
3
10/8/12
[wax] In lua script, how to access obj-c instance variable?
Moreover, -count has never been a property. Using dot syntax to access it as a property is abusing
unread,
[wax] In lua script, how to access obj-c instance variable?
Moreover, -count has never been a property. Using dot syntax to access it as a property is abusing
10/8/12
smith
9/29/12
Size limit or bug in wax_xml_parser
I've tried to run the following code snippet and it crashes wax with no error message --local yb=
unread,
Size limit or bug in wax_xml_parser
I've tried to run the following code snippet and it crashes wax with no error message --local yb=
9/29/12
glub32
,
Andy Bower
2
9/25/12
warning: No wax_originalAllocWithZone method found
Hi, I just fixed this warning by added an interface extension declaration for NSObject immediately
unread,
warning: No wax_originalAllocWithZone method found
Hi, I just fixed this warning by added an interface extension declaration for NSObject immediately
9/25/12
Chuanli Gan
9/22/12
How does Wax call lua functions such as function tableView_numberOfRowsInSection?
function tableView_numberOfRowsInSection(self, tableView, section) return #table.keys(self.state) end
unread,
How does Wax call lua functions such as function tableView_numberOfRowsInSection?
function tableView_numberOfRowsInSection(self, tableView, section) return #table.keys(self.state) end
9/22/12
Sivansethu G
, …
Andy Bower
5
9/22/12
pass block from lua
Hi, I have recently been using wax as a means of calling out to ObjC from the Gideros Mobile
unread,
pass block from lua
Hi, I have recently been using wax as a means of calling out to ObjC from the Gideros Mobile
9/22/12
Sivansethu G
9/12/12
integrate luaSql
I want to integrate luaSql in Wax. How it should be done? Regards Sethu
unread,
integrate luaSql
I want to integrate luaSql in Wax. How it should be done? Regards Sethu
9/12/12
louis
,
cai
3
7/25/12
how to use UIWebViewDelegate in wax?
can you give me a sample? I modified this line self.webView:setDelegate(self) ,It can't work. On
unread,
how to use UIWebViewDelegate in wax?
can you give me a sample? I modified this line self.webView:setDelegate(self) ,It can't work. On
7/25/12
stone
7/24/12
cocos2d with wax, overload method does not work?
I'm using cocos2d with wax, I define A class as blew, but the method "onEnter" had not
unread,
cocos2d with wax, overload method does not work?
I'm using cocos2d with wax, I define A class as blew, but the method "onEnter" had not
7/24/12
Sivansethu G
,
André Braga
2
7/20/12
middleclass library
Em 20/07/2012, às 09:12, Sivansethu G <sivan...@gmail.com> escreveu: > In Wax lua file, I
unread,
middleclass library
Em 20/07/2012, às 09:12, Sivansethu G <sivan...@gmail.com> escreveu: > In Wax lua file, I
7/20/12
cai
,
Corey Johnson
2
6/19/12
How to use wax with storyboard ?
I don't think `rake ib` works anymore with Xcode 4. On Monday, June 18, 2012 at 10:42 PM, cai
unread,
How to use wax with storyboard ?
I don't think `rake ib` works anymore with Xcode 4. On Monday, June 18, 2012 at 10:42 PM, cai
6/19/12
Justin Cormack
6/13/12
anyone in the UK?
I am starting up a London (UK) Lua users group, to help get people together who are using Lua in
unread,
anyone in the UK?
I am starting up a London (UK) Lua users group, to help get people together who are using Lua in
6/13/12
stone
,
Corey Johnson
2
6/11/12
how to start a NSThread
Lua code can only run in the main thread. If you want to do something in a separate thread you have
unread,
how to start a NSThread
Lua code can only run in the main thread. If you want to do something in a separate thread you have
6/11/12
Wendi Su
6/1/12
Re-execute Lua script
I am currently working on a project which uses lua and cocos2d-iphone. We intend to use lua to
unread,
Re-execute Lua script
I am currently working on a project which uses lua and cocos2d-iphone. We intend to use lua to
6/1/12
Wendi Su
5/25/12
Problem with wax framework, ios 5.1 and xcode 4
I downloaded wax framework zip from https://github.com/downloads/probablycorey/wax/wax.framework.zip
unread,
Problem with wax framework, ios 5.1 and xcode 4
I downloaded wax framework zip from https://github.com/downloads/probablycorey/wax/wax.framework.zip
5/25/12