Search Type: Posts; User: samlinux
Search: Search took 0.04 seconds.
-
12 Apr 2013 10:39 PM
- Replies
- 2
- Views
- 134
Thanks for your right direction.
Below my solution:
My Model looks like this:
{name: 'stundenSt', type: 'date', dateFormat: 'H:i:s'}, -
8 Apr 2013 6:34 AM
- Replies
- 2
- Views
- 134
Hi
how is the right way to sum up a grip with column formated "H:i" ?
I have a model like this
{name: 'stundenSt1', type: 'date', dateFormat: 'H:i:s'} -
21 Sep 2012 6:41 AM
- Replies
- 3
- Views
- 380
after debugging my hole code and a lot of hours later, I found finally out that there was a problem with a google font I have included in the app.scss
//@import... -
20 Sep 2012 10:21 PM
- Replies
- 3
- Views
- 380
Is there anybody who has a similar problems with the list and the sencha build command ?
-
20 Sep 2012 7:34 AM
- Replies
- 3
- Views
- 380
My list works while development state perfect but if i use the sencha build command it doesn't.
sencha app build production
my list is not scrolling, the list only scrolls if you tab on one... -
16 Sep 2012 10:31 PM
Jump to post Thread: Change the application icons by samlinux
- Replies
- 2
- Views
- 327
that mean's there is no possibility to change the Icon during runtime ?
-
13 Sep 2012 5:29 AM
Jump to post Thread: Video starts with black screen by samlinux
- Replies
- 3
- Views
- 502
hi, thanks for your response.
My problem is not the video url. I try to create a video element with the same behavior like to original html5 video tag, that means to posterImage comes direct from... -
12 Sep 2012 7:49 AM
Jump to post Thread: Video starts with black screen by samlinux
- Replies
- 3
- Views
- 502
I'm one step further, with the follwing code in my Controller i can catch the tap or click event on the html5 video tag, but unfortunately the play and ended event!!
var PlayerElement =... -
12 Sep 2012 5:44 AM
Jump to post Thread: Change the application icons by samlinux
- Replies
- 2
- Views
- 327
Is there a way to change the application icons on runtime, I tried it in my controller for example.
// Home-Screen-Icon
var homeIcons = new Object( {
'57':... -
11 Sep 2012 8:58 AM
Jump to post Thread: Video starts with black screen by samlinux
- Replies
- 3
- Views
- 502
Hi,
i would like to use a video object without the posterURL
{
xtype: 'video',
id: 'videoplayer',
baseCls: 'videoplayer',
loop: false
} -
19 Jun 2012 9:48 PM
Jump to post Thread: Phonegap navigation.view by samlinux
- Replies
- 4
- Views
- 1,649
hi,
in my case I did the following,
create the app and tested it with chrome
build the app with sencha package
copy the content of build/package into the www folder from the Xcode project... -
16 Jun 2012 12:58 AM
Jump to post Thread: Phonegap navigation.view by samlinux
- Replies
- 4
- Views
- 1,649
2012-06-16 10:54:48.479 training[10658:707] Error: executing module function 'setInfo' in module 'cordova/plugin/ios/device'. Have you included the iOS version of the cordova-1.8.1.js file?
If I... -
15 Jun 2012 10:35 PM
Jump to post Thread: Phonegap navigation.view by samlinux
- Replies
- 4
- Views
- 1,649
so anybody else have this problem ?
If push doesn't work on phonegap is there a other recommended way to display and animate views ? -
15 Jun 2012 4:22 AM
Jump to post Thread: Phonegap navigation.view by samlinux
- Replies
- 4
- Views
- 1,649
hi,
I have some problems with phonegap. The navigation view will not work as expected?
I use the code below in my controller to push from a list view to a detail view. It works on the web, but... -
20 Apr 2012 10:54 PM
- Replies
- 16
- Views
- 2,948
I'll be there as well :-)
-
15 Apr 2012 6:09 AM
Jump to post Thread: xtype video by samlinux
- Replies
- 5
- Views
- 750
I solved my problem after a lot of trail and error by myself.
So I believe the problem was the layout. It seems there is no way to mix the video component with oder xtypes like button oder panel.... -
14 Apr 2012 12:27 AM
Jump to post Thread: xtype video by samlinux
- Replies
- 5
- Views
- 750
I try to solve me problem with a XTemplate like this.
var tplVideo = new Ext.XTemplate(
'<video id="my_video_1" ' +
'controls preload="auto" ' +
'width="285px"... -
12 Apr 2012 8:03 AM
Jump to post Thread: xtype video by samlinux
- Replies
- 5
- Views
- 750
one other point,
if i check the HTML SRC with Chrome, there is no width or hight attribute and if I use the CLS propertiy the size is ok, but the video is not displayed !! -
12 Apr 2012 6:08 AM
Jump to post Thread: xtype video by samlinux
- Replies
- 5
- Views
- 750
maybe the problem is application. I use panel with vbox layout like this.
Ext.define('app.view.VideoDetail',{
extend: 'Ext.Panel',
alias: 'widget.videodetail1',
id:... -
12 Apr 2012 5:58 AM
Jump to post Thread: format date field by samlinux
- Replies
- 2
- Views
- 628
ok,
I found a solution for this in one other post. In my view I can do something like this.
'<div>vom: {erstellt:date("m.d.Y")}</div>'+
In this way I can format the date object in... -
12 Apr 2012 4:56 AM
Jump to post Thread: xtype video by samlinux
- Replies
- 5
- Views
- 750
How can I define the width and height of a xtype video ? If I use the the example below the video is always to large for the screen !!
var panel = new Ext.Panel({
fullscreen: true,
... -
12 Apr 2012 3:14 AM
Jump to post Thread: format date field by samlinux
- Replies
- 2
- Views
- 628
In my model i use a field with the type date like this:
{name: 'erstellt',type: 'date', dateFormat:'Y-m-d'}
I would like to display the date in my view in a format like this: Y-m-d.
In... -
10 Apr 2012 7:22 AM
Jump to post Thread: Listpaging by samlinux
- Replies
- 3
- Views
- 647
Thanks for you help. Your fix worked.
-
10 Apr 2012 6:01 AM
Jump to post Thread: Listpaging by samlinux
- Replies
- 3
- Views
- 647
I use the listpaging plugin in a list.
If my totalCount ist reached the noMoreRecordsText is displayed. But if the user tap on the noMoreRecordsText the looping Icon is running and the store try... -
17 Feb 2012 6:52 AM
Jump to post Thread: Navigationbar layout ST2 B3 by samlinux
- Replies
- 3
- Views
- 1,019
thanks for your answer,
ok, so I have to use a list element with a toolbar to fit my requirements.
Is there an other way to hide the keyBoard ?
Results 1 to 25 of 56
