Search Type: Posts; User: Vishwastalule
Search: Search took 0.01 seconds.
-
31 Jan 2013 11:42 PM
- Replies
- 1
- Views
- 68
I have made some changes in my app developed using sencha touch 2. I want to update my app at appstore. When I use sencha command 'sencha app build testing' I get following error.
Please ensure... -
7 Jan 2013 7:07 AM
- Replies
- 2
- Views
- 124
I want to set image captured by camera using
'button[action=Start_Cam]':{
tap:function(){
Ext.device.Camera.capture({
source:... -
27 Dec 2012 11:24 PM
- Replies
- 3
- Views
- 712
Try this, this worked for me.
requires: [
'Ext.device.Camera'
],
Thanks,
Vishwas -
18 Dec 2012 8:03 AM
- Replies
- 1
- Views
- 170
I want to add link in my app to the website on clicking on button.
I have added it on button click but it opens in same window.
I want to open it in new window.
How should I do it??
Thanks ... -
3 Dec 2012 3:40 AM
- Replies
- 1
- Views
- 255
Hi,
I am using Sencha Touch2 and touch chart beta to display charts.
I want to display 30 days data (month view) when device orientation is portrait and 90 days data(3 month view) in chart.... -
29 Nov 2012 2:09 AM
- Replies
- 9
- Views
- 1,135
Hi Brice,
Thanks for your reply,
I am using sencha commands to build an app,
Command are -
1. sencha app build testing
2. sencha app build production and
3. sencha app build native -
28 Nov 2012 5:56 AM
- Replies
- 9
- Views
- 1,135
Hi bricemason,
Actually build does not fail instead when I built an app orientation does not work.
I used same code in which device orientation was working in browser. But after building an app... -
22 Nov 2012 1:48 AM
- Replies
- 9
- Views
- 1,135
Hi Brice,
Thanks for your reply.
I changed Viewport to viewport and tested it on iphone, it works on iphone.
When I built an app it fails. Is anything else I have to change? -
21 Nov 2012 6:29 AM
- Replies
- 9
- Views
- 1,135
Hi,
Thanks for reply.
I tried with your solution but it is not working.
It is not working even in browser.
Here is code:
Ext.define("myapp.controller.Column_Chart_Controller",{
... -
21 Nov 2012 5:19 AM
- Replies
- 0
- Views
- 106
Hi,
I want to display column chart of daily output in which output is shown on y axis and date of month on x axis.
Also I want to show line chart of daily plan with plan value shown on y axis with... -
20 Nov 2012 10:20 PM
- Replies
- 3
- Views
- 384
Hi,
How should I increase thickness of line in line chart?
Here is my code..
Ext.define("app.view.Daily_Column_Chart",{
extend:"Ext.chart.Chart",
... -
20 Nov 2012 1:32 AM
- Replies
- 2
- Views
- 472
Hi,
I want to change background of selectfield from white to other color.
Also I want to change font color,size of options in selectfield.
How do I change background, font of selectfield??
... -
19 Nov 2012 10:16 PM
- Replies
- 3
- Views
- 384
Hi,
I am using ST charts beta to draw column chart and line chart.
I want to increase thickness of line in line chart from view/controller.
How should I increase it?
How to change the color of... -
19 Nov 2012 4:46 AM
- Replies
- 9
- Views
- 1,135
Hi,
I tried orientationchange(viewport, newOrientation, width, height,eOPTS) but it is not working.
It works when I use browser but does not working when I built an app.
The orientationchange... -
9 Nov 2012 5:30 AM
- Replies
- 2
- Views
- 251
Hi,
I tried your solution but still it is not working.
It works when I use browser, does not working when I built on mac.
The event of orientationchange function didn't executed. To check it I put... -
9 Nov 2012 12:18 AM
- Replies
- 2
- Views
- 251
Hi,
I am developing an app in which I am using touch chart beta to display daily output.
I want to show 30 days output when device orientation is portrait and 90 days output when device...
Results 1 to 16 of 16
