V7 - form design - merge rows

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
weblike
Posts: 1165
Joined: Sun Dec 02, 2012 12:00 pm
Location: Europe

V7 - form design - merge rows

Post by weblike »

Hi,
I'm strugelling to have good looking forms, but if I use mutiple columns and on column B I add 1 attribute with height 100px, than the rowefrom column A are very distant from one other.

Does anyone found a solution on this?

Thx,
Attachments
Selection_123.png
Selection_123.png (8.69 KiB) Viewed 40876 times
Thx,
George
________________________________
Developer Edition
AwareIM: v8.5, build 2824
OS: Windows Server 2012
DB: MySql 5.6.42
pureist
Posts: 427
Joined: Sun Jan 24, 2016 10:00 pm

Re: V7 - form design - merge rows

Post by pureist »

There is none. It is how it works in V7. It was explained in the following Post:
http://www.awareim.com/forum/viewtopic. ... 800#p38982
weblike
Posts: 1165
Joined: Sun Dec 02, 2012 12:00 pm
Location: Europe

Re: V7 - form design - merge rows

Post by weblike »

nooooooooooooooooooooooooooooooooooooo
Attachments
ce8b95c6de50d9199afe3d2a0d2adfb5.jpg
ce8b95c6de50d9199afe3d2a0d2adfb5.jpg (7.53 KiB) Viewed 40857 times
Thx,
George
________________________________
Developer Edition
AwareIM: v8.5, build 2824
OS: Windows Server 2012
DB: MySql 5.6.42
crisg0112
Posts: 395
Joined: Fri Jan 31, 2014 3:45 am
Location: Melbourne, Australia

Re: V7 - form design - merge rows

Post by crisg0112 »

weblike wrote:nooooooooooooooooooooooooooooooooooooo
i feel the same ..
Thanks in advance!

Cris
MSSQL 2008R2, Aware 7 b2146, IE11, , Firefox 35.0.1, Windows 8 Bootstrap theme
johntalbott
Posts: 619
Joined: Wed Jun 17, 2015 11:16 pm
Location: Omaha, Nebraska
Contact:

Re: V7 - form design - merge rows

Post by johntalbott »

With form configuration adjustments and some scripting, you can get around it.
tallcontrol-rowspan.PNG
tallcontrol-rowspan.PNG (22.55 KiB) Viewed 40815 times
VocalDay Solutions - Agility - Predictability - Quality

We specialize in enabling business through the innovative use of technology.

AwareIM app with beautiful UI/UX - https://screencast-o-matic.com/watch/crfUrrVeB3t
customaware
Posts: 2407
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: V7 - form design - merge rows

Post by customaware »

Hi John....


That screenshot demonstrates solution for a couple of issues...

Any chance of posting a 1 form demo (including the html text box - I think you stall cannot get the background color to fill the entire cell...right?)
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
johntalbott
Posts: 619
Joined: Wed Jun 17, 2015 11:16 pm
Location: Omaha, Nebraska
Contact:

Re: V7 - form design - merge rows

Post by johntalbott »

I'll see what I can do.
.. I think you stall cannot get the background color to fill the entire cell...right?
Can you elaborate on this part?
VocalDay Solutions - Agility - Predictability - Quality

We specialize in enabling business through the innovative use of technology.

AwareIM app with beautiful UI/UX - https://screencast-o-matic.com/watch/crfUrrVeB3t
customaware
Posts: 2407
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: V7 - form design - merge rows

Post by customaware »

In earlier versions you could render the background color of a form cell and it would paint the ENTIRE cell.

Currently this functionality is lost and you can only paint the background of the text in the cell rather than the cell itself.

Would still love to see a small demo of how you aligned all the controls on the form when tall control in one of the columns.... please?
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
weblike
Posts: 1165
Joined: Sun Dec 02, 2012 12:00 pm
Location: Europe

Re: V7 - form design - merge rows

Post by weblike »

Hi John,

Can you share please the solution for this?

thx,
Thx,
George
________________________________
Developer Edition
AwareIM: v8.5, build 2824
OS: Windows Server 2012
DB: MySql 5.6.42
customaware
Posts: 2407
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: V7 - form design - merge rows

Post by customaware »

+1
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
customaware
Posts: 2407
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: V7 - form design - merge rows

Post by customaware »

Has anyone worked out a workaround for this.

It is really really irritating. Grrrrr.!!!! :-(
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
aware_support
Posts: 7525
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Re: V7 - form design - merge rows

Post by aware_support »

As a workaround create a custom CSS file and add the following line to it:

.aw-column-multi textarea {
position: absolute;
}
Aware IM Support Team
weblike
Posts: 1165
Joined: Sun Dec 02, 2012 12:00 pm
Location: Europe

Re: V7 - form design - merge rows

Post by weblike »

Hi,
Unfortunately this workaround doesn't work for me!!! Has anyone tested?
Thx,
George
________________________________
Developer Edition
AwareIM: v8.5, build 2824
OS: Windows Server 2012
DB: MySql 5.6.42
customaware
Posts: 2407
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: V7 - form design - merge rows

Post by customaware »

Works for me Gheorghe.
Before css added
Before css added
beforecss.png (57.01 KiB) Viewed 40555 times
After css added
After css added
Aftercss.png (46.88 KiB) Viewed 40555 times
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
weblike
Posts: 1165
Joined: Sun Dec 02, 2012 12:00 pm
Location: Europe

Re: V7 - form design - merge rows

Post by weblike »

I have tested with picture attributes nd this how it looks:
There are 2 photo attributes: 1st don't respect the css the second does....HMMMM
Selection_029.png
Selection_029.png (25.1 KiB) Viewed 40546 times
Thx,
George
________________________________
Developer Edition
AwareIM: v8.5, build 2824
OS: Windows Server 2012
DB: MySql 5.6.42
Post Reply