Search

You searched for the word(s): userid:624840

Matching Posts

  • Re: autocomplete bug

    Hi, sure..I am sorry, I was little angry. Point of my reply was: this is really core of every AJAX based framework and I don't understand why develop nice improvments instead of fixing this kind of bugs. Or..I was wrong to rely on Atlas in current development and Atlas is now more toy then usable framework. In this case it was bad idea to build my pages on ASP.NET, because there is no user in world which would say: "Ok, we dont need this autosuggestion, lets wait for Microsoft...". They know what
    Posted to ASP.NET AJAX UI (Forum) by King.Fisher on 1/23/2006
  • Re: autocomplete bug

    jesus...I found on your blog that this is known bug from first atlas preview...I don't understand how people from atlas development can leave this kind of bug in place...even crazy japanese developers of Ruby are more responsible
    Posted to ASP.NET AJAX UI (Forum) by King.Fisher on 1/20/2006
  • Re: !!! forbidden character !!!

    I am sorry, it was mistake. Problem is not related to ws, there is bug in autocomplete extender, which doesn't provide selected value at all (as I posted in UI forum) Adam
  • autocomplete bug

    I was misinterpreted bug in autocomplete behavior, I tought that problem was in some delimiting character, but this control doesn't work at all. You can make text suggesting textbox, but when user choose value from suggestion box, textbox have no value in IE (it works fine in Firefox). To demonstrate this,you need only to follow example of autocomplete extender, which works: < input type ="text" id ="namesuggestTB" />< input type ="button" id ="sendsearchBt" title ="najdi v adres ýi" value
    Posted to ASP.NET AJAX UI (Forum) by King.Fisher on 1/19/2006
  • Re: HOL 3 - Selected autocomplete value not passed to web service

    Same problem here..when you change value manually, everything works fine. In Firefox it works correctly.
  • !!! forbidden character !!!

    I found something like bug (it is related to js parsing probably) when I tried send to webservice string "Sobotková K. | 322". That vertical slash is forbidden char and you cannot use him, when you type this char, it resets value of field to String.Empty. ...thanks to nikhilk.net for cool tool which helped me much in first minute past wtf...
  • bug in autocomplete extender

    Hello, if you place textbox with autocomplete inside div hierarchy with specified position on page like this: < div id ="sidebar"> <!--postrannˇ pruh OK--> < div id ="sidenewsitemcontainer" class ="sidenewsitemcontainer"> <!--opakuje se OK--> < div id ="sidenewsheader" class ="sidenewsheader"> <!--hlaviźka zpr vy postrannˇho pruhu --> < div id ="sidenewsheaderdate" class ="sidenewsheaderdate"></ div > <!--datum OK--> < div id ="sidenewsheadertext
    Posted to ASP.NET AJAX UI (Forum) by King.Fisher on 1/11/2006
  • Image:suggestion

    It looks like Image object still doesn't correctly loads transparent png image. It will be fine to have in this control workaround which inserts AlphaImageLoader automatically for IE users (gods save them all).
  • Re: insertParameters

    huh..got it...will try but it will be fine to have simple inserting in datasource, like I tried, in future
  • Re: no multirow textbox support?

    I have currently problem with updating values, so I don't know if it really works, but there is textarea html control which works as target for atlas textbox like: .... < textarea id ="commentTextArea" cols ="50" rows ="10" style ="border-right: #333333 1px solid;border-top: #333333 1px solid; border-left: #333333 1px solid; width: 100%; border-bottom: #333333 1px solid"></ textarea > .... <textBox targetElement= "commentTextArea" />
    Posted to ASP.NET AJAX UI (Forum) by King.Fisher on 10/26/2005
Page 1 of 5 (46 items) 1 2 3 4 5 Next >