Search Type: Posts; User: bharatn
Search: Search took 0.13 seconds.
-
17 Jun 2012 10:16 AM
Jump to post Thread: scalable basic app by bharatn
- Replies
- 2
- Views
- 359
Look at css media query http://www.w3.org/TR/css3-mediaqueries/
By specifying width and orientation you can change percentages, fonts etc to achieve what you need. Use basic styling first and... -
14 Jun 2012 11:32 AM
Jump to post Thread: Main Screen no longer renders by bharatn
- Replies
- 9
- Views
- 881
Architect does show errors it encounters normally. In your case the issue seem to be bit subtle. If its possible you can email us the project at designer . feedback at sencha . com and we can take a...
-
14 Jun 2012 11:16 AM
Jump to post Thread: Main Screen no longer renders by bharatn
- Replies
- 9
- Views
- 881
First thing you have to fix the issue which is causing the main screen to not render. Check any bad config that may be causing this - i would selectively unset configs till the problem is fixed.
... -
14 Jun 2012 11:13 AM
Jump to post Thread: combobox in a grid by bharatn
- Replies
- 1
- Views
- 398
in the config object of combobox define the store
Ext.applyIf(me, {
columns: [
{
xtype: 'gridcolumn',
dataIndex:... -
8 Jun 2012 7:35 AM
- Replies
- 3
- Views
- 742
Thanks for the report
-
8 Jun 2012 7:33 AM
Jump to post Thread: Override of an Ext.data.Store by bharatn
- Replies
- 3
- Views
- 1,086
Hi,
Its possible you are hitting this issue
http://www.sencha.com/forum/showthread.php?185715-Can-I-override-Store-s-constructor-or-component-s-initComponent()
I havent investigated but have... -
8 Jun 2012 7:27 AM
- Replies
- 2
- Views
- 680
Overrides via 'Create Override' in code editor
-
8 Jun 2012 7:02 AM
Jump to post Thread: carousel implementation by bharatn
- Replies
- 3
- Views
- 470
Yes, override works well for any extension.
-
8 Jun 2012 7:00 AM
Jump to post Thread: checkbox column grid by bharatn
- Replies
- 3
- Views
- 887
Look at editor property for the column. Select checkbox.
-
8 Jun 2012 6:56 AM
Jump to post Thread: carousel implementation by bharatn
- Replies
- 3
- Views
- 470
This is not possible with current implementation of Carousel. You may want to ask this in Touch forum and get better response in terms on extending Carousel.
-
7 Jun 2012 11:18 AM
Jump to post Thread: form container and text fields by bharatn
- Replies
- 3
- Views
- 578
Thanks for the report. Seems like you are on older build. Do you get upgrade prompt when you startup Architect? I am latest i.e 442 and i dont see the issue you described.
-
7 Jun 2012 11:08 AM
Jump to post Thread: Text Finder doesn't work by bharatn
- Replies
- 1
- Views
- 411
If you are referring to code search that issue has been reported and fixed(search removed). This should be available in next update. Functional search will be available in future update.
Thanks -
7 Jun 2012 11:06 AM
- Replies
- 1
- Views
- 491
I am not able to reproduce this.
What is your channel and build#? Sencha Architect/About menu. -
7 Jun 2012 11:03 AM
- Replies
- 4
- Views
- 991
Hi,
Could you please add the steps to reproduce this? Or you can also email us the project at
designer . feedback at sencha . com.
Thanks -
7 Jun 2012 11:00 AM
- Replies
- 3
- Views
- 742
Hi Worth,
Could you provide more information by using the template in http://www.sencha.com/forum/showthread.php?205723-Report-a-Bug
Thanks -
7 Jun 2012 10:55 AM
- Replies
- 1
- Views
- 321
Thanks for the report
-
7 Jun 2012 10:54 AM
Jump to post Thread: form container and text fields by bharatn
- Replies
- 3
- Views
- 578
Is this Ext or Touch?
If you can use this format http://www.sencha.com/forum/showthread.php?205723-Report-a-Bug that will help us.
Thanks -
7 Jun 2012 10:50 AM
- Replies
- 3
- Views
- 502
Not currently. What is your use case for lazy instantiating controllers?
-
7 Jun 2012 8:00 AM
Jump to post Thread: Switch views by bharatn
- Replies
- 2
- Views
- 423
use card layout for parent container and use setActiveItem
http://docs.sencha.com/touch/2-0/#!/api/Ext.Container-method-setActiveItem
In future please specify the framework being targeted. -
1 Jun 2012 11:01 AM
- Replies
- 4
- Views
- 902
Hi,
I could not reproduce the issue. Each PTC gave a unique userAlias so i am not sure what you referring to.
Ext.define('MyApp.view.MyTabPanel', {
extend: 'Ext.tab.Panel',
... -
1 Jun 2012 10:53 AM
- Replies
- 2
- Views
- 551
You have a typo 'onCutomerCustomersStoreLoad' fix that.
Also this approach widely used should work too
this.getCustomerCustomersStore().on('load', this.onCustomerCustomersStoreLoad, this); -
1 Jun 2012 10:02 AM
- Replies
- 1
- Views
- 408
Hi Adam,
All you need to run is the ext-all.js and the css file and of course your application js code.
See if this helps
http://docs.sencha.com/ext-js/4-0/#!/guide/getting_started
Regards -
30 May 2012 6:09 PM
Jump to post Thread: boxLabel listener by bharatn
- Replies
- 6
- Views
- 714
Clicking on the boxlabel is equivalent to changing it. Target the checkboxfield with change event.
this.control({
"checkboxfield": {
change:... -
30 May 2012 3:23 PM
Jump to post Thread: Extend custom class by bharatn
- Replies
- 5
- Views
- 1,163
Hi,
Is this related to Architect?. Profiles support is a feature that will be available in a future update of Architect. For Touch related questions i would post in Touch forum for a better... -
30 May 2012 2:36 PM
Jump to post Thread: adding extraParam to store by bharatn
- Replies
- 1
- Views
- 594
The last 2 cases you want to set in beforeload event handler or else where before calling store load.
The values are being converted to strings because they cannot be evaluated.
Results 1 to 25 of 120
