Search Results

Type: Posts; User: CanopiusApplications

Page 1 of 6 1 2 3 4
Search took 0.02 seconds.
  1. Hi Fabricio

    Thanks for the response and I kind of guessed that was the case. I think in this situation the UI is probably trying to do too much so it is easily solved with some redesign which...
  2. Just to make this post a little more clear (i hope).

    Assume you have 50 rows in a grid with page size of 25. You then have a 2 groups of 25 rows each which would result in group 1 of 25 rows being...
  3. Hello,

    We use paging and groups in one grid panel and when a group is minimised it still takes up the same number of pages.

    e.g. if a group that originally took up 3 pages is minimised, the...
  4. Hi Fabricio

    You do touch on an something I probably need to tackle and that is the versioning as we currently use 2.5 -- now we have a lot of apps running Ext so upgrading is going to be quite a...
  5. Not to worry and appreciate nothing can be done from your end as I can't provide a sample to replicate. I was just hoping it had been seen before and there was some sort of "fix all".

    I suspect...
  6. Bit of a hard one to replicate but basically after using my app for a period IE will decide to randomly underline the menu items as though they are hyperlinks. Just wondering if anyone has seen this...
  7. Hi Fabricio

    Yeah I appreciate the difficulties with the various 3rd party plugins knocking about. For the sake of this thread though the browser version / plugin is not a problem as I control all...
  8. Hi Fabricio

    Yeah ultimately what I did was simply write everything to the stream and work with that. I got the base64 conversion, then blob & then createObjectURL working however I thought it must...
  9. You can close this and worked around it by not using a loader / iframe and writing the into an object tag.
    For those who come across this problem here is what I did.




    <ext:Panel ID="pnlDoc"...
  10. You can close this as it can't be an Ext problem as I created a c# handler and called it directly from an xmlhttprequest and nothing is returned.

    Solutions I found for my problem were

    1....
  11. Hi

    I have a Tab with a panel such as




    <ext:Panel ID="Panel1" runat="server" Header="false" BodyPadding="3" Flex="1" Border="false" Hidden="false">
    <Loader runat="server" Url=""...
  12. Hi

    I am trying to return a byte array from server side code to jscript via a direct method and cant get it working. Is this the correct syntax? The below succeeds but returns a string as opposed...
  13. Hi Guys

    Got the key for 3x and as expected this was the problem and it works. There is something a bit strange though as the message does not appear for other 3x apps that have been published even...
  14. Hi Fabricio

    Saw GM's post first and just seen yours. Let me try the 3x key on the app that shows the message and see the result.
    If it works (as I expect it will), I will then give you guys a...
  15. thanks Geoff but could you resend as the organisation has had a lot of restructuring since the account was created (i have updated the email address)

    just for your info we have a couple of apps...
  16. Hi Fabricio

    I have taken over from Andy as he is otherwise engaged and I think I see the problem.
    We are using a 2x key but using 3x ext versions.

    "License For : Ext.NET Pro v2.x and...
  17. I'm made further progress investigating this issue and I've discovered that the unlicensed message box seems to disappear if I use a viewport.



    <ext:Viewport ID="Viewport1" runat="server"...
  18. Hi,
    I keep getting an "unlicensed" message when publishing my app to our web servers. I'm using the same license key that we always use with many other projects but I cannot get this new project...
  19. Many thanks Fabricio, this is exactly what I wanted.
  20. Hi Fabricio,
    sorry for the confusion. Here is my sample code:



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

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>

    <script runat="server">
  21. Hi,

    I'm using a tree panel to show list of categories along with sub categories.
    It has 2 columns, both are editable combo boxes.
    The first column is a main category, the second column contains...
  22. Hi Fabricio

    Missed your 2 posts before posting my solution. Just mark as closed if there is no renderer as dynamically setting the titles property works fine.

    Thanks for responding.

    D
  23. Ended up using the titles which works, although would definitely prefer a renderer.




    private void DoLegendTitles(BarSeries bseries, List<string> cols)
    {
    string[]...
  24. Hi

    I have a chart (bar series) which is populated using a pivot, the chart itself is dynamic and it responds to various click events on the segments in order to provide drill down functionality....
  25. This is what I ended up with which seems to work fine. Not tested fully though.



    <ext:Chart ID="ChartAnalystPie" Flex="1" runat="server"...
Results 1 to 25 of 133
Page 1 of 6 1 2 3 4