Search Type: Posts; User: hrishikeshp19
Search: Search took 0.02 seconds.
-
17 Mar 2012 12:42 PM
- Replies
- 1
- Views
- 579
I recently saw a guy saying that using modelmgr to create model instances is a "bad practice". Here is what he is saying, I am speechless, Can anybody from Sencha wants to have a little say?
... -
5 Dec 2011 5:00 PM
- Replies
- 4
- Views
- 1,133
There is no property like scroller to the list. Please help.
-
5 Dec 2011 2:53 PM
- Replies
- 7
- Views
- 12,626
scroller is not a part of list, so list.scroller does not work. Please help
-
1 Dec 2011 9:15 AM
Jump to post Thread: window.open does not work by hrishikeshp19
- Replies
- 3
- Views
- 2,237
First of all thanks for the prompt reply,
Well, inside my code, the control goes inside if statement on 'yes' (tested with alert), its not working only for window.open statement.
Can you give... -
30 Nov 2011 3:35 PM
Jump to post Thread: window.open does not work by hrishikeshp19
- Replies
- 3
- Views
- 2,237
Ext.Msg.confirm('External Link', 'Open in a new window', function(res){
if (res == 'yes') {
window.open(someURL); //does not work
}... -
14 Nov 2011 3:54 PM
Jump to post Thread: composite charts by hrishikeshp19
- Replies
- 1
- Views
- 927
I want to have composite charts in the same application.
1. Can I have bar chart along with scatter and lines?
2. I worked around to get box plots, now I want viscor around the box. Can I simply... -
14 Nov 2011 3:20 PM
Jump to post Thread: composite charts by hrishikeshp19
- Replies
- 1
- Views
- 521
I want to have composite charts in the same application.
1. Can I have bar chart along with scatter and lines?
2. I worked around to get box plots, now I want viscor around the box. Can I simply... -
14 Nov 2011 11:33 AM
- Replies
- 1
- Views
- 780
Chart does not render on mobile device if
line and bar are used at the same time, and showinlegend of bar is true.
It will render correctly on iPad and browser. -
26 Aug 2011 10:05 AM
- Replies
- 45
- Views
- 16,153
when you zoom in for 3-4 times you will notice that part of the right side is getting cropped...so u cant see the full image when zoomed-in
-
25 Jul 2011 5:15 PM
Jump to post Thread: selectfield problem by hrishikeshp19
- Replies
- 0
- Views
- 362
I am using selectfield in my application. I can choose values using picker in iPhone and an overlay in browser.
When I change the orientation of iPhone, the layout is distorted. I know that this... -
25 Jul 2011 3:36 PM
- Replies
- 13
- Views
- 4,011
Thank you very much guys. The workaround just worked fine for picker.
The same issue is coming with Ext.form.Select
On iPhone, selectfield shows a picker which is causing the same problem on... -
19 Jul 2011 10:30 AM
- Replies
- 0
- Views
- 565
Hi all,
I am using Ext.form.Select
It is showing an overlay when run in a browser, but a picker when run on an iPhone.
I want to show an overlay even if I run the app on iPhone. Could you... -
15 Jul 2011 5:09 PM
Jump to post Thread: Problem with Ext.Picker by hrishikeshp19
- Replies
- 0
- Views
- 549
Description:
Viewport Layout shifts up when orientation is changed
Experiment:
1. Open following in simulator or iphone device or ipad device
... -
15 Jul 2011 3:20 PM
- Replies
- 0
- Views
- 868
Hello guys,
I was looking for solutions to disable keypad when tapped outside a textfield (blur textfield when tapped outside). Here is my workaround
Have a panel with a textfield on it and add... -
11 Jul 2011 11:39 AM
- Replies
- 3
- Views
- 2,360
Hey thanks a lot lot lot lot....
Can we zoom in/zoom out with sencha. Various sencha forums suggest that zoom in/out cant be done. Is there(can there be) a way to zoom in/out an image. Its like..... -
9 Jul 2011 10:05 AM
- Replies
- 3
- Views
- 643
Ext.Ajax.request({
url : 'someurl of a web service/which returns an xml' ,
success: function ( result, request ) {
Ext.MessageBox.alert('Success', 'Data return from the server: '+... -
8 Jul 2011 1:58 PM
Jump to post Thread: Ext.Ajax.Request bug report by hrishikeshp19
- Replies
- 2
- Views
- 981
Title:
Ext.Ajax.Request works in Chrome but not in Safari
Scenario:
A web service gives a reply in XML.
Simplest version of Ext.Ajax.Request is used with params as url, success, and failure.... -
8 Jul 2011 1:34 PM
- Replies
- 3
- Views
- 643
I have a web service which gives me xml reply. Interfacing with web service using Ext.Ajax.Request works very well with Chrome, but does not work with Safari.
When opened in the web browser, I get... -
8 Jul 2011 1:33 PM
- Replies
- 1
- Views
- 1,539
I have a web service which gives me xml reply. Interfacing with web service using Ext.Ajax.Request works very well with Chrome, but does not work with Safari.
When opened in the web browser, I get... -
27 Jun 2011 1:34 PM
Jump to post Thread: combobox problem by hrishikeshp19
- Replies
- 6
- Views
- 1,176
i am sure there is no Sencha solution to it...Is there any Ext JS solution to it.
-
27 Jun 2011 1:33 PM
Jump to post Thread: combobox problem by hrishikeshp19
- Replies
- 6
- Views
- 1,176
thats a select box...I specifically need a combo box...Once I have Combo box I can implement autocomplete on it. Select box does not allow dynamic options...neither does it allow typing anything in...
-
27 Jun 2011 1:20 PM
Jump to post Thread: combobox problem by hrishikeshp19
- Replies
- 6
- Views
- 1,176
Well, thanks for reply, but I am still getting the same thing. I tried several different code samples but no luck. App crashes when I include the line to create a combobox. App runs fine when I...
-
27 Jun 2011 10:36 AM
Jump to post Thread: combobox problem by hrishikeshp19
- Replies
- 6
- Views
- 1,176
When I include this statement
var comboCountry = new Ext.form.ComboBox();
and reload the application, all I can see is a blank screen. If I remove this statement, my app loads fine. What might... -
22 Jun 2011 4:11 PM
- Replies
- 2
- Views
- 623
Thanks Chris for prompt reply, could you give me a code sample?
Regards,
Hrishikesh Paranjape -
22 Jun 2011 2:37 PM
- Replies
- 9
- Views
- 2,305
Thank you very much James. Actually, I changed the service to solve my problem.
Best Regards,
Hrishikesh Paranjape.
Results 1 to 25 of 32
