Search Type: Posts; User: bassajen
Search: Search took 0.05 seconds.
-
28 Feb 2012 8:50 AM
Jump to post Thread: safari or chrome in fullscreen by bassajen
- Replies
- 1
- Views
- 683
hello,
is there a way to use this API
http://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dfnReturnLink-0
from within sencha touch?
it works on chrome and is used to put the... -
22 Feb 2012 6:17 AM
- Replies
- 6
- Views
- 796
quote.
same problem here with a card layout and these two animations:
xt.getCmp('myagree').animateActiveItem(0, { type: 'slide', direction: 'right'});
...... -
16 Feb 2012 9:21 AM
Jump to post Thread: list not loading by bassajen
- Replies
- 5
- Views
- 471
ops sooooo noobish :s
used an array renderer instead of a json renderer... the deigned didn't signaled me the error and so I believed it was the list not working.:s Instead it was the data not... -
16 Feb 2012 9:14 AM
Jump to post Thread: list not loading by bassajen
- Replies
- 5
- Views
- 471
already checked.
it's empty.
M -
16 Feb 2012 9:07 AM
Jump to post Thread: list not loading by bassajen
- Replies
- 5
- Views
- 471
good question!
any advice on how to check the DOM in safari :">
Marco -
16 Feb 2012 2:36 AM
Jump to post Thread: list not loading by bassajen
- Replies
- 5
- Views
- 471
hello,
the list in the project does not show anything when loaded.
I followed the sample in the kitchensink (hope so :) ) but doesn't work.
any advice?
thanks
Marco -
15 Feb 2012 4:23 PM
Jump to post Thread: dataview setup in designer by bassajen
- Replies
- 3
- Views
- 841
hello,
could be possible to have some sample on how to set up a component data view in Designer, especially regarding the DataItem...
I'm tryong to replicate the sample from Sencha Blog ... -
13 Feb 2012 12:40 PM
- Replies
- 5
- Views
- 1,062
for some strange reason i have followed this pattern:
moved back to PC
saved and deployed (without changing the path, so it was deployed to /user/User/Desktop/sencha/primotest also on the PC)... -
13 Feb 2012 12:35 PM
- Replies
- 17
- Views
- 2,618
the project attached to this thread has the "undefined" is not an object error
http://www.sencha.com/forum/showthread.php?180136-view-not-deployed
opening it I am still getting the error... -
13 Feb 2012 7:04 AM
Jump to post Thread: swipe event bug? by bassajen
- Replies
- 2
- Views
- 513
change the Mykeynote.js like this
onTouchPanelEvent: function(e, target, options, eventController) {
var eventName = eventController.info.eventName;
if (!this.popup) {
... -
13 Feb 2012 3:35 AM
Jump to post Thread: swipe event bug? by bassajen
- Replies
- 2
- Views
- 513
hello,
i'm attaching this simple test app.
the main view is made of a carousel of panels inside a main panel.
when i swipe in Safari, sometimes the main panel gets the swipe event (and... -
12 Feb 2012 2:04 AM
Jump to post Thread: catch tap event into a panel by bassajen
- Replies
- 2
- Views
- 662
this is the code after having manually edited...
Ext.define('MyApp.controller.MyController', {
extend: 'Ext.app.Controller',
config: {
refs: {
keynote2:... -
12 Feb 2012 1:39 AM
Jump to post Thread: catch tap event into a panel by bassajen
- Replies
- 2
- Views
- 662
this is the error i get from the designer
CodeGeneration: encountered an event binding with name "tap" which is not supported by its parent of type "panel". -
11 Feb 2012 8:17 AM
Jump to post Thread: catch tap event into a panel by bassajen
- Replies
- 2
- Views
- 662
hello,
I have a panel that contains a carousel of several cards (panel themselves).
I'd like to add a listener to the tap event to the main panel so that if a user swipes it scroll the carousel... -
11 Feb 2012 6:06 AM
Jump to post Thread: view not deployed by bassajen
- Replies
- 4
- Views
- 935
solved this issue by manually setting both the designer.js view:
and changing in MainPanel.js
...
listeners: [
each delegate being capitalized
delegate: '#login' -> delegate: '#Login'
now... -
11 Feb 2012 3:25 AM
Jump to post Thread: view not deployed by bassajen
- Replies
- 4
- Views
- 935
hello,
final bug i am facing:
i have added a new view to the project. then did save and deploy.
but the new view has not been created under the view directory (missing files and also missing... -
11 Feb 2012 3:19 AM
- Replies
- 5
- Views
- 1,062
hello,
after moving the project from pc to mac I have changed the deploy path setting it to
/Users/user/Desktop/sencha/primotest
from
c:\xampp\htdocs\designtest -
11 Feb 2012 3:14 AM
- Replies
- 17
- Views
- 2,618
hello,
i have moved a project between PC and MAC a couple of times and now i get the error
TypeError: 'undefined' is not an object
frequently when I switch from one view to another in the... -
10 Feb 2012 3:31 PM
- Replies
- 6
- Views
- 1,323
great example and great tool this designer, it made it extremely simple!
-
10 Feb 2012 8:31 AM
- Replies
- 6
- Views
- 1,323
hello, i'm pretty new to sencha and i am trying to add some simple overlay functionalities to a button using sencha designer.
i've created a button into a toolbar and added the tap event. ...
Results 1 to 20 of 20
