Great! Thank you
Type: Posts; User: joud
Great! Thank you
Hello all,
I keep getting the following exceptions in Sencha extjs plugin in intelliJ:
java.lang.NoSuchMethodError:...
Hi all,
I have this weird issue on Android tablet... I have a panel that contains some fields (including date fields) and buttons. When the field date picker is expanded (which covers some...
Thank you dtex-lab for your reply. I could solve the problem by adding:
<mime-mapping>
<extension>json</extension>
<mime-type>application/json</mime-type>
</mime-mapping>
to the...
Does changing the store of the list affect the paging plugin? I have something similar to here: https://fiddle.sencha.com/#view/editor&fiddle/2fov, I set a new store to the list on each search I do...
Hi,
As the title says, I get this error "XML Parsing Error: not well-formed Location: http://...../app.json Line Number 1, Column 1:" on Firefox on loading app.json. Anyone knows how to solve this?
Unfortunately am not able to reproduce it on Fiddle...This happens when I do search on my list and filter it! Any clue why this is happening?
Hi all,
I have this strange issue, sometimes the "Load More.." and "No more records" appear on top of the list instead of its bottom. Anybody knows what could be the reason? knowing that I'm...
Hello,
I upgraded my application from Extjs 6.5.0 to 6.5.3. After the upgrade, Ext.Viewport.setActiveItem is not working anymore! The passed component doesn't become active and visible... Hope...
Hi all,
I upgraded my application from Extjs 6.5.0 to 6.5.3. After the update, Ext.Viewport.setActiveItem is not working anymore! Anybody knows what could be the problem?
thanks
Hi justinhenricks,
Sorry for my late reply and many thanks for the information. Would you please tell which kitchen sink example for inspo?
and the button color doesn't change with setStyle function, only the toolbar! What could the problem be?
Thank you yeghikyan for your reply. I already did this but I have many buttons and toolbars in my application so I thought it would be more efficient to override the theme itself rather than all...
Hi all,
I need to change toolbars and buttons colors of the theme I use dynamically depending on a value I read in runtime. How can I do this?
Thanks,
Joud
Many thanks Grigoriy, it works now :)
Here I add some code to reflect what I'm doing more: https://fiddle.sencha.com/#view/editor&fiddle/2c6h
I create an instance of the store, I load json objects into it, I bind it to the grid.. I...
The number of pages in the toolbar are correct but the records are loaded completely from the beginning! :/
Thank you Grigoriy but I already generated the code with Sencha Architect, so it cannot be wrong. I just took pieces of it and modified it to work on fiddle. The problem in not in loading the...
As I see all the records are loaded from the beginning, maybe that's why clicking next clears the grid...but why all the records are loaded from the beginning while paging params are defined!?
Here's a simulation on fiddle:
https://fiddle.sencha.com/#view/editor&fiddle/2c6b
Hello Grigority,
In the PagingToolbar plugin here, it's mentioned to define the pageSize only (no pageParam). I tried it on the store (in store.load):
store.load({
params: {
start:...
Hi all,
I am using the pagingtoolbar plugin in my grid. The grid is loaded correctly but when I press next to go to the next page, the grid becomes empty! What could be the reason?
Thanks,
Joud
@atriolo I have the same problem, did you manage to find the reason and the solution?
Copying it manually solves the problem, but I don't want to copy it on each build! There should be a reason...
Hi,
Anybody knows why "Reinitialize Cmd" is disabled as appears in the pic?
57281
Thanks,
Joud
Hi,
My modern app works fine on Android, while on iOS many views appear blank! The included fields don't appear and lists are not scrollable while it should be! - knowing that some views...