Jump to content

Simple photoshop for my site


ldb68

Recommended Posts

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.

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

  • 7 months later...

 

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

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...