Search Type: Posts; User: lennonnz
Search: Search took 0.02 seconds.
-
19 Oct 2012 9:21 AM
- Replies
- 0
- Views
- 154
I am using sencha touch on an web based iPhone application with a large audience (50000+ users per day) and a small percentage of them are blind.
On the iPhone they use Voiceover and 90% of the... -
25 Jul 2012 5:53 PM
- Replies
- 2
- Views
- 857
I tried this and it failed completely in lots of various ways.. The code which I'm trying to build runs without any console errors:
Latest error is:
sencha app build testing... -
22 Jul 2012 2:59 AM
- Replies
- 2
- Views
- 857
I finally released http://www.unlockit.co.nz (View via iPhone) Beta a few days ago (written in senchatouch 2). If you go to it choose the Beta Version
Its really quite a simple application... -
20 Jul 2012 2:20 AM
- Replies
- 9
- Views
- 3,853
You cannot hide the bottom bar it if you open your app on a webpage from Safari. If you open it from a link you've made (which opens in Safari) then the bottom bar will go away.
-
6 May 2012 11:55 AM
- Replies
- 4
- Views
- 600
Thanks..
That fixed it.. -
6 May 2012 1:12 AM
- Replies
- 4
- Views
- 600
Thats adsense giving that error.. nothing to do with the sencha code.
I have removed that (it wasn't the problem) and still a blank screen on iPhone/safari desktop (I knew that wasn't the problem)... -
4 May 2012 9:12 PM
- Replies
- 4
- Views
- 600
I finally decided to move my website over to ST and I downloaded 2.0.1 version to see if it still worked (worked ok on final 2.0 version) before I did the final changes but..
All I get now is a... -
22 Feb 2012 12:15 AM
Jump to post Thread: Is it possible.. by lennonnz
- Replies
- 1
- Views
- 337
Is is possible to have a combination of Tabs and Carousels..
for example.. have Tabs down the bottom AND have the ability to switch between them using the hold and swipe functionality? -
18 Feb 2012 4:11 PM
- Replies
- 9
- Views
- 1,295
Its been fixed 7 months ago
http://trac.webkit.org/changeset/90971
Apple just have to use a newer version of webkit on Safari (Apple and Desktop) -
16 Feb 2012 5:20 PM
Jump to post Thread: Parentheses in itemTpl by lennonnz
- Replies
- 3
- Views
- 564
think he wants to know how to do: Mustang {3} not Mustang (3) ??
This can be done via: (just tested)
itemTpl: "{car_name} \{{count}\}" -
15 Feb 2012 8:25 PM
- Replies
- 9
- Views
- 1,295
Does the same with Safari (Version 5.1.3 (7534.53.10)) as well.
Thanks :-) -
15 Feb 2012 4:36 PM
- Replies
- 9
- Views
- 1,295
Hi there.
It doesn't seemed to be fixed (The release notes didn't say it was) in B3 .. maybe in B4.
I made a simple case which breaks. I cannot get it working at all. Can you give me your... -
14 Feb 2012 4:39 PM
- Replies
- 5
- Views
- 927
The Problem with a list and change the disclosure icon is you still have to click on the icon on the right hand side . to see what its pointing towards.. On the standard iPhone GUI with Items like...
-
11 Feb 2012 6:32 PM
- Replies
- 5
- Views
- 927
Hi there.
How do I made a GUI look like the image below.
I can make up in senchatouch 2 the below type of interface so it looks like an iPhone interface correctly. I can't find any examples... -
11 Feb 2012 6:12 PM
- Replies
- 9
- Views
- 1,295
See my website:
http://www.unlockit.co.nz/newsite in the "Submit APN" tab:
Its a Tab Panel
- Fieldset
- - SelectField
- - Textfield
- - textareafield
- Button -
11 Feb 2012 1:51 PM
- Replies
- 9
- Views
- 1,295
Using a textareafield and the placeHolder text is wider than the width of the textareafield the contents of the placeHolder text doesn't wrap to the new line.
When you enter actual text into the... -
10 Feb 2012 4:28 PM
- Replies
- 3
- Views
- 621
Yes removing the width:"100%" works.. but why?
-
10 Feb 2012 12:54 AM
Jump to post Thread: Loading Modules Problems?? by lennonnz
- Replies
- 1
- Views
- 290
the Start of my code is:
Ext.require(['Ext.List','Ext.TitleBar','Ext.form.Panel','Ext.data.Store','Ext.TabPanel','Ext.form.FieldSet','Ext.field.Select']);
Ext.setup({
... -
10 Feb 2012 12:43 AM
- Replies
- 3
- Views
- 621
I have a button which has width 100%. It lines up on the left hand side ok but on the right hand side it is too wide.
As you can see in the image the left hand side is lined up with the fieldset... -
2 Feb 2012 4:30 PM
- Replies
- 3
- Views
- 670
"Success! Looks like we've fixed this one. According to our records the fix was applied for TOUCH-1747 in 2.0."
Oh.. it was a bug? .. I thought it was my coding so I did it another way by using... -
2 Feb 2012 1:48 PM
Jump to post Thread: Changes in B1 by lennonnz
- Replies
- 1
- Views
- 331
I have 99% of the "bugs" sorted out now in my app but a couple of questions.
"fields is deprecated as a property directly on the Model prototype. Please put it inside the config object."
How do... -
2 Feb 2012 4:00 AM
Jump to post Thread: Correct way of Getting Values by lennonnz
- Replies
- 1
- Views
- 255
in ST 2 PRX I used to use
Ext.define('Carriers', {
extend: 'Ext.data.Model',
fields: [
{name: 'carrierid', type: 'string'},
... -
1 Feb 2012 7:40 PM
- Replies
- 3
- Views
- 670
in all other versions of ST2 I used to do the below.
But the this.setValue(country_code) doesn't seem to work now and the select field doesn't change
country_code is defined someplace else as... -
1 Feb 2012 7:27 PM
- Replies
- 1
- Views
- 546
Update: suddenly it started working "correctly" as the fields didn't look greyed out anymore for some reason..
Using a selectfield on the iPhone the fields looked greyed out (but still work).
... -
27 Jan 2012 2:50 PM
Jump to post Thread: Store.load() screen updating by lennonnz
- Replies
- 3
- Views
- 550
Would you be able to let me know the fix (its its simple to change) (or a work around?) so I can continue my application until PR5 comes out..
Thanks
Results 1 to 25 of 43
