Hello, Warren. I hope that when reading this post, you and your family will be well.
I am currently working with Asp.net Core 3 Web Api as a back end.
I am licensed at Sencha to use Extjs....
Type: Posts; User: Link_
Hello, Warren. I hope that when reading this post, you and your family will be well.
I am currently working with Asp.net Core 3 Web Api as a back end.
I am licensed at Sencha to use Extjs....
Thanks for the feedback, Mark!
I followed your suggestion and changed my Startup.cs from my project in asp.net core 2.2. Unfortunately it did not work.
I'm trying to find some solution on...
Hello guys,
I have compiled my production application, and copied the folder to a subfolder (wwwroot / MyApp) inside the wwwroot folder of my ASP.NET core 2 web application mvc. Only it...
Hello, Wemerson!
Thank you for your feedback.
My friend, first of all, I tried to contact you through your email twice. It was about my access to the forum extjs brazil, I can not access it...
Hello, dawesi, thank you very much for the feedback.
In the example that you suggested in your answer, the Ext.field.InputMask makes typing all 8 digits mandatory. That way it does not work for...
Hello guys,
Could someone teach me how to use "Ext.field.InputMask" so that I can enter any monetary value (my language is Brazilian Portuguese)?
Example: 9,00 or 1.000,34 or...
Thank you very much for the feedback!
I also called Sencha's support team, reporting this problem.
Congratulations on keeping this excellent forum, which contributes a lot to us developers,...
Hello friends!
I was creating a simple universal application just with the "sencha generate app" command, when running the application "http:// localhost: 1841" the following warning occurred:
...
Hello guys!
I have a Cities and Addresses registry. My addresses are filtered by city according to the Id of the municipality.
I would like to know if there is a better way to do...
Good afternoon, aicgroup-dev!
Very good your explanation on this question, thank you!
I'll follow the suggestions of you.
Good morning, Evant!
Thank you for your feedback. You are right, sometimes people copy an example code, without trying to understand it to learn.
Please, then when should we use...
Hello guys,
I've created a grid that works perfectly this way:
Ext.define('App.view.pessoas.List', {
extend: 'Ext.grid.Panel',
Thank you, lovelyhibabe!
Hello guys!
I have a doubt that I have been carrying for some time. I would like your opinion on it, if at all possible.
This is my app.js class:
I am fearful about Sencha's future with the new owners.
Anyway, I'm starting to learn "Angular 4", so as not to be taken aback by the actions of the new owners of Sencha.
Good afternoon, mitchellsimoens! Your tip is really cool! I will evaluate it carefully.
Mitchellsimoens, you were Sencha's employee? I always liked your support here in the forum.
Thank you, hakimio!
In fact, in addition to English, I intend to use a grammar for Portuguese, considering that I have applications in the Portuguese language as well.
Thanks for the feedback, hakimio!
When you tested on Fiddle, did you like UX?
After searching a lot, I found a UX made in Extjs 4.x at this link: http://existdissolve.com/2014/02/ext-js-speech-recognition-wrapper/
Unfortunately, I do not work with Extjs version 4.x, nor...
Many thanks, tristan.lee!
I'm going to study these libraries.
I intend to create an application that allows the user, instead of typing, to give voice commands to operate the system.
I...
Good morning, Herrklingel! Thank you for your feedback.
Please can you tell me where I can find these javascript voice control libraries you mentioned?
Hello guys!
Forgive me my lack of experience, but is it possible to create an application with voice commands with Extjs 6.5.x and Asp.net mvc? If possible, could a colleague give me an...
Thank you!!!!!
Good morning, hakimio! Thank you very much for the feedback.
Forgive me for my bad English.
But I mean, it's linking several "store" of different models in the same ViewModel. I would just...
In the MVC standard of extjs 4.x, I created variables to store stores for combobox. For example, in the Cities directory, I created a "store" for a combobox that would list the 'States' in my...