ldb68 Posted January 4, 2013 Share Posted January 4, 2013 Take a look athttp://www.miodiario.com/miopaint.dllalso the site is builded around a unigui applicationhttp://www.miodiario.com/miodiario.htmluser = test and password = testbye ajax_paint.zip Quote Link to comment Share on other sites More sharing options...
AlbertoVesx Posted January 4, 2013 Share Posted January 4, 2013 Take a look at http://www.miodiario.com/miopaint.dll also the site is builded around a unigui application http://www.miodiario.com/miodiario.html user = test and password = test bye PS: on day 04/01/2013 I'm the kid with the hair ... Hello, I like your application Can you provide us a template or tell us how to put an unigui app inside html file? I want to do something similar. Quote Link to comment Share on other sites More sharing options...
therock Posted January 4, 2013 Share Posted January 4, 2013 Hello, I like your application Can you provide us a template or tell us how to put an unigui app inside html file? I want to do something similar. Give me some time. I try to recompile with imageen 2.x (free version) and I post the source of the unigui application. Html template is very simple: <html> <head> <title>Title</title> <meta name="Author" content="Author"> <meta name="Description" CONTENT="Description ..."> <meta name="Keywords" CONTENT="Keywords ..."> <meta name="revisit-after" content="30"> <meta name="Language" content="en"> <meta name="Classification" content="Personal"><style> <!-- .menu { font-family:Arial; font-style:normal; font-weight:bold; font-size:10pt; color:red; } .frame { font-family:Arial; font-size:10pt; color:rgb(51,51,51); border-width:1; border-color:rgb(204,201,201); border-style:none; width:800px; height:550px;} .frame2 { font-family:Arial; font-size:10pt; color:rgb(51,51,51); border-width:1; border-color:rgb(153,153,153); border-style:none; width:800px; height:50px; } .testo { font-family:Arial; font-size:10pt; color:rgb(51,51,51); } a { font-family:Arial; font-style:normal; font-weight:bold; font-size:10pt; color:red; text-decoration:none; } .testo { font-family:Arial; font-style:normal; font-weight:normal; font-size:10pt; color:rgb(102,102,102); } --> </style> </head> <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0"> <table width="100%" height="100%" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="100%" align="center" valign="bottom" colspan="3" bgcolor="#F9DADA" height="50"> <div class="frame2" align="center"> <div id="div01" class="menu" align="center"> <table cellpadding="0" cellspacing="0" width="800" height="50" border="0"> <tr> <td width="400"> <a href="http://www.miodiario.com/index.html"> <img src="site_images/logo.jpg" width="193" height="44" border="0" align="baseline"></a> </td> <td width="400" align="right" class="menu" valign="bottom"> <a href="http://www.miodiario.com/miodiario.html">Accedi</a> - <a href="http://www.miodiario.com/aiuto.html">Aiuto</a> - <a href="http://www.miodiario.com/miopaint.html">Paint</a> </td> </tr> </table> </div> </div> </td> </tr> <tr> <td width="100%" colspan="3" height="4" bgcolor="#F5ACAC"></td> </tr> <tr> <td width="100%" colspan="3" align="center" valign="top"> <!-- body --> <div align="center" class="frame"> <!-- here call unigui app inside a iframe --> <iframe name="frDiario" src="http://www.miodiario.com/miodiario.dll?action=1001" frameborder="0" width="800" height="550" vspace="0" hspace="0" marginwidth="0" marginheight="0" align="top" scrolling="no"></iframe> <!-- /body --> </div> </td> </tr> <tr> <td width="100%" colspan="3" height="4" bgcolor="#F5ACAC"></td> </tr> <tr> <td width="100%" colspan="3" bgcolor="#F9DADA" height="100%" valign="top"> <div id="div02" class="menu"> <! bottom menu --> <div align="center"> <a href="http://www.miodiario.com/info.html">Information</a><br> <a href="http://www.miodiario.com/miopaint.html">Paint</a><br> <i>© copyright WebDomino 2012-2013</i> </div> </div> </td> </tr> </table> </body> </html> Quote Link to comment Share on other sites More sharing options...
gpaulino Posted August 24, 2013 Share Posted August 24, 2013 hello friend by chance you will not have a demo of Simple photoshop you can share???? Quote Link to comment Share on other sites More sharing options...
ldb68 Posted August 26, 2013 Author Share Posted August 26, 2013 hello friend by chance you will not have a demo of Simple photoshop you can share???? Here demo source compiled with Delphi XE3 and UniGui 0.93.1.1000. You need ImageEn (serch google for ImageEn v3.1.2 Full Source --> last versione released as opensource; actual version 4.xx is shareware) ajax_paint.zip Quote Link to comment Share on other sites More sharing options...
gpaulino Posted August 26, 2013 Share Posted August 26, 2013 Many Thanks It has helped me a lot through your example. Quote Link to comment Share on other sites More sharing options...
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.