Skip to main content
Filter by
Sorted by
Tagged with
1 vote
2 answers
260 views

I am experimenting with C# 14 extension members targeting .NET 10. The code compiles and works correctly in Visual Studio 2026, but fails to build (or is not recognized correctly) when using JetBrains ...
מיכל כהן's user avatar
0 votes
0 answers
123 views

I’m working on upgrading an application that uses ExtJS 4.0.1 to 7.9. The application doesn’t follow the standard Sencha application structure. Instead, we directly include ExtJS (JavaScript, SCSS, ...
Tran Huy's user avatar
0 votes
0 answers
85 views

I'm trying to apply CSP in my EXTJS project and getting error: "Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'". I ...
Payal's user avatar
  • 1
-1 votes
1 answer
100 views

MySQL has 2 tables with the same rows. For an edit I need one TreeList without true leafs and edit the true leafs separately in a Grid and for the Employees i need one TreeList with the true leafs. It ...
Kijupo's user avatar
  • 25
0 votes
0 answers
59 views

I would like to add a tooltip to the header and only the header checkbox in grids using the CheckboxModel. I've created an override file, but I've been unable to figure it out. I would like to avoid ...
CycleGeek's user avatar
  • 513
0 votes
1 answer
120 views

I've been working on a production project that aims to replace our dependency on a custom Node API to run React apps. Since we already use ExtJS and have an Ext Direct server implementation, I've ...
Brad Parrott's user avatar
-1 votes
1 answer
59 views

i suppose i've found an incorrect behavour in classic ExtJS versions from 6.5.3 to the latest one (7.9). Error appears in Chrome, Firefox and Edge. Pressing TAB keyboard button in Button Menu docked ...
Sergey Bogdanov's user avatar
1 vote
0 answers
38 views

I'm trying to add a custom filter to the order module in Shopware 5, specifically for Pickware ERP suppliers. So far, I created a custom backend controller that returns the list of suppliers from the ...
nasdneb's user avatar
  • 143
1 vote
0 answers
74 views

I just signed up for the Ext JS trial, but I can not generate an application. I understand that without license I can not download the Ext SDK, but the alternatives provided for the trial license does ...
Roberto Rodriguez's user avatar
0 votes
0 answers
43 views

I'm fairly new to Ext JS (my setting is Ext JS 7.3.1) and I'm having issues on showing the data on the first click on a record, whereas if I'm refreshing that same page the data (one or more marks on ...
Stefano De Rosso's user avatar
1 vote
1 answer
93 views

I'm having much trouble reading from a json file. I have an Ext.window.window Ext.panel.panel Ext.tree.TreePanel which loads Ext.data.Model from Ext.data.TreeStore which has an AJAX proxy with a JSON ...
SMerrill8's user avatar
  • 580
1 vote
1 answer
101 views

Currently we have an extjs application where we are calling the /login API through an Iframe by passing the username as /login?username=YWRtaW5AZWZmaXNlci5jbzZTZzMTg= and reading this in the ...
Just another object's user avatar
1 vote
1 answer
145 views

anyone know how to get file MD5 from Filereader readAsArrayBuffer() ? my current solution is using CryptoJS convert arraybuffer to base64 decode base64 to binary string. use CryptoJS.MD5(p_str)....
Charles Candy's user avatar
1 vote
3 answers
85 views

Is there any method to set link to sub class function by reference? For example: main program -> create object of classA which inside create object of classB inside classB contain function-B From ...
Charles Candy's user avatar
-1 votes
3 answers
70 views

I encounter weird problem when open the 5th modal window . I have 1 parent mdi window. i open child mdi window 1, then from modal window1 - I open modal window2 , from modal window2 - i open modal ...
Charles Candy's user avatar

15 30 50 per page
1
2 3 4 5
1655