Search Results

Type: Posts; User: Dave.Sanders

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. *Oh, and I don't neccessarily want to use an update panel either - if there are other methods, I'm all ears. *Basically, I have a pretty complicated page layout and I only want to update the parts of...
  2. *Yeah, I don't know if I'll stick with it either - I might just go for iframes.

    However, if I wrap my content in the center in an UpdatePanel, it "works", but there isn't any new script rendered...
  3. *Question - is this page structure possible yet:

    ViewPort -> Border Layout -> Center Region -> Update Panel -> UserControl


    So, what I'm trying to accomplish is a BorderLayout where the header...
  4. *Is there any chance that we could get some tips / draft documentation about how best to write plugins / extensions? *As you know I have some ideas and enhancements I've made to my code and am tired...
  5. *Disregard - something's hosed up with my branch of the code. *Seemed to work fine in a mocked up example against the latest SVN. *Will re-merge and see how it goes.
  6. I couldn't get a grid panel that was within a panel->fitlayout to actually go into "fit" mode. After doing some playing with html and straight up extjs I think I see the problem.

    When coolite...
  7. I have an admittedly weird setup, but I think I've identified a bug in Coolite's WebControl. (Well, not a bug, but a usage scenario that will cause it to act unexpectedly.)

    The setup:

    I have a...
  8. *Yes, I'm serializing with JSON.Serialize. *I was mistaken in thinking that the store controlled what format it displayed as. *I solved my problem by changing my grid and my form field(s) to reformat...
  9. Basically I just need a mechanism to get data back from my handler. Here's an example: If I have a store where I add a new record, say a new user, then when that user gets added by my handler I...
  10. I'm at least a week or so behind on the latest code, so this might have changed but: I can't see any way to get data that I assign to my AjaxResponse, in my handler, after the save event.

    So, I...
  11. Nope, no dice. It renders this out, but nothing is showing up.


    {dateFormat:"d/m/Y",type:"date",name:"Updated"}
  12. For some reason, I can't seem to get DateFormat on a store to work right:


    <ext:RecordField Name="NoteId" Type="Int" />
    <ext:RecordField Name="Username" />
    ...
  13. Here's some sample code for when I'm adding a record - newRecord doesn't make any difference



    recDef = Ext.data.Record.create(['NoteId', 'Username', 'ShowOnTrackingSheet', 'Updated',...
  14. Hey Geoff,

    I'm not sure if you've addressed this or not, but I found out tonight that added records to the store don't show up as "modified" so they aren't picked up on the save from the new grid....
  15. I've identified a potential bug in the combobox code with regards to viewstate. If the selected item isn't set, the value and text might be null, which causes the viewstate setting section to fail. ...
  16. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 12"><meta name="Originator"...
  17. Yeah, definitely. Its been a few years since I've touched CC.net, but we were implementing it at a past job of mine and it seemed to go fairly well. (Though, it does require a "volunteer" to manage...
  18. Maybe I'm over simplifying the problem, but here are a couple solutions that I see:

    1. extract the license from the code. Change the code block to read something generic and legally written like:...
  19. Excellent, I was really wondering about the UX stuff.

    Cheers
  20. Beautiful! What version is this based on and is there sample code available?
  21. Thanks for the info.

    Will the Community Edition provide source code or is that just for these first alpha releases? I know you are wrapping up the grid changes for the next release and those are...
  22. Is there / will there be a semi-easy way to add an extension to Coolite objects? I'm thinking specifically the portal extension seen in the demos:...
  23. Its been a little while since I've been back, but if this info is out there already please point me to it.

    What's the difference between the two versions on the download page? Will there be...
  24. Sounds good.

    I think for the meantime, I'm going to write my own controls just for the pieces of ext2 (and other frameworks) that I need right now, and will either flesh it out over time, or your...
  25. Also, what's the timeframe for the TreePane control? I don't think I'm seeing it on your roadmap. And sadly, that's the one control that I need the most right now. (Though I'm really looking...
Results 1 to 25 of 26
Page 1 of 2 1 2