Search Results

Type: Posts; User: logicspeak

Page 1 of 4 1 2 3 4
Search took 0.01 seconds.
  1. Awesome. That did it. Thanks!
    Jason
  2. Daniil,

    This fix isn't working for me (and I have the latest daily build as of this morning)...

    I'm adding the TriggerField to a custom class that inherits from Ext.Net.Toolbar (I'm using the...
  3. It helps. That's exactly what I did to get it working. Thanks so much!

    Feel free to mark as solved.
    JRE
  4. All I want is for a panel with columnlayout to take up the full screen for all columns. Putting it inside a viewport with layout = fitlayout seemingly is the right solution (isn't that what...
  5. It did just help me, thanks!
  6. I was able to fix it temporarily with a Page.ResolveUrl("~/Pages/Temp.aspx") also...which outputs "/Pages/Temp.aspx". Just wanted to let you know in case the change wasn't intentional. In general,...
  7. Guys,

    Previously, I was able to load an ASP.net URL (with ~) from the AutoLoad.URL property of a panel (in IFRAME mode) without a problem. Now, I'm getting an issue about /~/My/URL/Path.aspx not...
  8. All,

    Logic Speak (http://www.logicspeak.com) is looking for a contract developer to assist in the completion of 2-3 projects that are already underway. We're located in Atlanta, GA but we are...
  9. Ok, that works thanks
  10. I have a page that that I load a list of contacts into a display field. I wrap a span around each contact and then would like to assign a tooltip to each span. How can I make sure the tooltip is...
  11. That works, thanks!
  12. Here is an example. We have a combo box that uses a handler for the datasource, with a listener onSelect. Also there is a Key Kinding added for the ENTER key. This is done to handle entry of...
  13. ok, I'll try that thanks
  14. On this one, can you just tell me if it is possible to adjust the width through a setting of the Alert on the client side? If so, how do you do it? I don't want to allow it to adjust automatically.
  15. I am attempting to call the alert messagebox on the client, but the text I want to put into the box wraps kinda funny. Can you show me how to adjust the width on the client?



    <script...
  16. I have a ComboBox where I have a listener for the Select and a KeyBinding for the ENTER key. The select fires before the key event, so I was wondering if it is possible to cancel the keybinding when...
  17. Correction:
    The issue comes from clicking on a Panel in a TabPanel collection.

    Here are some properties we set when creating the panel:

    int userFormId = 1;
    Ext.Net.Panel tab = new...
  18. Thanks guys. This works well in most situations. However, it does appear that sometimes when clicking on a TabPanel that loads another page in an iframe, the page in the iframe continues to execute....
  19. I know we need to use the Ext.net.X.Redirect when session is expired during a ajax request, but even after we call this method the execution of the direct method still occurs. This can cause an error...
  20. Based on this thread, http://forums.ext.net/showthread.php?9320-CLOSED-ColorPalette-in-GridPanel-Column, can you show me how I can create a combobox that contains a colorpalette? I want to be able to...
  21. Ok, that worked once I used the curly braces:



    <ext:Button ID="btnGo7" runat="server" Text="GO">
    <DirectEvents>
    <Click Before="return #{pnlForm7}.isValid();"...
  22. Can you help me figure out how to validate pnlForm7 in the example below? I only want pnlForm7 to validate. This would work like Validation Groups. The validation needs to happen before the call to...
  23. That seemed to do the trick. Thanks!
  24. I have a page where I have a series of forms that layout vertically. Each FormPanel is contained by a LayoutRow within a RowLayout. The issue is that the last few rows do not render properly when you...
  25. Please see this example as well:



    <%@ Page Language="C#" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <script...
Results 1 to 25 of 97
Page 1 of 4 1 2 3 4