Hi--,
Thanks for the info, this version of the Docs should be working again.
Best!
Bryan
Type: Posts; User: bjdurham85
Hi--,
Thanks for the info, this version of the Docs should be working again.
Best!
Bryan
Hi klodoma1,
I haven't seen an official guide for this before but have been able to solve what I think you're ultimately after. The crux being that Cmd cannot effectively serve the PHP so you need...
Thanks for the report! I have opened a bug in our bug tracker.
The bug ID should be linked at the top but it's EXTJS-27235.
Hi--,
Thanks for the info. It would appear there is an open bug for this in our tracking system. I've gone ahead and added this info and linked to this thread.
Best!
Bryan
Hi--,
Bug has been filed and linked to this thread. **SDKTOOLS-1987
Regards,
Bryan
Hi--,
Perhaps check out the checkChangeBuffer: http://docs.sencha.com/extjs/6.5.3/classic/Ext.form.field.Text.html#cfg-checkChangeBuffer
Best!
Bryan
Hi--,
I believe this is a java version mismatch. Try downgrading to Java 8 (my machine is running JRE 1.8.0 and running just fine).
Best!
Bryan
Take a look at the source for the Calendar.form.AbstractForm (below), you'll see that it ultimately extends from the window and sets the"type" as form. As long you extend from a window you should be...
You might take a look at this blog post, seems relevant to your scenario.
https://www.sencha.com/blog/performance-optimization-for-layout-runs/
Also, seeing if you can break down this form...
Somewhat similar to that Fiddle but I'd recommend extending your own Edit Form (changing titles of course) and adding/removing as you need. If you changed in the calendar package it could be replaced...
Not sure if using an IDE + Plugin (and it missed it) but can you try changing that to the following and let me know if it helps?
Ext.window.Toast?
Bryan
Something like $toolbar-padding: 0.46rem 0rem 0.46rem 0.1rem;
Bryan
FWIW here is an example to do a custom add/edit form but you can just set that to null.
https://fiddle.sencha.com/#fiddle/1m7i&view/editor
Hi--,
Have you tried setting the editForm/addForm configs to null?
http://docs.sencha.com/extjs/6.5.3/classic/Ext.calendar.panel.Base.html#cfg-editForm
Bryan
I believe I've seen a blog or two around this but I would recommend adding the ext and build folders to the ignore list. This is somewhat for just app specifics as well as ease of not needing to...
Try adding enableLocking:true to the grid definition.
Bryan
Hi--,
Do you have (or can you put together) a Fiddle demonstrating your scenario so I can review?
Bryan
Hi--,
Is this for modern, classic or both?
Bryan
Hi--,
There isn't anything provided by the framework, you'll need to hook into the native features of say Cordova/PhoneGap.
Regards,
Bryan
Step in the right direction, that's definitely a missing requires.
Can you try adding "Ext.grid.filters.Filters" to your grid (or the first one you use) requires?
Bryan
Does it show anything in the browser from that testing build that stands out?
**Not necessarily correct for the Ext.* part, you still should make sure anything you're using is required.
Bryan
The error you've described is usually indicative of a missing requires. If you run a testing build (sencha app build testing) that should help point out the culprit.
Best!
Bryan
Hi--,
It looks like it doesn't quite know how to resolve the framework. Perhaps try the following generate:
sencha -sdk /path/to/framework generate app appName /path/toApp
Best!
Bryan
Hi--,
Do you have (or can you put together) a Fiddle demonstrating your scenario/configs so I can review?
Regards,
Bryan