473,748 Members | 8,530 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Code Working differently in IE than in Netscape or Firefox

Hi

I would be very helpful if someone could help me with this code.
It works fine in IE but when I display it in Netscape or Firefox and I
move the mouse from one menu to the other the gap between the two menus
gets bigger. What is the cause of this? Thanks
CODE:

<HTML>
<HEAD>
<TITLE>Test</TITLE>
</HEAD>
<BODY>
<TABLE WIDTH="160" BGCOLOR="000000 " BORDER="0" CELLSPACING="0"
CELLPADDING="0" STYLE="border-style: solid; border-color: DARKCOLOR;
border-width: 0px 2px 0px 2px;">
<TR>
<TD WIDTH="160" ALIGN="center" HEIGHT="26" ID="auto"
onMouseOver="sh owSubMenu(this, event);"
onClick="showSu bMenu(this,even t);" onMouseOut="sub MenuExited(this );">
<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR>
<TD WIDTH="26" ALIGN="right">& nbsp;</TD>
<TD ALIGN="center" VALIGN="middle" ><H3 STYLE="font-family:
'Comic sans MS',Cursive,Ver dana,Arial; color: red;">Menu1</H3></TD>
<TD WIDTH="26" ALIGN="right">& nbsp;</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR STYLE='display: none;'>
<TD WIDTH="160" HEIGHT="22" ALIGN="center" ID="autoSubMenu "
BGCOLOR="black" onMouseOver="su bMenuSelected(t his);"
onMouseOut="sub MenuExited(this );" onClick="subMen uClicked(this); ">
<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR>
<TD WIDTH="26" ALIGN="right">& nbsp;</TD>
<TD ALIGN="center" VALIGN="middle" ><H5 STYLE="color:
yellow; font-family: 'Comic sans
MS',Cursive,Ver dana,Arial;">Su bMenu1</H5></TD>
<TD WIDTH="26" ALIGN="right">& nbsp;</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<TABLE WIDTH="160" BGCOLOR="000000 " BORDER="0" CELLSPACING="0"
CELLPADDING="0" STYLE="border-style: solid; border-color: DARKCOLOR;
border-width: 0px 2px 0px 2px;">
<TR>
<TD>
<H1 STYLE="font-size: 2px;"><BR></H1>
</TD>
</TR>
</TABLE>
<TABLE WIDTH="160" BGCOLOR="000000 " BORDER="0" CELLSPACING="0"
STYLE="border-style: solid; border-color: DARKCOLOR; border-width: 0px
2px 0px 2px;">
<TR>
<TD WIDTH="160" ALIGN="center" HEIGHT="26" ID="immo"
onMouseOver="sh owSubMenu(this, event);"
onClick="showSu bMenu(this,even t);" onMouseOut="sub MenuExited(this );">
<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR>
<TD WIDTH="26" ALIGN="right">& nbsp;</TD>
<TD ALIGN="center" VALIGN="middle" ><H3 STYLE="font-family:
'Comic sans MS',Cursive,Ver dana,Arial; color: red;">Menu2</H3></TD>
<TD WIDTH="26" ALIGN="right">& nbsp;</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR STYLE='display: none;'>
<TD WIDTH="160" HEIGHT="22" ALIGN="center" ID="immo_rSubMe nu"
BGCOLOR="black" onMouseOver="su bMenuSelected(t his);"
onMouseOut="sub MenuExited(this );" onClick="subMen uClicked(this); ">
<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR>
<TD WIDTH="26" ALIGN="right">& nbsp;</TD>
<TD ALIGN="center" VALIGN="middle" ><H5 STYLE="color:
yellow; font-family: 'Comic sans
MS',Cursive,Ver dana,Arial;">Su bMenu1</H5></TD>
<TD WIDTH="26" ALIGN="right">& nbsp;</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR STYLE='display: none;'>
<TD WIDTH="160" HEIGHT="22" ALIGN="center" ID="immo_sSubMe nu"
BGCOLOR="black" onMouseOver="su bMenuSelected(t his);"
onMouseOut="sub MenuExited(this );" onClick="subMen uClicked(this); ">
<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR>
<TD WIDTH="26" ALIGN="right">& nbsp;</TD>
<TD ALIGN="center" VALIGN="middle" ><H5 STYLE="color:
yellow; font-family: 'Comic sans
MS',Cursive,Ver dana,Arial;">Su bMenu2</H5></TD>
<TD WIDTH="26" ALIGN="right">& nbsp;</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR STYLE='display: none;'>
<TD WIDTH="160" HEIGHT="22" ALIGN="center" ID="immo_hSubMe nu"
BGCOLOR="black" onMouseOver="su bMenuSelected(t his);"
onMouseOut="sub MenuExited(this );" onClick="subMen uClicked(this); ">
<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR>
<TD WIDTH="26" ALIGN="right">& nbsp;</TD>
<TD ALIGN="center" VALIGN="middle" ><H5 STYLE="color:
yellow; font-family: 'Comic sans
MS',Cursive,Ver dana,Arial;">Su bMenu3</H5></TD>
<TD WIDTH="26" ALIGN="right">& nbsp;</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<SCRIPT LANGUAGE="JAVAS CRIPT" TYPE="text/javascript">

element = "";
menuPID = 0;
numberOfAds = new Object();

function showSubMenu(elm t,e) {
//var obj = document.getEle mentById('Widge t6Space');
//for(var prop in obj){
//alert(prop +' '+obj[prop]);
//}
if (!e) var e = window.event;
elmt.style.curs or = "default";
elmt.style.back groundColor = "0033FF";
element = elmt;
if(e.type == "mouseover" )
menuPID = setTimeout('sho wSubMenuTest()' ,300);
else showSubMenu2();
}

function showSubMenuTest () {
showSubMenu2();
}

function showSubMenu2() {
var number = 0;
if(element.id == "auto") {
document.getEle mentById('autoS ubMenu').parent Node.style.disp lay =
'inline';
document.getEle mentById('immo_ rSubMenu').pare ntNode.style.di splay
= 'none';
document.getEle mentById('immo_ sSubMenu').pare ntNode.style.di splay
= 'none';
document.getEle mentById('immo_ hSubMenu').pare ntNode.style.di splay
= 'none';
document.getEle mentById('jobSu bMenu').parentN ode.style.displ ay =
'none';
}
else if(element.id == "immo") {
document.getEle mentById('immo_ rSubMenu').pare ntNode.style.di splay
= 'inline';
document.getEle mentById('immo_ sSubMenu').pare ntNode.style.di splay
= 'inline';
document.getEle mentById('immo_ hSubMenu').pare ntNode.style.di splay
= 'inline';
document.getEle mentById('autoS ubMenu').parent Node.style.disp lay =
'none';
document.getEle mentById('jobSu bMenu').parentN ode.style.displ ay =
'none';
}
else if(element.id == "job") {
document.getEle mentById('jobSu bMenu').parentN ode.style.displ ay =
'inline';
document.getEle mentById('autoS ubMenu').parent Node.style.disp lay =
'none';
document.getEle mentById('immo_ rSubMenu').pare ntNode.style.di splay
= 'none';
document.getEle mentById('immo_ sSubMenu').pare ntNode.style.di splay
= 'none';
document.getEle mentById('immo_ hSubMenu').pare ntNode.style.di splay
= 'none';
}
document.getEle mentById('Widge t8').style.heig ht = maxHeight - 112
- 52 - document.getEle mentById('Widge t6').scrollHeig ht;
}

function changeBackgroun d(subElement) {
subElement.styl e.backgroundCol or = "0033FF";
}

function subMenuSelected (subElement) {
subElement.styl e.cursor = "pointer";
changeBackgroun d(subElement);
}

function subMenuExited(s ubElement) {
subElement.styl e.backgroundCol or = "000000";
if(menuPID) clearTimeout(me nuPID);
}

function subMenuClicked( subElement) {
changeSubElemen tToRed(subEleme nt);
var url = "page.php?lang= &amp;region=&am p;action=&amp;o pen=";
url = url.replace(/&amp;/g,'&');
var action = "";
if(subElement.i d == "autoSubMen u") action="AUTO";
else if(subElement.i d == "immo_rSubMenu" ) action="IMMO_R" ;
else if(subElement.i d == "immo_sSubMenu" ) action="IMMO_S" ;
else if(subElement.i d == "immo_hSubMenu" ) action="IMMO_H" ;
else if(subElement.i d == "jobSubMenu ") action="JOB";

if(url.match(/action=.*?&/)) {
url = url.replace(/action=.*?&/,'action='+acti on+'&');
if(!url.match(/form=/)) url += '&form=normal ';
else if(url.match(/form=big/)) url =
url.replace(/form=big/,'form=normal') ;
}
else {
url = url.replace(/action=.*$/,'action='+acti on);
if(!url.match(/form=/)) url += '&form=normal ';
else if(url.match(/form=big/)) url =
url.replace(/form=big/,'form=normal') ;
}
if(url.match(/id=.*?&/)) url = url.replace(/id=.*?&/,'');
else if(url.match(/id=.*$/)) url = url.replace(/id=.*$/,'');

if(url.match(/open=.*?&/)) url =
url.replace(/open=.*?&/,'open='+action .toLowerCase()+ '&');
else if(url.match(/open=.*$/)) url =
url.replace(/open=.*$/,'open='+action .toLowerCase()) ;
else url += '&open='+action .toLowerCase();
//url = url.replace(/&/g,'&amp;');

location.href = url;
}

function changeSubElemen tToRed(subEleme nt) {

document.getEle mentById('autoS ubMenu').childN odes[1].style.color =
"yellow";
document.getEle mentById('immo_ rSubMenu').chil dNodes[1].style.color
= "yellow";
document.getEle mentById('immo_ sSubMenu').chil dNodes[1].style.color
= "yellow";
document.getEle mentById('immo_ hSubMenu').chil dNodes[1].style.color
= "yellow";
document.getEle mentById('jobSu bMenu').childNo des[1].style.color =
"yellow";
subElement.chil dNodes[1].style.color = "red";
}

function initialiseMenu( ) {
var open = "";
if(open != "") {
if(open.indexOf ("immo")>-1) element =
document.getEle mentById('immo' );
else element = document.getEle mentById(open);
showSubMenu2();
changeSubElemen tToRed(document .getElementById (open+"SubMenu" ));
}
}

</SCRIPT>
</BODY>
</HTML>

Jul 23 '05 #1
6 1994
> I would be very helpful

I would be very thankful

Jul 23 '05 #2
<ch***********@ hotmail.com> wrote in message
news:11******** *************@o 13g2000cwo.goog legroups.com...
Hi

I would be very helpful if someone could help me with this code.
It works fine in IE but when I display it in Netscape or Firefox and I
move the mouse from one menu to the other the gap between the two menus
gets bigger. What is the cause of this? Thanks
CODE:
[snip]
<TABLE WIDTH="160" BGCOLOR="000000 " BORDER="0" CELLSPACING="0"
CELLPADDING="0" STYLE="border-style: solid; border-color: DARKCOLOR;
border-width: 0px 2px 0px 2px;">
<TR>
<TD>
<H1 STYLE="font-size: 2px;"><BR></H1>
</TD>
</TR>
</TABLE>


[snip]

No solution but ...

The gap is not in the table (above) between the two menus.

The gap is appended to the bottom of both menu tables.

Change the colors of the three tables and you'll see this.

FYI, "height=" applies to <tr> not <td>.
Also, stripping down your code to the basics would let
others help without having to unwrap dozens of lines!
Jul 23 '05 #3
This is very annoying.

Here is a simpler version:

<HTML>
<HEAD>

</HEAD>
<BODY>
<TABLE WIDTH="160" BGCOLOR="000000 " BORDER="0" CELLSPACING="0"
CELLPADDING="0" STYLE="border-style: solid; border-color: DARKCOLOR;
border-width: 0px 2px 0px 2px;">
<TR>
<TD WIDTH="160" ALIGN="center" HEIGHT="26" ID="auto"
onMouseOver="sh owSubMenu2(this );" onClick="showSu bMenu2(this);"
onMouseOut="sub MenuExited(this );">
<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR>
<TD ALIGN="center" VALIGN="middle" ><H3 STYLE="font-family:
'Comic sans MS',Cursive,Ver dana,Arial; color: red;">Menu1</H3></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR STYLE='display: none;'>
<TD WIDTH="160" HEIGHT="22" ALIGN="center" ID="autoSubMenu "
BGCOLOR="black" onMouseOut="sub MenuExited(this );">
<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR>
<TD ALIGN="center" VALIGN="middle" ><H5 STYLE="color:
yellow; font-family: 'Comic sans
MS',Cursive,Ver dana,Arial;">Su bMenu1</H5></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<TABLE WIDTH="160" BGCOLOR="000000 " BORDER="0" CELLSPACING="0"
CELLPADDING="0" STYLE="border-style: solid; border-color: DARKCOLOR;
border-width: 0px 2px 0px 2px;">
<TR>
<TD>
<H1 STYLE="font-size: 2px;"><BR></H1>
</TD>
</TR>
</TABLE>
<TABLE WIDTH="160" BGCOLOR="000000 " BORDER="0" CELLSPACING="0"
STYLE="border-style: solid; border-color: DARKCOLOR; border-width: 0px
2px 0px 2px;">
<TR>
<TD WIDTH="160" ALIGN="center" HEIGHT="26" ID="immo"
onMouseOver="sh owSubMenu2(this );" onClick="showSu bMenu2(this);"
onMouseOut="sub MenuExited(this );">
<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR>
<TD ALIGN="center" VALIGN="middle" ><H3 STYLE="font-family:
'Comic sans MS',Cursive,Ver dana,Arial; color: red;">Menu2</H3></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR STYLE='display: none;'>
<TD WIDTH="160" HEIGHT="22" ALIGN="center" ID="immo_rSubMe nu"
BGCOLOR="black" onMouseOut="sub MenuExited(this );">
<TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR>
<TD ALIGN="center" VALIGN="middle" ><H5 STYLE="color:
yellow; font-family: 'Comic sans
MS',Cursive,Ver dana,Arial;">Su bMenu1</H5></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>

<SCRIPT LANGUAGE="JAVAS CRIPT" TYPE="text/javascript">

element = "";
menuPID = 0;

function showSubMenu2(el ement) {
element.style.c ursor = "default";
element.style.b ackgroundColor = "0033FF";
var number = 0;
if(element.id == "auto") {
document.getEle mentById('autoS ubMenu').parent Node.style.disp lay =
'inline';
document.getEle mentById('immo_ rSubMenu').pare ntNode.style.di splay
= 'none';
}
else if(element.id == "immo") {
document.getEle mentById('immo_ rSubMenu').pare ntNode.style.di splay
= 'inline';
document.getEle mentById('autoS ubMenu').parent Node.style.disp lay =
'none';
}
}
function subMenuExited(s ubElement) {
subElement.styl e.backgroundCol or = "000000";
if(menuPID) clearTimeout(me nuPID);
}

</SCRIPT>
</BODY>
</HTML>

Jul 23 '05 #4
Ok I've found what the problem is:

Apparently in Internet Explorer you only need to use 2 values for
"display":
"none" = invisible
"inline" = visible

while in Netscape and Firefox
"none" = invisible

but then depending what item you want to display you need to use
specific keywords:
"table" = display table
"table-row" = display table row
etc...
I suspect "inline" adds some sort of line break hence my problem.

Here are more details:
http://www.w3schools.com/css/pr_class_display.asp

This is all very confusing, I wish the browser companies would agree
more on standards. My website works perfectly in IE and it's taking me
ages to make it look ok in Netscape and Firefox.

Jul 23 '05 #5
ch***********@h otmail.com wrote:
Ok I've found what the problem is:

Apparently in Internet Explorer you only need to use 2 values for
"display":
"none" = invisible
"inline" = visible

while in Netscape and Firefox
"none" = invisible

but then depending what item you want to display you need to use
specific keywords:
"table" = display table
"table-row" = display table row
etc...
I suspect "inline" adds some sort of line break hence my problem.
Your issue has nothing to do with JavaScript, try either:

comp.infosystem s.www.authoring.stylesheets or
comp.infosystem s.www.authoring.html

To fix your immediate issue and achieve better cross-browser support,
toggle between 'none' and '' unless some other display attribute is
specifically needed. IE only follows some of the W3C specification in
for style.display, Netscape and Mozilla more fully implement it.

Here are more details:
http://www.w3schools.com/css/pr_class_display.asp
Which points out the faulty implementation of IE 5, but I presume you
also wish to support more modern browsers than IE 5 and Netscape 4?

This is all very confusing, I wish the browser companies would agree
more on standards. My website works perfectly in IE and it's taking me
ages to make it look ok in Netscape and Firefox.


Do not blame other browsers for not implementing the same faulty
style object as IE. You also do not specify a doctype in your HTML
which may cause other issues with browsers behaving differently for
the same markup (even IE behaves differently given different doctypes
for the same HTML).

Before complaining about browsers, first validate your pages to
ensure your markup is correct. Then if you raise your issues at one
of the above forums you will likely get very specific and complete
answers to any problems you may have.
--
Fred
Jul 23 '05 #6
ch***********@h otmail.com wrote:
Apparently in Internet Explorer you only need to use 2 values for
"display":
"none" = invisible
"inline" = visible
Which is mostly wrong.
while in Netscape and Firefox
"none" = invisible

but then depending what item you want to display you need to use
specific keywords:
"table" = display table
"table-row" = display table row
etc...
I suspect "inline" adds some sort of line break hence my problem.
No.
Here are more details:
http://www.w3schools.com/css/pr_class_display.asp
Yes, indeed.
This is all very confusing, I wish the browser companies would agree
more on standards. My website works perfectly in IE and it's taking me
ages to make it look ok in Netscape and Firefox.


I wish you would accept that IE is as borken as your code and
what confuses you in Netscape and Firefox *is* Web standard:

<http://www.w3.org/TR/CSS2/visuren.html#pr opdef-display>
PointedEars
--
Neineinein, der wird - ganz gemäß dem Vorbild von "Clockwork Orange"
festgeschnallt und bekommt zig Mal den Film "Battlefiel d Earth" vorgeführt.
Dürfte in der Wirkung einer Seitenlappen-Lobotomie gleichkommen. (Johannes°
in dag°, <c2************ *@news.t-online.com>)
Jul 23 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

26
8405
by: Spondishy | last post by:
Hi, I have a problem with divs and padding in IE6 and Firefox. Basically my example that I have attached works exactly how I want in IE6, but padding is treated differently in Firefox. My example is below. http://www.villas2u.com/example/test.htm http://www.villas2u.com/example/styles.css I realise that the issue is with the padding of 10px pushing the
2
1468
by: Peregrine Maitland | last post by:
I have scrolling news that is based on JavaScript on the site I maintain. The script works in Internet Explorer 6.x, but not Firefox 1.0. It's not clear to me why the script doesn't work with Firefox. I'd appreciate it if someone could help me modify the script so that it would also work with Firefox. The scrolling news can be seen on the page at: http://www.shtetlinks.jewishgen.org/WielkieOczy/
1
2150
by: RC | last post by:
I know DTD (Document Type Definition) is supported by Netscape/Firefox and IE. But I typed some examples from http://www.w3schools.com/schema/default.asp Seems no effect on those browsers.
1
2600
by: Jordan | last post by:
I set the cursor property to change to the "hand" when the user performs an "onmouseover" event on a hyperlink object. This does work correctly with Internet Explorer, however, with Netscape and Firefox, the cursor is just the "vertical line." Does anyone know why this isn't working with Netscape or Firefox? Thanks!
36
2084
by: Robert Baer | last post by:
I used Google and found some references for integer in Java. But "int" not only does not work, it also prevents reading X and Y coordinates of the mouse. What i would like to do: 1) Get X and Y mouse coordinates into a variable that i can do real math on. So far, i can do math on the values "read" and that result goes into a "variable" that is useful *only* for display. If i try "int" in that math, the values are then zero for everything...
49
3981
by: Atul Chaturvedi | last post by:
If we use ASP.NET 2.0 Login Control, we are unable to click on Login and Reset Buttons on Safari running on Apple Mac OS X Version 10.3.2 . How can i resolve the problem.
7
1611
by: Joe | last post by:
I've been playing around with atlas for hte past couple days and its very impressive. However the standard browser here is Netscape, specifically: Netscape 7.02 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 While everythign works great in Firefox and IE, absolutely nothing seems to work with netscape. Is there something I need to change in my browser caps to get it to work in netscape? I want to...
1
3152
by: ajaysoniji | last post by:
Hi, I am using this code to read the option values from a select option. I am getting the reference of that select option in arg1. Its working fine with mozilla firefox but not with Internet Explorer. It gives the lenth but failing to read the arguments(Shown in bold). It gives the alert Internet Explorer 4 for IE and Netscape 5 for Mozilla firefox for the alert in line 4. Please Suggest as soon as possible how I can read the values of the...
6
2917
by: jwarnock | last post by:
When a text field is terminated by a "tab" or change of focus, the browsers behave the same (IE, FireFox, Safari, Netscape). When the text field is terminated by a "return", then "onchange" is called but the procedure appears to be executing in different contexts. Safari and IE cause an bad result, whereas Netscape and FireFox do the right thing. Any ideas?
0
8989
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8828
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9537
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9367
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9319
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9243
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8241
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6795
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4869
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.