| View previous topic :: View next topic |
| Author |
Message |
MrKev
Joined: 13 Jan 2008 Posts: 777 Location: Nikdykde
|
Posted: Sun Jan 11, 2009 4:48 pm Post subject: CMS Creator |
|
|
[EN] CMS editor
Newer versions are in this post.
Features
-resize screen
-resize/move/add areas
-show picture defined in tag <screen background>
-resize/move areas by keyboard (shift, W, A, S, D)
-if area cover another, use Ctrl+left mouse button
-right mouse button move all areas
Limitation?
-long text overflow
-ignoring keyboard layout
-no question "do you want really quit?" if you do not save the .xml file
-no backup of .xml created
-tested on Vista only
-no way to rename text value.. yet
-by resizing screen to another size and back you don't have to get the same
make a backup of .xml, program is still unfinished
[CZ] Program na editaci CMS
Co to umí (B1):
-po spuštění program čeká na xml soubor přetažený do okna metodou táhni a pusť. Na příponě nezáleží, hlavně aby uvnitř bylo validní CMS. Přetažením dalšího souboru se předchozí neuloží, to samé zavřením okna nebo stiskem ESC
-obdékníčky lze myší přesunovat a měnit jejich velikost
-tlačítko save přepíše aktuální soubor
B2:
-zobrazený okraj obrazovky + jeho změna proporcionálně změní obdélníky uvnitř. Přepočet je nad celými čísly (ztrácí se informace za desetinnou čárkou hlavně při extrémním zmenšení a následném zvětšení)
-tlačítko pro přidání obdélníku. GUI zatím neumožňuje editaci textu, přepsat se to musí po uložení ručně
-minimalizovaný program by měl minimalizovat spotřebu procesorového času
B3:
-zobrazí obrázek definovaný v <screen background>
-opravena chyba se stejně se pojmenovanými položkami
B4:
-tlačítka pro povolení průhlednosti a roztažení pozadí
-klávesy W, A, S, D pro posun vybrané oblasti, se shiftem změna velikosti
-na skrytou oblast se nyní lze dostat klepnutím se stisknutým Ctrl
-odstraněný bug s roztažením okna
B5:
-posun všech oblastí pravým myšítkem
-konečně jsem pochopil jak je to s průhledností…
B6:
-opravena chyba kdy se správně neuložila nová oblast a po načtení takto poškozeného souboru program spadl. Tahle chyba tu byla 2 týdny a nikdo si jí nevšiml… používá to vůbec někdo?
B7:
zvýšen stupeň uživatelské přítulnosti
dělejte zálohy, program může obsahovat chyby které mohou vést k destrukci
_________________
Found a bug in CMS Creator? Please file it here
| Description: |
|
 Download |
| Filename: |
Rel.zip |
| Filesize: |
879.72 KB |
| Downloaded: |
1080 Time(s) |
_________________ Ti, co nedokáží psát programy, k nim píšou nápovědu.
Last edited by MrKev on Fri Aug 07, 2009 1:05 am; edited 26 times in total |
|
| Back to top |
|
 |
zykral
Joined: 14 Apr 2008 Posts: 63 Location: Malaga (Spain)
|
Posted: Tue Jan 13, 2009 6:06 pm Post subject: |
|
|
Congratulations for your application. I know it is still a beta.
I think that explain the features, bugs and other in English (too) would be very useful for most of us.
Just a couples of ideas:
-Show the limits of your phone screen at the same time that you are editing the XML would be interesting.
-In future features would be nice to choose between different variables (speed, time ,...) choose the variables from a panel with buttons and drop easily. Would be a very useful way to construct our own CMS in a couple of minutes.
Anyway ... thanks for your work.
Regards
|
|
| Back to top |
|
 |
MrKev
Joined: 13 Jan 2008 Posts: 777 Location: Nikdykde
|
Posted: Tue Jan 13, 2009 7:52 pm Post subject: |
|
|
limits, resize limits, add/delete fields, background image are in plan
_________________ Ti, co nedokáží psát programy, k nim píšou nápovědu. |
|
| Back to top |
|
 |
MrKev
Joined: 13 Jan 2008 Posts: 777 Location: Nikdykde
|
Posted: Thu Jan 15, 2009 3:04 pm Post subject: |
|
|
B2 released, new functions: screen limits, resize screen, add fields
_________________ Ti, co nedokáží psát programy, k nim píšou nápovědu. |
|
| Back to top |
|
 |
MrKev
Joined: 13 Jan 2008 Posts: 777 Location: Nikdykde
|
Posted: Tue Jan 20, 2009 5:05 pm Post subject: |
|
|
B3 released…
_________________ Ti, co nedokáží psát programy, k nim píšou nápovědu. |
|
| Back to top |
|
 |
vincent
Joined: 11 Feb 2008 Posts: 196
|
Posted: Wed Jan 21, 2009 6:12 pm Post subject: |
|
|
on b3 when rreiszing the windows the background picture of the cms is not correclty scaled ?
_________________ SE K750i + 512MB MS2 OR HTC Diamond + Qstarz BT-818 + Wintec 301 + latest TB |
|
| Back to top |
|
 |
vincent
Joined: 11 Feb 2008 Posts: 196
|
Posted: Wed Jan 21, 2009 7:07 pm Post subject: |
|
|
the header after a modification and save ::
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="html.xsl"?>
<cms version="1.0" align="right">
to :
<?xml version="1.0" encoding="UTF-8" ?>
<?xml ?>
<cms version="1.0" align="right">
the it's not understand correclty with my TB version 9.82 and 9.83.
_________________ SE K750i + 512MB MS2 OR HTC Diamond + Qstarz BT-818 + Wintec 301 + latest TB |
|
| Back to top |
|
 |
MrKev
Joined: 13 Jan 2008 Posts: 777 Location: Nikdykde
|
Posted: Thu Jan 22, 2009 10:50 am Post subject: |
|
|
-showing resized picture without scale is not bug, it is feature
-stylesheet is TinyXML parser limitation. I don't know how to fix it in program, but if you delete "<?xml ?>" from .xml, TrekBuddy open CMS correctly
_________________ Ti, co nedokáží psát programy, k nim píšou nápovědu. |
|
| Back to top |
|
 |
vincent
Joined: 11 Feb 2008 Posts: 196
|
Posted: Sun Jan 25, 2009 12:55 pm Post subject: |
|
|
-showing resized picture without scale is not bug, it is feature
so ok ay but when you resize the windows a the editor the bacjground bitmap should not be resize if so ?
- it could be really usefull to have arrow keyboard +1 increase of the position and perhaps with shift the size incrementation ?
- when two object are over of an other it's not possible to change the size of one.
_________________ SE K750i + 512MB MS2 OR HTC Diamond + Qstarz BT-818 + Wintec 301 + latest TB |
|
| Back to top |
|
 |
MrKev
Joined: 13 Jan 2008 Posts: 777 Location: Nikdykde
|
Posted: Wed Jan 28, 2009 4:24 pm Post subject: |
|
|
| vincent wrote: |
on b3 when rreiszing the windows the background picture of the cms is not correclty scaled ?
| MrKev wrote: |
| -showing resized picture without scale is not bug, it is feature |
|
sorry, it was a bug. I thought you meant resize screen.
B4 released.
_________________ Ti, co nedokáží psát programy, k nim píšou nápovědu. |
|
| Back to top |
|
 |
duartemelim
Joined: 02 Nov 2007 Posts: 63 Location: Funchal/Madeira-Portugal
|
Posted: Sat Jan 31, 2009 11:58 am Post subject: Center CMS theme on the center of the screen... |
|
|
Center CMS theme on the center of the screen...
Hi MrKev... I don´t know if your App already do this, but it would be nice if, in case the screen is bigger than cms, then the cms stays centered...
(make it centered any case, to all screens)
...i´ts because we have cms of different sizes, which would seem better if they are centered, instead on the corner... It will look good on any mobile screen
related (line codes to center cms):
- http://www.trekbuddy.net/forum/viewtopic.php?t=2691
_________________ DuarteMelim from Portugal - SonyEricsson K800i 240x320 - HoluxSlimGps236 - & Nokia N79 TrekBuddy0.9.89 works OK - help to be helped - thanks guys for all... |
|
| Back to top |
|
 |
MrKev
Joined: 13 Jan 2008 Posts: 777 Location: Nikdykde
|
Posted: Sat Jan 31, 2009 7:42 pm Post subject: |
|
|
B5 released.
new feature: day/night mode
2duartemelim: now you can move all areas by right mouse button. Is this what you wanted?
_________________ Ti, co nedokáží psát programy, k nim píšou nápovědu. |
|
| Back to top |
|
 |
duartemelim
Joined: 02 Nov 2007 Posts: 63 Location: Funchal/Madeira-Portugal
|
Posted: Sun Feb 01, 2009 2:50 pm Post subject: center cms on the screen |
|
|
... hi, i have to try your program... last time give me an error (vers B3)...
try today afternoon...
...but what i want to say on the other post is:
- you make an cms to a screen 150x200 (for example)
- but if you run it on a 240x320, it will stay on the corner, (happened to me) (i don´t know if it was created by CMS Creator)
If when making an CMS, it has some lines codes to center on the screen, it will fit and be compatible, and look better on any bigger screen...
(the "code" has to calculate horizontal and vertical number of screen lines, and then, center CMS)
hope i make me understood,... my english is not so goog... hehe
_________________ DuarteMelim from Portugal - SonyEricsson K800i 240x320 - HoluxSlimGps236 - & Nokia N79 TrekBuddy0.9.89 works OK - help to be helped - thanks guys for all... |
|
| Back to top |
|
 |
MrKev
Joined: 13 Jan 2008 Posts: 777 Location: Nikdykde
|
Posted: Sun Feb 01, 2009 4:02 pm Post subject: |
|
|
try open 150x200 theme in my program, resize it to 240x320, save it and resize background image in any image editor.
B6 released.
Fixed 2 weeks old bug causes program falls when new area was created. Nobody reported it... is anybody uses CMS Creator?
_________________ Ti, co nedokáží psát programy, k nim píšou nápovědu. |
|
| Back to top |
|
 |
zykral
Joined: 14 Apr 2008 Posts: 63 Location: Malaga (Spain)
|
Posted: Sun Feb 01, 2009 7:55 pm Post subject: |
|
|
Yes, I do.
I didn't observe this type of error ... anyway it is still beta. One will not demand too much for the program (is logic... still beta) but is on good track.
Would it be possible (in the future) to add variables by clicking in a menu with buttons... or any other method?
Regards
|
|
| Back to top |
|
 |
|