I have tried this several times but is still gives me the same outcome.
Type: Posts; User: robzdoom
I have tried this several times but is still gives me the same outcome.
Hello,
I am having issue with Sencha Architect 4.1.1. I install a fresh install of Sencha architect open and NOTHING opens. I try to open it with SenchaArchitect.exe and nothing opens but does...
Sencha Architect Version
Version: 4.1.1.123
Channel: 4.1-stable
Platform: 1.2.8.3 - win32 x64
Renderer: 51.0.2704.106
Cmd: 6.6.0.13
Framework: Ext JS 6.2.x Classic
Thanks Mark! This is exactly what I needed.
Regards, Robzdoom
Hello Sencha Users,
I am still fairly new to ExtJS, so I appreciate the patience.
In my app, I have a total of four buttons. Each button has an onClick event, and are in toggle group (Only...
I ended up figuring out the issue. I decided not to add the '$' string on convert and rather added it on the render method within the column. Within the render method, all I had to to do was add...
57257
As you can see here, upon clicking on click, I get values of both textfields because I created a click Event on SignIn Button and i use getValue() and it works. I want the same event to work...
Ok but on the button I am grabbing the values from each text. I just want the button to be clicked upon hitting enter.
Thanks for the help you've been great.
Regards,
robzdoom
Yes, the text is in the text field at this time. When I click the button it will console the two text fields I want to be seen, but I want to have the enter button call the same ClickButton. How do I...
I am currently using Sencha Classic ToolKit
I am having this issue with my calculations within number in Column Rows. I am currently using Summart Render to add the numbers.
Here is my code
...
I see. Well thanks for the response
Regards,
Robzdoom
Has there been any update with Bug as of late?
I am having issues with getting my Ext.Picker to load the data on the store.
In the Docs it says
Data/store: The data or store to use for this slot.
Now when I just hard code date by using data...
I have been stuck for a while trying to figure this out in Modern and I cant get it to work.
var groupButton = Ext.create('Ext.menu.Item', {
text: F1000,
...
Thanks for the help, friend!
I have some questions about responsiveConfig and hoping Sencha community can help me with a few questions.
1. I am using Portrait on a text field
In the docs says,
portrait - True if the...
I am having some trouble understanding how to use KeyMap in my code. All I want to do is console the text I have written.
The check Enter button has an even of Click and the function name is...
I have an issue with my application right now that my tpl is not showing the correct information.
xtype: 'panel',
html: 'Calculations',
id: 'totalPanel',...
Hello Sencha community!
I am currently trying to figure out, how to calculate a specific column. In this case it will the [Number] column. I want to add every single number there and have it...
Thanks for the quick response Animal that is exactly what I needed!
Have a great weekend.
Regards,
Jorge
Version: 4.2.2.282
Channel: 4.2-stable
Platform: 1.6.2.49 - darwin x64
Renderer: 56.0.2924.87
Cmd: 6.5.1.240
Framework: Ext JS 6.5.x Classic
This will probably be considered a newbie question...
Thanks for the help, Evant! Much Appreciated.
Regards,
Jorge
Ext.define('testAppOnTest.store.TargetStore', {
extend: 'Ext.data.Store',
constructor: function(cfg) {
var me = this;
cfg = cfg || {};
...
Hello Sencha Community, I have another question for you and hoping you can help me with blocker I am currently facing.
I am trying to use a Store that will populate a Menu button with several...
Mitchell and Animal thanks so much for the quick responses and detailed answers. Animal did bring something up that I did not catch during the docs. I am not able to use setExtraParam with...