Search Type: Posts; User: ddanny

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    943
    I have a question related to the ExtJS4 license model. Let's suppose I want to buy one developer license without support. The current download version is 4.0.7 which is ok, but I hear that 4.1 is...
  2. Replies
    0
    Views
    443
    I am facing an issue that I consider as being a limitation of the Ext.chart.axis.Time APIs.

    It seems like adding values that don't fall exactly on a step in the chart are not rendered at all. For...
  3. Replies
    3
    Views
    989
    Hi,

    The performance of the charts in ExtJS 4.0 seems to be very low. For instance, in line charts there is a significant delay in drawing the points and animation even for 100 points or less.
    I...
  4. Replies
    0
    Views
    215
    Hi,

    I built a line chart that gets some json data from a web service. It queries the service every 5 seconds, reads the entire data and applies it to the chart. Data changes on the server side...
  5. Replies
    0
    Views
    410
    Hi all,

    Is it possible to specify a visible range for the line charts in ExtJS 4?

    For instance, if I have a line chart with values on the X axis from 0 to 1000, but I only want to see the ones...
  6. Replies
    1
    Views
    635
    I have a widget that allows the user to select a start date and time and an end date and time for some specific filter.
    If the user wants to select the entire day, he has to select:
    start date:...
  7. Something similar works, indeed.

    Thanks,

    Dan
  8. The listener + locked approach works fine, but the view has an enabled look. That means the user is "invited" to click there.

    It looks like the final solution was to use the listener + locked and...
  9. view.setEnabled(false);
    view.mask("Disabled");


    I see the "Disabled" message before the view is populated, the view looks disabled, but I still can click in it and checkboxes change state.
  10. Sven,

    How could I implement the "disable and mask the CheckBoxListView". I know how to disable, but not sure how to mask it.

    Thanks,

    Dan
  11. Replies
    1
    Views
    1,724
    I have a place in my app, where the user can select different colors. I used a ColorMenu for that, which encapsulates a ColorPalette. I used to set the customer preferred colors like this:...
  12. Replies
    1
    Views
    874
    Starting from this example: http://www.sencha.com/examples/explorer.html#checkgrouping I would like to change some style attributes like vertical-align for the cells under the Company column, for...
  13. I tried the second approach by doing this:


    checkBoxListView.getSelectionModel().setLocked(true);
    checkBoxListView.addListener(Events.OnClick, new Listener<BaseEvent>() {
    public void...
  14. I also have to deal with this issue.
    I set the CheckBoxListView disabled (checkBoxListView.setEnabled(false)), it gets grayed out, which is fine, but once I clicked by mistake and was happy to see...
  15. Replies
    6
    Views
    974
    This fixes part of the issue I have.
    Remember the issue with the submenu being kept visible if the mouse was moving fast enough? I (the client actually) need to have it stay displayed no matter how...
  16. Replies
    6
    Views
    974
    Is there a way I can make the submenu stay displayed if I click on the parent menu (in this case Radio Options) and then have it hide if I click somewhere else?
    Currently, the default behavior is...
  17. Replies
    6
    Views
    974
    In order to understand what I need help for, please see
    http://www.sencha.com/examples-dev/explorer.html#basictoolbar

    Expand Button w/Menu and then hover the Radio Options. The 2 MenuItems under...
  18. Please open the Forms gxt 2.2.0 beta demo in IE8 and in Firefox:
    http://www.sencha.com/examples-dev/explorer.html#forms

    Expand the "Company" or the "Time" combo-boxes and then click on the...
  19. Replies
    1
    Views
    492
    I know this may be more of a GWT question, but maybe somebody can help.
    Into a GXT ContentPanel, I call setUrl(). Looking into the implementation of this method, I see that a GWT Frame is created...
  20. Replies
    40
    Views
    7,135
    "Soon" or "Very soon" or "Soon, very soon" is the best answer when you don't know a release date.
    The roadmap says June, earlier messages of this thread say end June / early July.

    Personally, I...
  21. Replies
    40
    Views
    7,135
    We are all patient, but "soon, very soon" is not an answer. I never tell that to a client.
    I cannot tell my client "soon, very soon" you will have that check-box tree fixed.
    We have to plan...
  22. Replies
    4
    Views
    1,166
    Please ignore #1, I managed to make it work.
    Please help on #2, though.
  23. Replies
    4
    Views
    1,166
    1. I set the ColorPalette width to whatever: 100px, 400px, 400 and I don't see any change. It is still the same size.
    2. Please see the attached screenshots. Note how in the Firefox one there is a...
  24. Replies
    4
    Views
    1,166
    I am using the ColorPalette in order to allow the user select a color out of a set of colors.
    I have a few questions:
    1. Is it possible to change the "layout" the colors are displayed? It looks...
  25. Replies
    1
    Views
    871
    Is there a way to set the row height in a BufferView on a per row basis?
    Currently, if I call BufferView.setRowHeight(), all the rows are set the specified height.

    Regards,

    Dan
Results 1 to 25 of 59
Page 1 of 3 1 2 3