Jump to content

Recommended Posts

Posted

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.

Posted

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.

  • Upvote 1
Posted

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.

  • Administrators
Posted

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.

Posted (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 by rasaliad
Posted

Well Farshad, in design time this is the screenshot:

 

tiempodediseno.jpg
 
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:
 

runtime.jpg

 
Then in runtime the labels render the .png image. This is how i'm doing it.
 
thanks
  • Upvote 1
  • Administrators
Posted

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.

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...