FMG Editor

Utilities like DBU, Make, IDE written in HMG/ used to create HMG based applications

Moderator: Rathinagiri

User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

FMG Editor

Post 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.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: FMG Editor

Post 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!
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

FMG Editor

Post 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.>
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Javier Tovar
Posts: 1275
Joined: Tue Sep 03, 2013 4:22 am
Location: Tecámac, México

Re: FMG Editor

Post by Javier Tovar »

Hola Pablo César,

Con esta versión abrí mis *.FMG que tengo y abren bien!

Saludos
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: FMG Editor

Post 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?
Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

FMG Editor

Post 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.

Image

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.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
Steed
Posts: 438
Joined: Sat Dec 12, 2009 3:40 pm

Re: FMG Editor

Post by Steed »

Hi, Pablo

Function FWriteLine() is missing

Thanks, Ed
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: FMG Editor

Post by andyglezl »

Quiza estas imagenes te pudieran servir...
-------------------------------------------
Maybe you could serve these images ...
Attachments
Imagenes.rar
(265.42 KiB) Downloaded 225 times
Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

FMG Editor

Post 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. :)
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: FMG Editor

Post by Rathinagiri »

Hi Pablo,

You can use OpenIcon Library also.

http://openiconlibrary.sourceforge.net/gallery2/" onclick="window.open(this.href);return false;
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply