From: BeliniAzi on
On 12 fev, 00:12, "Geoff Schaller" <geo...(a)softxwareobjectives.com.au>
wrote:
> That you will have to write yourself <g>.
> (I think my users would go nuts with something like that)
>
>
>
> > - Mostrar texto das mensagens anteriores -
>
> > Geoff,
>
> > But I wanted to know is how to include the menu in a band, so the menu
> > can also be moved. The bands with the buttons had no problems, but the
> > menu is fixed up there and is not moving. Did not see any model that
> > could help move the menu as well.
>
> > Thanks.
>
> > Belini Azi- Ocultar texto das mensagens anteriores -
>
> - Mostrar texto das mensagens anteriores -

yes, Carlos Rocha, very good, but it is possible to add these features
to the visual object? would be very interesting. Alguem aqui ja usou
estes recursos, são excelentes.

From: Geoff Schaller on
Well not really.

In practice I don't think there is much need for it. We find our users
are moving to ever more simplified access structures and just don't like
hugely complex menu bars. This is why the new MS Office ribbon is
gaining so much traction around the world and why other software
products are racing to copy it. Simplicity.

My users now want a more generic start point and very specific menus on
their windows. I used to offer access to almost everything from
everywhere but they found it more difficult to train new staff with such
generic access.

Unfortunately, if you want something like this, you are going to have to
write it.

Geoff



"BeliniAzi" <beliniazi(a)hotmail.com> wrote in message
news:f8c35e84-fff5-4307-bdf9-aa6a292edde7(a)b7g2000yqd.googlegroups.com:

> On 12 fev, 00:12, "Geoff Schaller" <geo...(a)softxwareobjectives.com.au>
> wrote:
>
> > That you will have to write yourself <g>.
> > (I think my users would go nuts with something like that)
> >
> >
> >
>
> > > - Mostrar texto das mensagens anteriores -
> >
> > > Geoff,
> >
> > > But I wanted to know is how to include the menu in a band, so the menu
> > > can also be moved. The bands with the buttons had no problems, but the
> > > menu is fixed up there and is not moving. Did not see any model that
> > > could help move the menu as well.
> >
> > > Thanks.
> >
> > > Belini Azi- Ocultar texto das mensagens anteriores -
> >
>
> > - Mostrar texto das mensagens anteriores -
>
>
> yes, Carlos Rocha, very good, but it is possible to add these features
> to the visual object? would be very interesting. Alguem aqui ja usou
> estes recursos, s�o excelentes.

From: Wolfgang Delius on
Am 12.02.2010 01:38, schrieb BeliniAzi:
> Hello friends, it is possible to make a menu like a toolbar band,
> where the menu can be moved between the bands as in some existing
> applications?
>
> Tanks.
>
> Belini Azi
> Brazil

There is a sample: "SEUI XP ReBar Sample" from
http://www.ebertonline.de/vo/semenuxpclasses.htm

wolfgang
From: Carlos Rocha on
This is just a sample of what one can do with VO and CodeJock stuff.
There's a lot more possibilities, including a nice Calendar.

What you see in the image is ALL from Codejock (except the report
designer) - TabControl, DockingPane (may work like SplitWindows, but A
LOT easier and powerful), TaskPanel, CommandBars (including the Ribbons
like you see in the image), StatusBar, SkinFramework, etc.

My advice is: use VO only for the program flow, get VB6 to allow you to
wrap some COM needs not avaiable in VO, and look for good 3rd party OCX
controls (it seems .NOT, I mean .NET <g> components may also be used,
but never tried that out myself. Maybe someday).

http://www.doossier.com/vo/dOOssier1.png


> On 12 fev, 00:12, "Geoff Schaller"<geo...(a)softxwareobjectives.com.au>
> wrote:
>
>> That you will have to write yourself<g>.
>> (I think my users would go nuts with something like that)
>>
>>
>>
>>
>>> - Mostrar texto das mensagens anteriores -
>>>
>>
>>> Geoff,
>>>
>>
>>> But I wanted to know is how to include the menu in a band, so the menu
>>> can also be moved. The bands with the buttons had no problems, but the
>>> menu is fixed up there and is not moving. Did not see any model that
>>> could help move the menu as well.
>>>
>>
>>> Thanks.
>>>
>>
>>> Belini Azi- Ocultar texto das mensagens anteriores -
>>>
>> - Mostrar texto das mensagens anteriores -
>>
> yes, Carlos Rocha, very good, but it is possible to add these features
> to the visual object? would be very interesting. Alguem aqui ja usou
> estes recursos, s�o excelentes.
>
>

--
Carlos Rocha
From: richard.townsendrose on
Belini

you should look at using Sven Ebert's SEUIXP toolbar and menu library.

you can place icons in the menu which then allows users to associate
menu items with the toolbars.

but also you can show text on the toolbar ... which of course moves
with the icons ..

richard