Search Results

Type: Posts; User: mindcore1

Page 1 of 4 1 2 3 4
Search took 0.02 seconds.
  1. Have you seen this thread on the ExtJS forum?

    http://www.extjs.com/forum/showthread.php?69090-Ext.ux.form.SuperBoxSelect-as-seen-on-facebook-and-hotmail&highlight=facebook

    It's probably a great...
  2. GmServizi,

    Check out Vlad's first response under this thread: http://forums.ext.net/showthread.php?5620

    I don't think you can simply add a control to a parent's collection. I haven't messed...
  3. Geoff,

    It appears that this issue is back in the Version 0.8 examples on the Coolite website.

    <a...
  4. Nghieppham,

    Which example do you need help with, the IconCombo or the example of this control using the Google Translation API? What kinda problems are you having? I'm sure a few things may...
  5. Thanks for the picture, I now understand what you are wanting.

    Check out the code from a previous post I did that demonstrates this:

    http://forums.ext.net/showthread.php?2561#post10858

    The...
  6. I would assume that the process for handling this would be much like the following example except you'll substitute one of the grids with your combobox.
    ...
  7. Please provide a simple code example of what you are talking about it would help everyone in determining what the root cause of your problem is.

    Thanks,
    MindCore
  8. The way I've done this in the past was by creating a function in the parent page to close a tab by a given id. Then in the click handler of your cancel button on the tab page, you call this function...
  9. Check out the following example; points of interest will be the LoadPages javascript method and the Listener (Click Handler) that's attached to the TreePanel1 and TreePanel2 controls.
    ...
  10. So are you trying to close a Tab in a Tab Panel by clicking on a Cancel button within the Tab or a Cancel button within the Tab Panel's parent page? I'm confused by the term 'page' and can figure...
  11. Are you by any chance running IE7 with any plug-ins/add-ons? This issue could be caused by a memory leak from those or even something like a JavaScript inspector.

    Just a thought.

    -MindCore
  12. Bouncing thread up to the top as the example still has the error.

    -MC
  13. In the Coolite Toolkit version 0.8 Example Explorer, there is a problem with the Editor Panel example. To replicate, go to the Editor > Basic > Overview example, then click on the Editor Panel tab. ...
  14. Hey Jurke,

    I would suggest adding a check to see if the tab with the given id already exists. If it does, then set that tab as active, if not, then create a need tab. This will prevent you from...
  15. iansriley,

    Just a quick question, is there a reason you created your own IE check rather than using the one built into ExtJS?




    function printActiveTab() {
    TabActive =...
  16. The reason it center's it to the IFrame is because the IFrame is it's parent element and it is in the scope of this IFrame. One way you could do this is to create the needed window in your Main Page...
  17. Thanks!! I'll give it a whirl and see how it works. You may want to mention this in the comments area on the example so the same question doesn't get asked again.

    -MC
  18. In the GridPanel > WebServices Connections > Service Using example (https://examples1.ext.net/#/GridPanel/WebService_Connections/ServiceUsing/) a class is used called SerializableEntity to serialize...
  19. jsemple:

    The example that Vlad references should work great if your link is in the main viewport and not in another iframed Tab. If it is in an iframed tab, then here is an example. I have not...
  20. Like to know if an Event Proxy plug-in can be added to the IFrame Panel, much like the Ext.ux.ManagedIframe plugin provides. This would give developers an easy way for an IFrame in a Tab, to fire...
  21. Quick questions for clarification:

    1. Is the tab that you currently have loaded using the iframe mode?

    2. You are looking to open a new tab (in the parent tab panel) from a hyperlink in an...
  22. The difference between the Handler and the Fn parameters are the Fn calls the javascript function you specify between the quotes. The Handler is basically in-line javascript. Some reasons a...
  23. 1. Did you reference the assembly in your project?


    2. Since the Coolite.Ext.Ux assembly uses a different namespace, did you declare it at the beginning (C# = using/ VB.NET = import)?


    -MC
  24. http://code.google.com/p/coolite-ux-toolkit/

    To get the source, you'll have to use an SVN client such as Tortoise SVN or copy and paste the source you want by browsing the source.

    -MC
  25. I'm confused on what you are trying to accomplish. It appears that you are trying to refresh the option's in the Sis ComboBox based on the selection in the Usr ComboBox.

    I assume that you are...
Results 1 to 25 of 83
Page 1 of 4 1 2 3 4