Search Results

Type: Posts; User: FVNoel

Page 1 of 9 1 2 3 4
Search took 0.02 seconds.
  1. Thank you for your reply. We double checked the License key and it ended up being a problem with NuGet, somehow at some point we reverted to v4 while keeping the v5 license key in our web.config...
  2. Hi, the Ext.Net key is working on another project using the same version of Ext.Net, I don't know if the issue could be related to it being a project that has no exposure to the internet. The server...
  3. We are trying to deploy a new website but we're getting the Unlicensed popup. We have verified that the license key is correctly setup on the web.config file but the message won't disappear.

    We...
  4. Hi,

    We are using 1.0.4125.16282 Ext.net version, and we are experiencing an issue with an WebResource.axd
    Sometimes we found a infinite loop request to a specific resource that provokes a...
  5. Hi,

    In Safari (Version 11), the fileupload HasFile property returns False but it works as expected in Chrome.

    Code:

    <ext:FileUploadField meta:resourcekey="uplConsentimientoInformado"...
  6. Hello,

    I'm using Mac mini (late 2012) with MacOS Sierra 10.12.

    Thanks for fast answering.
  7. Hello,

    In Safari Versión 10.0 (12602.1.50.0.10), in this example: https://examples4.ext.net/#/Buttons/ButtonGroup/Overview/, with theme "blue", all buttons text appears cut and with ellipsis
  8. Hello,

    I have a web form with ~500 fields and it expends so much time to load (~9 secs).
    I know it's so heavy to load but, are there any solution to improve the performance?





    ...
  9. Hello, I read the FAQ section and I see something I doesn't understand at all:



    I want to develop an app with Sencha Ext JS (only sencha libs), must I buy a Sencha License to use it separately...
  10. Hello, I had the same issue with older versions of Ext.Net, but it was fixed with an override. The issue is described in this post:...
  11. Ok, managed to get it work with this modification of your example code:



    var onDayRender = function (view) {
    if (view.body) {
    view.body.dragZone.startDrag...
  12. Hello, I tried the following solution:



    var onDayRender = function (view) {
    if (view.body) {
    view.body.dragZone.beforeDragEnter = function () {
    ...
  13. Hello, I want to make a special form in which a calendar will show the current events in the database, but it won't be possible to modify them.

    I'm trying to avoid mouse events like Drag to select...
  14. Ok, I'm still having issues with certain fields that hide or show a component. For example, if I add a listener like this:



    <ext:TextArea LabelWidth="180" runat="server"...
  15. OK, replaced it with



    formPanelBody.scrollTo('top', scroll.top);
    formPanelBody.scrollTo('side', scroll.left);


    and it worked. Thank you!
  16. What should me.statusBar.up("form").body return?

    I'm getting:

    TypeError: Object [object Object] has no method 'setScrollTop'

    In this line:

    formPanelBody.setScrollTop(scroll.top);
  17. Hello,

    Is there a way to restrict the calendar's times to a specific range?

    Say instead of showing from 12am to 12am of the next day, to show from 8am to 10pm.


    Thank you in advance.
  18. Thank you, Everything seems to be working correctly.
  19. We would like to change the date format in the calendar, Here's some examples:

    6521

    Aswell as in here:

    6522

    We would also be able to translate the field labels in this form:
  20. Cool, it works. Thanks!
  21. Hello, I'm trying to use an Ext.Menu for a filter menu panel, however, the menu is leaving a blank space to the left (probably for the icons, which I don't want to use) and i don't k
    now how to make...
Results 1 to 25 of 201
Page 1 of 9 1 2 3 4