Jump to content

Guest

Members
  • Posts

    2514
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Guest

  1. Guest

    Custom Controls

    Message from: "Farshad Mohajeri" "Charles McAllister" . > Is it possible, and is there an example of writing custom controls > subclassed from UniGUI controls? > > For example, I'd like to make a TUniButton descendant that would keep the > OnClick event for use on the form, but override Click for internal use. > I would need the Click method to execute some other server-side code. > > Thanks for help. Charles, Creating custom controls derived from unigui existing controls is possible. Well, it is not as straigthforward as regular VCL because you have VCL side and Web side which both must be kept in mind. Adding a new features to TUniButton doesn't guarentee that this feature will be available in Web too. It all depends on what is being extended from existing functionality or the new futures are being added. The mechanism behind uniGUI component system is kinda complex and can be confusing at first glance. This complexity is the price you pay for such high level of abstraction which at end makes creating web apps easier and faster than ever. Currently, I'm in pursuit of a way to reduce this complexity to a more reasonable level. That's why I have delayed custom control development till now. As soon as I'm done with changing the underlying component system, I'll be ready to publish the receipt to create custom controls. Until then the core component system may go under some radical changes so any custom control developed using current version of library maybe totally unusable when framework changes in future version. Of course, I will try to not to break backward complatibility. i.e. a TUniButton will always be a TUniButton regardless of internal changes. I think with version 0.85.0 we will have the final version of core library which will remain intact for all future versions. regards, Farshad Mohajeri .
  2. Guest

    End of Session

    Message from: "Farshad Mohajeri" "Cezar Wagenheimer" . > ?Humm... So what do you think of a Custom Dialog for Session Timeout? > That's another possibility. I'll ponder on this as well. .
  3. Guest

    Samples user AREA

    Message from: "ldb" In a few days. I have made some optimization and now I have only to convert mssql databse to access database so the sample can be easy tested anyware. bye Il 17/10/2010 21:32, afritelly@hotmail.com ha scritto: > I supported your ideal. > > When should we be expecting your sample uploading? > > "ldb" wrote in message news:eIQmnhVaLHA.1928@anaxagvs227... > Is possible to create a "samples area" to upload user samples project? > I think that good examples are very important to the success of a Delphi > library. > UniGUI library looks like a very promising and I hope to be successful. > > My first contribution can be a web gallery for sharing images of their > catalogs. > > See project at > http://www.webdomino.it:8060/ > > Features: > - MSSQL Database via ADO > - Query with pages for fast loading. > - Filtering by title, date ecc. > - Fast single image preview. > - Thumbnails for fast selection. > - Download for images. .
  4. Guest

    Samples user AREA

    Message from: "" I supported your ideal. When should we be expecting your sample uploading? "ldb" wrote in message news:eIQmnhVaLHA.1928@anaxagvs227... Is possible to create a "samples area" to upload user samples project? I think that good examples are very important to the success of a Delphi library. UniGUI library looks like a very promising and I hope to be successful. My first contribution can be a web gallery for sharing images of their catalogs. See project at http://www.webdomino.it:8060/ Features: - MSSQL Database via ADO - Query with pages for fast loading. - Filtering by title, date ecc. - Fast single image preview. - Thumbnails for fast selection. - Download for images. .
  5. Guest

    Custom Controls

    Message from: "Charles McAllister" Is it possible, and is there an example of writing custom controls subclassed from UniGUI controls? For example, I'd like to make a TUniButton descendant that would keep the OnClick event for use on the form, but override Click for internal use. I would need the Click method to execute some other server-side code. Thanks for help. .
  6. Message from: "Harry Rogers" Looks great Farshad. It just keeps getting better and better All the best Harry "Farshad Mohajeri" wrote in message news:srUyx1KbLHA.2080@anaxagvs227... >A preliminary version of TUniChart component is available. I added a Chart >page to online demo in uniGUI website. > > Visit: > http://www.unigui.com/index.php?option=com_content&view=article&id=92&Itemid=114 > > Regards, > Farshad Mohajeri > .
  7. Message from: "Farshad Mohajeri" A preliminary version of TUniChart component is available. I added a Chart page to online demo in uniGUI website. Visit: http://www.unigui.com/index.php?option=com_content&view=article&id=92&Itemid=114 Regards, Farshad Mohajeri .
  8. Guest

    TuniDateTimePicker

    Message from: "Farshad Mohajeri" "Harry Rogers" wrote in message news:qzcGtLIbLHA.2080@anaxagvs227... > Hi Farshad > > Would it possible in the future to publish an OnExit event for the > TUniDateTimePicker component ? > Logged. Thanks. .
  9. Message from: "Harry Rogers" Hi Farshad Would it possible in the future to publish an OnExit event for the TUniDateTimePicker component ? Many thanks Harry -- .
  10. Guest

    End of Session

    Message from: "Cezar Wagenheimer" ?Humm... So what do you think of a Custom Dialog for Session Timeout? "Farshad Mohajeri" escreveu na notícia da mensagem:YV1pEPEbLHA.2084@anaxagvs227... "Cezar Wagenheimer" wrote in message news:30Fb0o6aLHA.2080@anaxagvs227... > ?Good! =) > > Just Another Suggestion! > > I think that the OK button in the "Ajax Error Dialog" must reload the > current page instead of only closing the dialog! > Well, not all Ajax errors are related to a terminated session. Many Ajax errors are simply JavaScript errors. > Because if I click the OK button, the dialogs closes, but it instantly > opens again! It only back to work when I reload the page! > Yes, but sometimes you may lose connection to the Server for a while which can be restored a bit later, so you can't reload webapp each time there is a server timeout. thanks .
  11. Guest

    End of Session

    Message from: "Farshad Mohajeri" "Cezar Wagenheimer" wrote in message news:30Fb0o6aLHA.2080@anaxagvs227... > ?Good! =) > > Just Another Suggestion! > > I think that the OK button in the "Ajax Error Dialog" must reload the > current page instead of only closing the dialog! > Well, not all Ajax errors are related to a terminated session. Many Ajax errors are simply JavaScript errors. > Because if I click the OK button, the dialogs closes, but it instantly > opens again! It only back to work when I reload the page! > Yes, but sometimes you may lose connection to the Server for a while which can be restored a bit later, so you can't reload webapp each time there is a server timeout. thanks .
  12. Guest

    End of Session

    Message from: "Cezar Wagenheimer" ?Good! =) Just Another Suggestion! I think that the OK button in the "Ajax Error Dialog" must reload the current page instead of only closing the dialog! Because if I click the OK button, the dialogs closes, but it instantly opens again! It only back to work when I reload the page! Thanks "Farshad Mohajeri" escreveu na notícia da mensagem:myIP0f6aLHA.2084@anaxagvs227... "Cezar Wagenheimer" wrote in message news:VFCvHW6aLHA.2084@anaxagvs227... > ?Is it possible to instead of show "End of Session" message, it redirect > to another page when I finish my application? > This feature will be implemented in 0.80.x version. .
  13. Guest

    End of Session

    Message from: "Farshad Mohajeri" "Cezar Wagenheimer" wrote in message news:VFCvHW6aLHA.2084@anaxagvs227... > ?Is it possible to instead of show "End of Session" message, it redirect > to another page when I finish my application? > This feature will be implemented in 0.80.x version. .
  14. Guest

    End of Session

    Message from: "Cezar Wagenheimer" ?Is it possible to instead of show "End of Session" message, it redirect to another page when I finish my application? Thanks! .
  15. Guest

    Samples user AREA

    Message from: "ldb" I want to make some other improvments and then I will publish th code. .
  16. Guest

    Samples user AREA

    Message from: "Oscar Flor" I'm to! Harry Rogers wrote: > ldb wrote: > > > Is possible to create a "samples area" to upload user samples > > project? I think that good examples are very important to the > > success of a Delphi library. UniGUI library looks like a very > > promising and I hope to be successful. > > > > My first contribution can be a web gallery for sharing images of > > their catalogs. > > > > See project at > > http://www.webdomino.it:8060/ > > > > Features: > > - MSSQL Database via ADO > > - Query with pages for fast loading. > > - Filtering by title, date ecc. > > - Fast single image preview. > > - Thumbnails for fast selection. > > - Download for images. > > Hi Luca > > Nicely shows some of the capabilities of UniGui. > I think a samples area would be a good idea. > > Anyone else feel the same ? > > > Harry Rogers -- .
  17. Guest

    Samples user AREA

    Message from: "koney" I feel the same too. koney "Harry Rogers" ¦b¶l¥ó news:fl1MQ2VaLHA.1928@anaxagvs227 ¤¤¼¶¼g... > ldb wrote: > > > Is possible to create a "samples area" to upload user samples project? > > I think that good examples are very important to the success of a > > Delphi library. UniGUI library looks like a very promising and I > > hope to be successful. > > > > My first contribution can be a web gallery for sharing images of > > their catalogs. > > > > See project at > > http://www.webdomino.it:8060/ > > > > Features: > > - MSSQL Database via ADO > > - Query with pages for fast loading. > > - Filtering by title, date ecc. > > - Fast single image preview. > > - Thumbnails for fast selection. > > - Download for images. > > Hi Luca > > Nicely shows some of the capabilities of UniGui. > I think a samples area would be a good idea. > > Anyone else feel the same ? > > > Harry Rogers > -- > .
  18. Guest

    Samples user AREA

    Message from: "Tom YU" 于 2010-10-11 23:24, ldb 写é“: > Is possible to create a "samples area" to upload user samples project? > I think that good examples are very important to the success of a Delphi > library. > UniGUI library looks like a very promising and I hope to be successful. > > My first contribution can be a web gallery for sharing images of their > catalogs. > > See project at > http://www.webdomino.it:8060/ > > Features: > - MSSQL Database via ADO > - Query with pages for fast loading. > - Filtering by title, date ecc. > - Fast single image preview. > - Thumbnails for fast selection. > - Download for images. This application to achieve the good, Can you publish code let me learn. thanks Tom YU. .
  19. Guest

    Samples user AREA

    Message from: "Farshad Mohajeri" "ldb" . > Is possible to create a "samples area" to upload user samples project? > I think that good examples are very important to the success of a Delphi > library. Nice idea. I can extend the Demo page in website to contain more demos including user created demos. Let's see how can I arrange it. > UniGUI library looks like a very promising and I hope to be successful. > Thanks. I appreciate your support. > My first contribution can be a web gallery for sharing images of their > catalogs. > > See project at > http://www.webdomino.it:8060/ > > Features: > - MSSQL Database via ADO > - Query with pages for fast loading. > - Filtering by title, date ecc. > - Fast single image preview. > - Thumbnails for fast selection. > - Download for images. Excellent job. Looks very elegant. I'm glad to see that such visually rich web applications can be developed using unigui framework. Thanks for sharing. .
  20. Guest

    Samples user AREA

    Message from: "Harry Rogers" ldb wrote: > Is possible to create a "samples area" to upload user samples project? > I think that good examples are very important to the success of a > Delphi library. UniGUI library looks like a very promising and I > hope to be successful. > > My first contribution can be a web gallery for sharing images of > their catalogs. > > See project at > http://www.webdomino.it:8060/ > > Features: > - MSSQL Database via ADO > - Query with pages for fast loading. > - Filtering by title, date ecc. > - Fast single image preview. > - Thumbnails for fast selection. > - Download for images. Hi Luca Nicely shows some of the capabilities of UniGui. I think a samples area would be a good idea. Anyone else feel the same ? Harry Rogers -- .
  21. Message from: "ldb" Is possible to create a "samples area" to upload user samples project? I think that good examples are very important to the success of a Delphi library. UniGUI library looks like a very promising and I hope to be successful. My first contribution can be a web gallery for sharing images of their catalogs. See project at http://www.webdomino.it:8060/ Features: - MSSQL Database via ADO - Query with pages for fast loading. - Filtering by title, date ecc. - Fast single image preview. - Thumbnails for fast selection. - Download for images. .
  22. Guest

    sessions

    Message from: "Farshad Mohajeri" "schweppes" wrote in message news:8somIwHaLHA.1928@anaxagvs227... > Thank you for your quick reply.. > > another question, how do change the colour of a button, on vcl it works, > but on the url its the basic colour. > Unfortunately, you can't change button surface color. In Web, button color is determined by the current theme. i.e. button is covered by images which gives it a themed look. You can change button text color. .
  23. Guest

    sessions

    Message from: "schweppes" Thank you for your quick reply.. another question, how do change the colour of a button, on vcl it works, but on the url its the basic colour. Thank you again schweppes "Farshad Mohajeri" wrote in message news:b1pYGPHaLHA.1932@anaxagvs227... > > Hi, > >> first like to say i love this product. >> > > Many thanks > >> my question is, how do i open sessions for each user. >> i have a form that i like to collect users details and display their >> details, >> > > Sessions are created automatically. Each time a new browser session is > started a new uniGUI session is created too. Each uniGU session has > private copy of MainModule, MainForm and other Forms. > >> do i need to open new session for each user and how? >> > > That is done automatically. Each time a user enter the site URL MainForm > is displayed and it starts a new session. MainModule is private for each > session and there you can put your datasets, connections and etc. > > Regards > > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 5518 (20101009) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > __________ Information from ESET NOD32 Antivirus, version of virus signature database 5518 (20101009) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com .
  24. Guest

    sessions

    Message from: "Farshad Mohajeri" Hi, > first like to say i love this product. > Many thanks > my question is, how do i open sessions for each user. > i have a form that i like to collect users details and display their > details, > Sessions are created automatically. Each time a new browser session is started a new uniGUI session is created too. Each uniGU session has private copy of MainModule, MainForm and other Forms. > do i need to open new session for each user and how? > That is done automatically. Each time a user enter the site URL MainForm is displayed and it starts a new session. MainModule is private for each session and there you can put your datasets, connections and etc. Regards .
  25. Guest

    sessions

    Message from: "schweppes" Hi Farshad Mohajeri, first like to say i love this product. my question is, how do i open sessions for each user. i have a form that i like to collect users details and display their details, do i need to open new session for each user and how? Many Thanks Farshad Mohajeri Schweppes __________ Information from ESET NOD32 Antivirus, version of virus signature database 5518 (20101009) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com .
×
×
  • Create New...