Abaksoft Posted May 17, 2014 Posted May 17, 2014 Hi community, Can you give me, real operatinnels projects (URL links if possible) wich are développed with Unigui. I want to see particularly a CRUD (Creat, Read, Updare, Delete) Website, witch queries an MySQL sever ? Thx. Quote
mhmda Posted May 18, 2014 Posted May 18, 2014 Hi, I can say that we have used unigui for several projects along with mysql, unigui works great thanx to Farshad ;-).... Sorry can't share the link because it is private projects.. but if you search how to use mysql with unigui: - We use Unidac components http://www.devart.com/unidac/ - Or you may use Mydac http://www.devart.com/mydac/ For read/write you may use sql queries or use the database component's methods. 1 Quote
adragan Posted May 18, 2014 Posted May 18, 2014 The problem is not UniGui. It works for what it was intended. The problem is in the data access components that you use. Quote
Administrators Farshad Mohajeri Posted May 18, 2014 Administrators Posted May 18, 2014 The problem is not UniGui. It works for what it was intended. The problem is in the data access components that you use. UniDAC, AnyDAC, MyDac, FireDAC and Zeos all work fine with uniGUI. Quote
rasaliad Posted May 18, 2014 Posted May 18, 2014 Hi, I am developing a project, it will be in alpha in two weeks, although it is private, i will publish for a while in this post. I'm using Firebird with AnyDac and it is working without problem, all the business logic is in the database, and I use in the unidbgrid only HTML generate from the database views. All the frames are inherited. I'm using <Img> tag instead of button, because i read something about GDI handles resources with images here in the forum. Quote
Administrators Farshad Mohajeri Posted May 18, 2014 Administrators Posted May 18, 2014 I'm using tag instead of button, because i read something about GDI handles resources with images here in the forum uniGUI manages GDI handles internally so you can use bitbtns without any problems. Quote
rasaliad Posted May 18, 2014 Posted May 18, 2014 (edited) Hi, Farshad, thanks. Is good to know about that. Please can you answer the following, What is the best (for performance, Transparent, configuration...) use <img> tag as for Button, or use bitbtns?, which one do you recommend? Thanks PD: Do you think this question need to move to other new post? Edited May 18, 2014 by rasaliad Quote
Administrators Farshad Mohajeri Posted May 18, 2014 Administrators Posted May 18, 2014 How do you use tags in you project? Quote
rasaliad Posted May 18, 2014 Posted May 18, 2014 Well Farshad, in design time this is the screenshot: in the red square are the labels with the caption with <img> tag. cursor = crhandpoint a hint and a onclic event. Then at runtime this is the screenshot: Then in runtime the labels render the .png image. This is how i'm doing it. thanks 1 Quote
Administrators Farshad Mohajeri Posted May 19, 2014 Administrators Posted May 19, 2014 What is the best (for performance, Transparent, configuration...) use tag as for Button, or use bitbtns? There is no real performance gain if you use in place of buttons, unless you have too many buttons. Quote
asapltda Posted June 13, 2014 Posted June 13, 2014 Examples Query+ crud home page aws http://54.187.214.0/ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.