Wait what? So if you develop an app and release it. You need to pay for the license as long as the app is out and running ? (:|
Type: Posts; User: petr.vecera
Wait what? So if you develop an app and release it. You need to pay for the license as long as the app is out and running ? (:|
Make sure you have the same bits. If you have 64 bit Java you need 64 bit installer. If you have 32bit java you need 32bit installer
You could import the code as new JS resource. (plus button , add resource ) Simply put the code in that file and you should be able to use that in your app. But you can't use any "special" functions...
If you are looking for some example apps, I have few simple ones on my GitHub
https://github.com/petrvecera/ChessEloApp
https://github.com/petrvecera/PWA/tree/SA-client...
Hi
I have responded to you on the StackOverflow, would appreciate if I could get thumbs up / accepted answer there. Thanks
https://stackoverflow.com/a/47436775/1768843
Petr
You can also check out workspace.json files, there might be some info
I think http://docs.sencha.com/extjs/6.5.0/modern/Ext.Widget.html#method-getParent should work
Jeez just got popup that my message I posted in here was put for the moderator review ... I hope that someone will do that ... lol
Yeah, this totally sucks in SA. We wanted to do something about it, I think there might be some request ticket laying around. Basically what you can do with VM isn't anything fancy. Something like...
Hey guys, there is no "official" way to migrate classic SA apps to Modern but there is one thing which could be done and that's copying the code using metadata files.
Made a tutorial/guide how to...
Is the problem just inside SA? And in the browser preview it works?
Which class is your menu button ? Can you share screenshot or copy the code ?
Using linking aka use xtypes
Do drag and drop , create a link http://prntscr.com/h6vspu and http://prntscr.com/h6vsui
Or you mean something different?
You want to do this http://prntscr.com/h6vrx0 ?
Or perhaps this https://youtu.be/2wTAdPaG2Xk?t=419
Or update the forum to the latest standards. I don't think it's impossible to stop spam bots. I don't know if they were solving the captcha (which is quite old in sencha forum registration) or were...
I don't think there is any hotkey. The closes one is ctrl + shift + E to switch to code view.
If you haven't seen this video, you can check it out https://youtu.be/2wTAdPaG2Xk there might be some...
So you mean that it's adding different plugin ? Try drag and drop from the toolbox. Also if you have screenshot of that.
You can't edit any code you want in the current version of SA. Only parts of the code, you can get into the edit mode usually using the config panel on the right, where you edit the code of the...
Click on the + button, click on add JS resouce and in there you can write anything you like. But be aware that you won't be able to use any "cool" SA features aka SA will not be aware about the...
Yep, find the NotificationsApp.view.NotificationForm in the left menu between classes and disable it as initial view.
As Cmd package should be most easy https://github.com/geoext/geoext3#alternatively-as-a-sencha-cmd-package
You should be able to edit app.json in your app and that should be it.
What exactly...
Hi
I don't think it's possible.
Cheers
Petr
So you are not using Sencha Cmd at all right? Because with that everything is automatic. Well charts are separate package, I actually never developed apps without Sencha Cmd but I would assume that...
I think that the only difference is that the Panel has title, header, footer and other settings.
You can read more in here http://docs.sencha.com/extjs/6.5.0/classic/Ext.panel.Panel.html
So if...
I think this would be rather ExtJS issue. Try asking in ExtJS sections of the forum, also please provide the errors/ or screenshots about what is not working.