IDE - SplitBox Builder

Moderator: Rathinagiri

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

IDE - SplitBox Builder

Post by Pablo César »

Missing GRIPPERTEXT property for COMBOBOX Hi Claudio,

Split Builder is a good supporting tool in IDE. But is missing GRIPPERTEXT property for COMBOBOX.
 
Screen110.png
Screen110.png (20.34 KiB) Viewed 2021 times
 
The problem is when ever we change something in the designer form, all the manual job is lost.

GRIPPERTEXT is used to describe some text beside the ComboBox when is in the SPLITBOX.
 
Screen108.png
Screen108.png (4.15 KiB) Viewed 2027 times
 
Also I did not find any function/method to insert or change the GRIPPERTEXT.
I found this on HMG_Doc:
 
Screen109.png
Screen109.png (13.11 KiB) Viewed 2026 times
 
GRID properties also are lost in Split Builder when form is been saved. This has been reported at this topic: viewtopic.php?p=45118#p45118 by Marc.
Last edited by Pablo César on Tue Mar 07, 2017 11:30 am, edited 2 times in total.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

IDE - SplitBox Builder

Post by Pablo César »

DropDown Menus when is in SplitBox is wrongly defined out of SPLITBOX in FMG  
There is another bug when there is a DROPDOWN MENU in owned button, the form designer should save it in line after of END SPLITBOX in sequence. Because this sequence order mismatch causes an error in writing the form.

When this sequence order mismatch is corrected manually in the fmg file: IDE in form desginer (opening saved form) and compilling process work normally.
Last edited by Pablo César on Tue Mar 07, 2017 12:37 pm, edited 4 times in total.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: IDE - Split Builder missing GRIPPERTEXT property for COMBOBOX

Post by srvet_claudio »

Thanks for info
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

IDE - SplitBox Builder

Post by Pablo César »

srvet_claudio wrote: Fri Mar 03, 2017 3:06 pm Thanks for info
Thank you Claudio.

Please note in my re-edited previous message I am explaining about IDE is defining DropDown menus out of SplitBoxes defination:
 
Screen116.png
Screen116.png (20.92 KiB) Viewed 1954 times
 
For your tests you can take this sample demo:
 
TOOLBAR with SplitBox.rar
Source files
(807 Bytes) Downloaded 163 times
 
I think at the time is creating a DropDown menu, should it check that is IN the SplitBox.
 
Screen117.png
Screen117.png (14.18 KiB) Viewed 1954 times
 
IDE is creating out of order creating now the DropDown is defined previously the SplitBox and this causes an error saying that (button name owned) doesn't exist. Dropdown, also could it be the line after of END SPLITBOX and will also work ok. But DropDown not be before DEFINE SPLITBOX.

In your test, you can changer something with the IDE and save the form to see that you are defining the dropdown menu before the splitbox.
 
Googled
Gracias Claudio.

Por favor tené en cuenta en mi anterior y reeditado mensaje que estoy explicando que el IDE está definiendo menús DropDown fuera de las definiciones de SplitBoxes:
 
Screen116.png
Screen116.png (20.92 KiB) Viewed 1954 times
 
Para facilitar tus pruebas podés usar este que dejo en anexo:
 
TOOLBAR with SplitBox.rar
Source files
(807 Bytes) Downloaded 163 times
 
Creo que en el momento cuando crea el menú DropDown, deberia comprobar si está EN un SplitBox.
 
Screen117.png
Screen117.png (14.18 KiB) Viewed 1954 times
 
La IDE está creando fuera de orden el DropDown. Lo está definiendo antecediendo el SplitBox y esto causa un error diciendo que (nombre del propietário del botón) no existe. Dropdown, también podría estar en la línea después de END SPLITBOX que también funcionará bien. Pero DropDown no lo debe hacer antes del DEFINE SPLITBOX .

En tu testeto, puedes alterar algo con la IDE y grabar el form para ver que está definiendo el dropdown menu antes del splitbox.

No sé si me hice entender.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Post Reply