Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
Bruce #1
Menu
I have 15 Access Databases on the office network and people are complaining
about the number of desktop shortcuts. Can anyone suggest a single point of
access to these databases, would it have to be in VB6 (of which I am a
novice) or is there an easier way.
Bruce
Bruce Guest
-
Context Menu menu items Language Independent names
Hi everyone, Can somebody provide me the language independent names of menu items of the context menu(right click menu). I tried very hard to find... -
JavaScript for menu bars or side menu for an externalweb page
I have designed some web pages with top menn bars and drop-down menu buttons for web page linkings. So far all the web pages I have coded showed... -
Help wiht converting this actionscript vertical menu to a horizontal menu?
I've been fiddling around with this script and I think my ActionScript is a bit too rusty for accomplishing what I want to change. I've been... -
How do I build Drop Down menu using Menu magic with Database result
Hi Every One. I resently purched Menu Magic Dropdown System. I would like to list my database content like news( few sentense with link ), Authers... -
ANNC: PVII Menu Magic II Multi-Level Menu Tutorial.
Hello All, Menu Magic II by Project Seven is probably the coolest menu creation tool there is for Dreamweaver. While PVII chose to provide a... -
Bruce #2
Re: Menu
Is this what is referred to as an MDE file?
Bruce
"Arvin Meyer" <a@m.com> wrote in message
news:e7rTvLnRDHA.1556@TK2MSFTNGP10.phx.gbl...database> It is not a particular good idea to have multi-user Access databases
> accessed from the network. The databases should be split with the code and
> all objects in the front-end on the desktop, and the data only in adata> on the server. This is far more stable than accessing all the forms and> over the network, (and also faster).
>
> Put all the linked front-ends in a folder on the C:\ drive and build a
> shortcut to that folder.
> --
> Arvin Meyer, MCP, MVP
> Microsoft Access
> Free Access downloads:
> [url]http://www.datastrat.com[/url]
> [url]http://www.mvps.org/access[/url]
>
> "Bruce" <fraggles@blueyonder.co.uk> wrote in message
> news:Nw0Pa.760$mK6.433@news-binary.blueyonder.co.uk...> complaining> > I have 15 Access Databases on the office network and people are> of> > about the number of desktop shortcuts. Can anyone suggest a single point>> > access to these databases, would it have to be in VB6 (of which I am a
> > novice) or is there an easier way.
> >
> > Bruce
> >
> >
>
Bruce Guest
-
kris #3
menu
Hello,
I created a button with symbol "R", when you scroll over, it change to
"Rangschikking" and a menu comes on the creen, my problem is :
The button change again to "R" instait of staing "Rangschikking"
kind regards,
Kris
kris Guest
-
Kieran #4
Re: Menu
an mde file save your database so no design changes can be made and you vba
code cannot be accessed
"Bruce" <fraggles@blueyonder.co.uk> wrote in message
news:AMfPa.22268$0e7.3068@news-binary.blueyonder.co.uk...and> Is this what is referred to as an MDE file?
>
> Bruce
> "Arvin Meyer" <a@m.com> wrote in message
> news:e7rTvLnRDHA.1556@TK2MSFTNGP10.phx.gbl...> > It is not a particular good idea to have multi-user Access databases
> > accessed from the network. The databases should be split with the codepoint> database> > all objects in the front-end on the desktop, and the data only in a> data> > on the server. This is far more stable than accessing all the forms and> > over the network, (and also faster).
> >
> > Put all the linked front-ends in a folder on the C:\ drive and build a
> > shortcut to that folder.
> > --
> > Arvin Meyer, MCP, MVP
> > Microsoft Access
> > Free Access downloads:
> > [url]http://www.datastrat.com[/url]
> > [url]http://www.mvps.org/access[/url]
> >
> > "Bruce" <fraggles@blueyonder.co.uk> wrote in message
> > news:Nw0Pa.760$mK6.433@news-binary.blueyonder.co.uk...> > complaining> > > I have 15 Access Databases on the office network and people are> > > about the number of desktop shortcuts. Can anyone suggest a single>> > of> >> > > access to these databases, would it have to be in VB6 (of which I am a
> > > novice) or is there an easier way.
> > >
> > > Bruce
> > >
> > >
> >
>
Kieran Guest
-
Peter Hahmann #5
Menu
Hi,
I'm creating a menu on a SuperPanel but when this panel is located at the
bottom of my application the menu is still opening downwards and so being cut.
Visual hierarchical structure:
Application
Panel
btnMultimidia (button that calls the menu)
The code thats opening my menu is:
private function criarMenuMultimidia(event:MouseEvent):void{
var menuMultimidia:Menu = Menu.createMenu(Application.application as
DisplayObjectContainer, arrcMenu, false);
menuMultimidia.labelField = "TITULO";
var pt:Point = new Point(Math.abs(getRect(btnMultimidia).x),
Math.abs(getRect(btnMultimidia).y))
menuMultimidia.show(localToGlobal(pt).x, localToGlobal(pt).y +
btnMultimidia.height + 5);
}
If somebody has any clue to solve my problem I would be very thankful, because
I'm sure that it's some stupid mistake that I'm commiting.
Thanks,
Peter
Peter Hahmann Guest



Reply With Quote

