Search Results

Type: Posts; User: dev

Page 1 of 4 1 2 3 4
Search took 0.02 seconds.
  1. Dear support,

    I'm trying to construct a spinnerfield from javascript. Neither
    Ext.ux.form.Spinner nor Ext.ux.Spinner work. I'm using ext.net 1.2, pls help
  2. Accidently i found the remedy for this issue. If we use IIS 7.0 without turning on IIS 6 Management Compability then most likely we get Ext is undefined. Just turn it on and restart IIS then...
  3. Thanks, i found the combination of floating=true and alignTo() solve my problems.
  4. Dear support,

    Is there a simple way to make a sticky textbox at the Bottom-Left of Center Region on the border layout? Whenever user collapse the west region the textbox should stay at the...
  5. Where is the right place to keep the previous markers so I always able to recreate it?
  6. Hi,

    My intention is to have a button so user can add markers. Consider if i have the fourth button:



    <ext:Button runat="server" ID="Test2" Text="Test2">
    <DirectEvents>
    ...
  7. Hi,

    Im sorry it was not configOption but StateManagedCollections. I found the most similar case to my problem was Markers in GMapPanel UX. Here is the code:



    <%@ Page Language="C#"...
  8. Hi,

    I create a server control with configoption. If i add the configoption from mark-up, i always able to read it from code behind whenever i want. The problem is when i add the configOption from...
  9. Thank for the helpful example. Now you can mark it as solved
  10. Hi,

    Does Ext.net.DirectMethods have scope property? I tried the following code with no luck




    function1 : function()
    {
    Ext.net.DirectMethods[this.id].Test({
  11. Great!! It worked
  12. Hi,

    If i have a js resource in a custom UX such as GMapPanel.js, can i communicate to GMapPanel.cs method from GMapPanel.js?

    Thanks
  13. Thread: Carousel

    by dev
    Hello,

    Here is some example, http://ajaxian.com/archives/y-ui-carousel-component
    The examples show more than one image in one carousel view. I was wondering if it will available in ext.net?
  14. Hello,

    In the gmap panel example there is markers object. Can we create google markers with listener from javascript? Is there any example of this?

    Thx
  15. Ok, thank for the explanation. It works and help me much
  16. Hii,
    i have a draggable panel inside a panel. The problem is i can't type anything in the textfield with chrome/opera but work fine with ie 7. Here is my code:



    <%@ Page Language="C#"...
  17. Hii,

    My question is moreless the same as this thread: http://forums.ext.net/showthread.php?13837-How-to-select-copy-Panel-Contents
    Since that thread is not yet closed, let me repeat the same...
  18. ok, thank for your information vlad.. Finally i found the problems come from piwik script, not because of the opacity property
  19. I'm using Ext.NET 1.0.4162.27664. For the time being i can't reproduce a sample. What i'm doing is a mapping application that make use of openlayers similar to gmappanel. If i set a map with opacity,...
  20. Hii,

    I'm having problem with opacity in Opera. In dragonfly, it shows an error from
    extjs/resources/css/ext-all-embedded-css/ext.axd?v=27664. It says
    Line 1916:
    filter:alpha(opacity=60); ...
  21. Forget it, i've found the solution..
  22. I'm sorry to reopen this thread. Using

    GMapPanel1.Markers.Add(marker);
    only works when it is in page_load. My intention is also to create a marker from any other method such as directevents. Is...
  23. Yes, thank a lot. It is so simple :)
  24. I am trying to add some google markers from code behind with additional method AddMarkers at GMapPanel.cs



    [Meta]
    [Description("")]
    public virtual void AddMarkers(MarkerCollection mc)
    {
    ...
  25. Hi,

    I've downloaded new ext from svn but some of my code is not work as before.. Here is some code to reproduce an error;



    <%@ Page Language="C#" %>
    <%@ Register Assembly="Ext.Net"...
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4