T O P I C R E V I E W |
tommiyacht |
Posted - 26 May 2009 : 16:59:00 When it will be ready ? |
11 L A T E S T R E P L I E S (Newest First) |
Alessio Viti |
Posted - 13 Jun 2009 : 08:56:53 OK, thank you very much! I will try to see if I can do something with memory usage.
Alessio |
tommiyacht |
Posted - 10 Jun 2009 : 17:21:12 i didn't. Program was crashing because out of memory. I've noticed, that during exporting to file, memory usage rises up. When you have many records (like i do), memory usage rises up till all records will be exported or your memory reach maximum (then EMM crashes). So, i've exported record partially and the join files content together in one (excel). |
Alessio Viti |
Posted - 09 Jun 2009 : 17:02:07 Please let me know how you fix it...
Alessio |
tommiyacht |
Posted - 09 Jun 2009 : 16:23:25 ok, doesn't matter, i've resolved the problem |
tommiyacht |
Posted - 09 Jun 2009 : 16:03:56 http://www.fotosik.pl/pokaz_obrazek/e00ca5d957aaf46f.html |
Alessio Viti |
Posted - 09 Jun 2009 : 10:44:04 Hi,
Do you receive an error message or it simply crash without any prompt?
Alessio |
tommiyacht |
Posted - 08 Jun 2009 : 16:57:27 I've added column PICTURE to grid, and when a export by "grid export" (to whatever format), EMM crashes. By the way, is it possible to export picture to excel for example ? (grid export). |
apd |
Posted - 02 Jun 2009 : 09:05:57 So I guess you need a function like END ROW, is that it? I'm not sure if html can support that; but I'm not so great at it anyway.
I notice your values are relative. What if you defined an absolute page size in pixels?
|
Alessio Viti |
Posted - 30 May 2009 : 08:40:20 Hi Apd,
I am trying to make it just now, but I have some problems and I need your suggestion.
I have make an HTML template structure like this:
HEAD
MOVIE DETAILS
FOOT
Like this :
<html>
<head>
<link rel='alternate' type='application/x-cooliris-quick' href='cooliris-quick.xml' />
<meta http-equiv='Content-Type' content='text/html; charset=windows-1252'>
<title>eXtreme Movie Manager Movie Report (Simple Example Export)</title>
</head>
<body>
<table border='0' cellpadding='0' cellspacing='2' style='border-collapse: collapse' bordercolor='#111111' width='100%'>
<tr>
<!--END_HEAD-->
<td width='20%' valign='top'>
<img border='0' src='_MOVIE_COVER_' width='100' height='150'><br>
<br>
</font><font face='Tahoma' color='#800000' size='2'><b>_MOVIE_TITLE_</b>
<br>
</font><font face='Tahoma' size='2'>_MOVIE_YEAR_ -
</font><font face='Tahoma' color='#800000' size='2'>_MOVIE_LENGTH_ -
</font><font face='Tahoma' color='#000080' size='2'>_MOVIE_GENRE_
<br>
</font><font face='Tahoma' color='#000080' size='1'>ID: _MOVIE_ID_
<br>
</font><font face='Tahoma' color='#008080' size='1'>_MOVIE_PLOT_
<br>
<img border='0' src='images/0.bmp' width='80' height='16'>
<br>
<br>
<br>
</font><font face='Tahoma' color='#000080' size='2'>
<br>
</font><font face='Tahoma' color='#000080' size='2'>
<br>
<br>
</td>
<!--END_MOVIE-->
</table>
XMM separate the HEAD, the MOVIE DETAILS and FOOT by the
<!--END_HEAD-->
and
<!--END_MOVIE-->
Tags.
When XMM crate the HTML, it just write once the HEAD and FOOT, and repeat the MOVIE DETAILS for every movie.
The problem I have is that you cannot make HTML like Template N°5, I mean with 5 movies per row, because with this you can have all movies in one row or one for every row, not 5 for row for example.
I hope I am clear.
Alessio |
apd |
Posted - 29 May 2009 : 09:34:27 Alessio, please, give us a way to customize the templates. Old no.5 is a good start for me, but I want to have it tailor made to my needs. I don't ask you to make it for me, just to allow us to use our own template or to hack the ones you have made. |
Alessio Viti |
Posted - 27 May 2009 : 15:26:06 Hi,
I don't know at this time because is not so urgent (there is the old export windows that works correctly and the new export functions of the Main Grid in various formats)
Alessio |