Board index » delphi » Thats really cool!!!

Thats really cool!!!


2006-09-14 04:16:45 PM
delphi70
Hello,
Take a look at this
www.netbeans.org/files/documents/4/475/matisse.html .... nice
features indeed!!!
Regards
 
 

Re:Thats really cool!!!

"Peter S." writes:
Quote
Take a look at this
www.netbeans.org/files/documents/4/475/matisse.html .... nice
features indeed!!!
Yes. The dashed lines that help you align controls look like D.2006
and VS.2005, but the ability to type text right on the form (on a
label / in a textbox / in a button - not only in the grid) is really
nice, as is (what looks like) the way that putting controls next to
existing controls automatically resizes and repositions the existing
controls.
--
.NET 2.0 for Delphi Programmers www.midnightbeach.com/.net
Delphi skills make .NET easy to learn Great reviews & good sales.
 

Re:Thats really cool!!!

Hello Jon,
It also repositions controls when you insert one in between others.
? "Jon Shemitz" <XXXX@XXXXX.COM>?????? ??? ??????
Quote
"Peter S." writes:

>Take a look at this
>www.netbeans.org/files/documents/4/475/matisse.html .... nice
>features indeed!!!

Yes. The dashed lines that help you align controls look like D.2006
and VS.2005, but the ability to type text right on the form (on a
label / in a textbox / in a button - not only in the grid) is really
nice, as is (what looks like) the way that putting controls next to
existing controls automatically resizes and repositions the existing
controls.

--

.NET 2.0 for Delphi Programmers www.midnightbeach.com/.net
Delphi skills make .NET easy to learn Great reviews & good sales.
 

Re:Thats really cool!!!

"Peter S." writes:
Quote
It also repositions controls when you insert one in between others.
Indeed.
--
.NET 2.0 for Delphi Programmers www.midnightbeach.com/.net
Delphi skills make .NET easy to learn Great reviews & good sales.
 

Re:Thats really cool!!!

"Peter S."
Quote
Take a look at this
www.netbeans.org/files/documents/4/475/matisse.html .... nice
features indeed!!!
But Delphi could do this decades ago. :)
 

Re:Thats really cool!!!

On 2006-09-14 18:35:27 +1000, Jon Shemitz <XXXX@XXXXX.COM>said:
Quote
"Peter S." writes:

>Take a look at this
>www.netbeans.org/files/documents/4/475/matisse.html .... nice
>features indeed!!!

Yes. The dashed lines that help you align controls look like D.2006
and VS.2005,
And XCode before D2006 and VS2005.
 

Re:Thats really cool!!!

"Jon Shemitz" <XXXX@XXXXX.COM>writes
Quote

as is (what looks like) the way that putting controls next to
existing controls automatically resizes and repositions the existing
controls.

The ExpressLayoutControl from Developer Express does this, ableit a bit
differently. However, once you get used to using it, you won't ever go back
to the old way of placing controls on a form.
Best Regards,
Tom Reiertsen
 

Re:Thats really cool!!!

Peter S. writes:
Quote
Hello Jon,

It also repositions controls when you insert one in between others.
That could get annoying fast if that wasn't what you intended to have
happen. Much like the typing features in CNWizards - more hassle to
undo what you never wanted it to do rather than just doing it yourself.
 

Re:Thats really cool!!!

Abdullah Kauchali writes:
Quote

"Peter S."
>Take a look at this
>www.netbeans.org/files/documents/4/475/matisse.html .... nice
>features indeed!!!

But Delphi could do this decades ago. :)
The edit in place of the label is excelent. Delphi must have that.
--
Donald Shimoda.
 

Re:Thats really cool!!!

Jon Shemitz <XXXX@XXXXX.COM>wrote in
Quote
but the ability to type text right on the form (on a
label / in a textbox / in a button - not only in the grid) is really
nice,
meh, Access does that and it is always confuses when you want to click
and move something or click and type something. You have to train
yourself to click the way Access wants you to.
Quote
as is (what looks like) the way that putting controls next to
existing controls automatically resizes and repositions the existing
controls.
I like this. It looks like if the dashed lines show up it marks all
those controls as auto align. That would be a huge time saver.
--
Iman
 

Re:Thats really cool!!!

Donald Shimoda writes:
Quote
Abdullah Kauchali writes:

>"Peter S."
>>Take a look at this
>>www.netbeans.org/files/documents/4/475/matisse.html .... nice
>>features indeed!!!
>But Delphi could do this decades ago. :)

The edit in place of the label is excelent. Delphi must have that.

Must have the horizontal and vertical lines to help layout stuff too!
 

Re:Thats really cool!!!

it is part of BDS 2006 (plus grid)
Quote
Must have the horizontal and vertical lines to help layout stuff too!
 

Re:Thats really cool!!!

"Serge Dosyukov (Dragon Soft)" writes:
Quote
it is part of BDS 2006 (plus grid)

>Must have the horizontal and vertical lines to help layout stuff too!
If those BDS guys keep it up pretty soon my granny is going to be
programming. I am gonna stick with good old Visual Studio where real men pit
their wit and skill against the force of evil. <G>
 

Re:Thats really cool!!!

Serge Dosyukov (Dragon Soft) writes:
Quote
it is part of BDS 2006 (plus grid)

>Must have the horizontal and vertical lines to help layout stuff too!


I'm using BDS2005 ...
 

Re:Thats really cool!!!

Quote
That could get annoying fast if that wasn't what you intended to have
happen. Much like the typing features in CNWizards - more hassle to
undo what you never wanted it to do rather than just doing it
yourself.
I tend to agree. I have in "stock" some big entry forms where I don't
think automatically alignments and reposition works good (in other
words, you don't know the weird preferences my boss has for such
things).
But still, the thing is cool and if that IDE has some options to
disable the "auto" (positioning, resizing, moving, etc) than it is even
cooler.
--Lucian