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...
Type: Posts; User: bharatn
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...
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...
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.
...
in the config object of combobox define the store
Ext.applyIf(me, {
columns: [
{
xtype: 'gridcolumn',
dataIndex:...
Thanks for the report
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...
Overrides via 'Create Override' in code editor
Yes, override works well for any extension.
Look at editor property for the column. Select checkbox.
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.
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.
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
I am not able to reproduce this.
What is your channel and build#? Sencha Architect/About menu.
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
Hi Worth,
Could you provide more information by using the template in http://www.sencha.com/forum/showthread.php?205723-Report-a-Bug
Thanks
Thanks for the report
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
Not currently. What is your use case for lazy instantiating controllers?
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.
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',
...
You have a typo 'onCutomerCustomersStoreLoad' fix that.
Also this approach widely used should work too
this.getCustomerCustomersStore().on('load', this.onCustomerCustomersStoreLoad, this);
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
Clicking on the boxlabel is equivalent to changing it. Target the checkboxfield with change event.
this.control({
"checkboxfield": {
change:...
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...
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.