Jump to content

cvjcvj

Members
  • Posts

    19
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by cvjcvj

  1. I am using interfaces in this type of problem.
  2. .dll is a windows dynamic link library... can'be used with linux.
  3. Farshad, I think that you forgot to mention about compression in this 0.86 post.
  4. Just like in a ordinary Delphi form: procedure TForm1.Button1Click(...); begin Form2.ExecuteMyCommand(param1, param2, param3); end;
  5. We already have a good mechanism: anonymous methods. I have writed a "Confirmation" dialog that, when OK, calls a reference to a method. It is way better than a callbak. MyConfirmationDialog('Are you a good programer?', procedure(AResult: Integer) begin // handles AResult end); works like a charm. When I have more a more complex scenario, than I use a Interface. Is a better approach that making a DataModule changing variables of main form.
  6. I don't agree with you. FastReports is the best report solution for Delphi. We don't need another.
  7. cvjcvj

    Miniry ExtJS

    Hi Farshad. I need a way to minify the big download of ExtJS. Can you help me in this issue? And... how can I show a "Wait... the application is starting" as you have done in the demo of unigui? You are using iframe? Can you show some code?
×
×
  • Create New...