Sorry for the alarm.. !
Unlike previous installs of applications that Mac is uncertain about, this install didn't ask me to allow it to install "anyway".
However, I later went to System...
Type: Posts; User: fairport
Sorry for the alarm.. !
Unlike previous installs of applications that Mac is uncertain about, this install didn't ask me to allow it to install "anyway".
However, I later went to System...
Today I tried to use cmd6.7.0.63
on Mac Catalina 10.15 (19A583) . (It worked yesterday? Maybe my Mac auto updated something overnight)
I am getting this error msg:
Sencha Cmd v6.7.0.63...
today I upgraded CMD to 6.7.0.23 Cordova (9.0.0.), Android Studio & Cordova Plugins
and no matter what I tried, I always hit an error
BTW this is an old Sencha Touch (the last release)...
We have been using Delphi since 1996 ... but never got past Delphi version 7. In 2011 started developing in Sencha Touch & bit the bullet & spent the $$ to move to ExtJS for web application...
Thanks for that...
I built a workaround a couple of months back to return all rows from the web service when exporting, due to " this is not possible " ... but when I watched the video I thought...
The video here ... says the exporter is aware of the state of the UI and can export all rows or just the visible rows.
Could someone explain to me how to get it to export all of the rows from a...
I fought with 6.5.0 for a week, making quite a few changes to my code to get to a point where it was working as well as it had been in 6.2.1 ... then I made the discovery of this bug we're talking...
I used this tutorial by Saki
http://extjs.eu/ext-examples/#grid-and-form
very useful to get an understanding of how binding works in a grid row selection & form
BTW this thread really belongs...
Yes...
I am talking about the form with just email, password & organization name .. then a Create Account button. Spinner spins... nothing else happens
Also ... when you choose to sign in...
I have tried in on both Mac & Windows Chrome to create an account as an Organization - to advertise a job.
I click on Create Account ¬hing happens.
We're putting out feelers & seeking...
I am not sure if this is a new Sencha CMD issue or something to do with XCode
Sencha Cmd v6.5.0.180
I have been building 2 sencha touch 2.4.2 projects w/o issues for a couple of years and suddenly...
ExtJS version: 6.2.1
Cmd Version: 6.5.0.180
Dev OS: OSX Sierra
I created an override for Ext.MessageBox & in it I have this code
Ext.define('MyProject.overrides.ext.MessageBox', {
...
this fiddle has one way of achieving it ... but maybe you want something better?
I have found the answer ... a much better solution than the one I was pursuing
This forum thread from 2015. Thanks Joel Watson.
I see what you mean..
Maybe the only way is to override code in the
createMenuItem: function(store)
method of
Ext.define('Ext.grid.filters.filter.List
in about here
check the index.html code in this fiddle
OK I have now discovered that I am extending a 3rd party "ExportableGrid" that has "multiColumnSort": true
This is a great feature & with remoteSort: true, it sends a JSON sort object to a web...
With MultiColumnSort = true, I can't find an option to set sorting "off" on a column once it's been switched on (i.e. at runtime)
But when a user chooses to sort either ascending or descending on...
I have found a solution.
Here it is if anyone needs it:
I have added a checkbox on the paging toolbar... with a label: "Show all records (Ignore paging)"
on the change event I set a...
No 3)
I found a function that removes all html tags from text a few years back ... Maybe you can use that to remove tags then compare...
function strip(html) {
var tmp =...
I am very sorry. Wrong assumption
Gary & I both made the wrong assumption that you were using Modern 6.5 ... I guess because your issue is with an iOS device and 'combobox' is now available in...
Yeah .. I dunno.
OK I see how you're doing the Clear Icon .. You don't have to do that in Ext 6.5 it's (the clear icon) built into the component
in the Ext 6.5. API documentation for...
That's strange @noOnesThere89, the "clearable" icon shouldn't be there in the combobox when it has a non-empty value (i.e. with just a "placeholder" value it should be hidden)? Maybe you've...
With a large dataset in a grid with a pagingtoolbar, the column filter obviously only filters those records visible in the current page ...
by setting "remoteFilter: true" on the grid's store you...
I think I got it sorted...
It looks like the only thing I needed to do was apply the filter in the way shown below...
(using the combo's reference ('itemsList') & it's 'selection' property)
...