Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12122
  • Joined

  • Last visited

  • Days Won

    808

Everything posted by Farshad Mohajeri

  1. You can use a server side database or a Cookie at client side.
  2. I didn't understand. You have a TUniUrlFrame in an uniGUI app right? What URL do you assign to it?
  3. In UniURlFrame You assign the URL yourself. Why do you want to retrieve something you already know?
  4. Issue #947 is logged. We need to investigate to see to what level same behavior can be applied to web mode.
  5. A help system is being prepared. We use doc-o-matic for that
  6. Be careful! Special price to Brasil can be misunderstood by me Because I've heard that Delphi itself is sold in Brazil with double / triple prices compared to rest of the world.
  7. No, just save a dime daily and it should be enough.
  8. We already have a built-in ShowMessage() procedure.
  9. Hi Luiz, Thanks for sharing your experience.
  10. Maybe, I'll need to look at SynEdit license and see if it allows such customization. logged #1342
  11. InputQuery fucntion is not implemented in uniGUI yet. We may add it in future. Thanks
  12. In 0.89 cell coloring performance is improved. For your purpose a StringGrid seems to fit better.
  13. UniXDBGrid is not a generic component of ours. Frankly I didn't have time to thoroughly analyze it.
  14. Besides, 100 columns is too much for a web app. How user is going to use a grid with this much columns?
  15. What do you specifically mean by Input Query?
  16. Do you use cell coloring in your grid?
  17. There is no way to achieve this in page mode. My preferred way of login is displaying a modal login form in front of main form but I know this approach doesn't work for all. I need to redesign framework to allow login form become the main form.
  18. session_id is only optional and not used internally to track session. It has no meaning for app. unigui doesn't track sessions by cookies.
  19. yes, Exported to PDF and then displayed inside a UniURLFrame
  20. TUniGUICookies.SetCookie() eveloded into: procedure TUniGUICookies.SetCookie(const ACookieName, AValue: string; AExpires: TDateTime=0.0; ASecure: Boolean=False; AHTTPOnly:Boolean=False; const APath:string='/' ); I haven't tested it though. This will be available in next build.
  21. I'll look at the issue.
  22. Farshad Mohajeri

    Doubts

    Looks like an Ext JS issue. Logged #1334
  23. Try ServerModule->AutoCoInitialize->True
  24. I never heard of secure cookies. Can you send a link regarding it?
×
×
  • Create New...