Page 9 of 16
FMG Editor
Posted: Mon May 05, 2014 11:08 am
by Pablo César
mol wrote:I've tried to open any form (even very small) and I always get runtime error: Variable does not exist: FORM_1
called from GetFormHandle(3473)
But Marek, the source code have only 1288 lines in this last version posted... your info is incompleted.
I remember prior version of 1.04 was with problems with 4 components.
Would be interesting to know: HMG version used (see at title bar), app version and if is possible to send fmg.
It is important to colect info now and completed error message.
New threads error handling are being added.
Re: FMG Editor
Posted: Mon May 05, 2014 4:46 pm
by mol
I'm on the road today. I'll test it tomorrow and paste complete message.
Besides, your work looks very interesting. Keep coding!
FMG Editor
Posted: Mon May 05, 2014 7:01 pm
by Pablo César
Thank you Marek for your interest.
I make some more implements with errors handling. So prove with this version.
When you compile source and displayed a missing function like: HTML_END, please note end of source for your disposition.
<Files attached was removed. Please see last message with updated files.>
Re: FMG Editor
Posted: Mon May 05, 2014 7:19 pm
by Javier Tovar
Hola Pablo César,
Con esta versión abrí mis *.FMG que tengo y abren bien!
Saludos
Re: FMG Editor
Posted: Mon May 05, 2014 7:45 pm
by andyglezl
Hola Pablo Cesar
Siento no poder ayudar... nunca he utilizado el IDE ni un archivo .FMG
Sobre lo de crear o modificar imagenes, tu que necesitas?
-----------------------------------------------------------
Hi Pablo Cesar
Sorry I can not help ... I've never used the IDE or a file .FMG
About what you create or modify images, what do you need?
FMG Editor
Posted: Mon May 05, 2014 8:20 pm
by Pablo César
Javier Tovar wrote:Con esta versión abrí mis *.FMG que tengo y abren bien!
Gracias Javier por tu informacion.
andyglezl wrote:Siento no poder ayudar... nunca he utilizado el IDE ni un archivo .FMG
A veces, más que código me gustaria recibir algunas sugestiones o algun relato de error que pueda estar ocurriendo.
andyglezl wrote:Sobre lo de crear o modificar imagenes, tu que necesitas?
Me gustaria poder terminar las imagenes de los botones. Si tienes imagenes (32x32) para colocarlos en los botones para contribuir. Si no te importas en que pueda eligir la imagen que más tenga relacion y mejor resolucion tenga. Acepto sugestiones.
Otra cosa que pensé en hacer, es poder cambiar la disposicion de los botones de horizontal para vertical. Seria solo manipular las posicion y tamaño del Window y la posiciones de los botones, claro. De esta forma, el usuário poderia elegir cual es la mejor disposicion de los botones.
Tambien es necesário hacer la pantalla del setup. Los detalles son mostrado en el MsgInfo del propio boton.
Tahnks Javier for your information. Very appreciated.
I would like to finish the images of the buttons (on main menu). If you have pictures (32x32) are welcomed. If you do not mind that the image I can choose with the best match and better rsolucion. I accept suggestions.
Another thing I thought, is to let a option (by button) to change the arrangement of buttons horizontally to vertically. We would just manipulate position and size of the main Window and positions of buttons. In this way, the user could choose which is the best arrangement of the buttons on the screen (vertical/horizontal).
It is also necessary to setup screen. Details about, are shown in MsgInfo's button.
Re: FMG Editor
Posted: Mon May 05, 2014 9:07 pm
by Steed
Hi, Pablo
Function FWriteLine() is missing
Thanks, Ed
Re: FMG Editor
Posted: Tue May 06, 2014 12:04 am
by andyglezl
Quiza estas imagenes te pudieran servir...
-------------------------------------------
Maybe you could serve these images ...
FMG Editor
Posted: Tue May 06, 2014 12:26 am
by Pablo César
Steed wrote:Function FWriteLine() is missing
Ohh yes. Please replace
FWriteLine( nFHandle, "</table></body></html>" )
for
Html_LineText( nFHandle, "</table></body></html>" )
Thanks, to advice Eduar
andyglezl wrote:Quiza estas imagenes te pudieran servir...
Gracias, Andrés.

Re: FMG Editor
Posted: Tue May 06, 2014 2:45 am
by Rathinagiri
Hi Pablo,
You can use OpenIcon Library also.
http://openiconlibrary.sourceforge.net/gallery2/" onclick="window.open(this.href);return false;