Search Results

Type: Posts; User: Juls

Page 1 of 5 1 2 3 4
Search took 0.01 seconds.
  1. A window is being drawn with its buttons aligned left (improperly). If the window frame is resized by dragging, the buttons auto-align to the center. If the window is simply moved or resized via...
  2. I ran into a interesting bug while creating a dynamic menu in a split button on a directevent. The first time through it worked. Subsequent calls created a javascript error.

    Here is the error:
    ...
  3. I ported my application from 3.1 to 3.2. Over all, everything worked very well. I did find one potential bug. I have a grid that supports row reordered via the drag-n-drop functionality (plugin)....
  4. I am wondering if there is a way to do this in the TimeField. I have a TimeField (8AM - 8PM) where persons can select to schedule a new appointment. I want to be able to block out times that are...
  5. Use ReloadOnEvent="true"



    <Loader runat="server" ReloadOnEvent="true" Mode="Html">
    <Listeners>
    <BeforeLoad Fn="showTip" Single="false"></BeforeLoad> ...
  6. I am using the Calendar control. I have a dynamic tooltip hovering over an event on any given day. I did this by using the BeforeLoad listener on the Loader. It works ... but it only works once. ...
  7. I've been unable to get a Paging Toolbar to work properly with DataViews. In short the e.Total is not being calculated by the toolbar. I do get the e.Start and e.Limit. However, the PagingToolbar...
  8. This works if you simply add 'tr' to the class style:



    /*CSS*/
    tr.inactive
    {
    color: Gray;
    text-decoration: line-through;
    }
  9. I am unable get my radiobuttons to do anything other then AutoLayout (accross the top, they are all in the table tablerow) when adding radio buttons from codebehind. I set Vertical=true and...
  10. There are reasons for restricting the locality, I'm sorry to seem xenophobic.

    You have a long history with Ext.NET if you are interested, why not contact me directly?

    hoolmank@gmail.com
  11. Make some extra money. Looking for a part-time developer for a three month contract. Convert UI from Coolite to new Ext.NET. Help me add some new features. Work remotely, paid hourly each week. ...
  12. I had the same problem. You need to add the UC into the contents of a panel in order for Ext UI controls to render. The confusing part is that Stores will render outside of the Panel but your...
  13. I have a Store that has a filter applied. The expected behavior by the users is that once they apply a filter and they click the ToExcel button the resultset will be only the records that are...
  14. I struggled with this for a long time, trying to get it to work with the params in the AutoLoadParams of the Store. As it turns out, if the params start and limit are put in the PaginToolbar then...
  15. Thank you. That fixed the issue!
  16. A little more information. No events fire off when changing the ActiveIndex. I tested it with this.



    <Show Handler="alert('Show!');" Single="true" />
    <Hide...
  17. Ok. Here is the project sans Dlls. Should be able to run out of the box. Using 0.8.2.
  18. Sorry Geoffery ... didn't mean to call you Greg. I work with a Greg ... now everybody is Greg.
  19. Hi Greg,

    Attached is a very simple standalone example. Press the Next button so see the redraw issue. Thanks for all the continued help.
  20. What happens is that ActiveIndex 0 is find. The layout items are spaced properly ... while the other pages, the layoutrow is crunched together until the window repaints.


    Code Behind:

    ...
  21. Unfortunately that didn't change it. I've been mucking around with Firefox trying to find a javascript event to get it to repaint without any luck. One thing i did notice is that any window change...
  22. One more question along these lines.

    When moving from one card to the next ... only the first screen draws with the correct ColumnLayout. When you go to the next card the ColumnLayouts are not...
  23. The big hint is in the "Layout" of any panel. So just add the subPanel to the main panel like so and you can create a cardlayout using any panel.


    foreach (WFDomain.entities.dynforms.Page pg in...
  24. I am building the Panels like this:


    WFDomain.entities.dynforms.Page[] pgs = this.CurrentTemplate.Pages
    .OrderBy(p => p.Sequence).ToArray();


    foreach (WFDomain.entities.dynforms.Page pg...
  25. I have download 0.8.2.2648 built 12/22/2009 - this is the latest on your website. The Cardlayout is missing the ActiveItem in the markup and the ActiveIndex in the codebehind.
Results 1 to 25 of 104
Page 1 of 5 1 2 3 4