473,566 Members | 2,772 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

semi-transparent Background colour screen dimensions

4 New Member
Hey everyone,

My question is related to HTML, Javascript, CSS and ASP.NET but i think it belongs here!

Upon an event i am trying to add a semi-transparent colour across the page so the background is obscurred but i also set a div with a known ID to exist above this.

My current method has been to on the fly create a div which gets the screen height/width with javascript and then sets the image.

However, my div is created but does not cover the whole screen as other divs already exist on the page.

In short, i would like to cover the whole page with a semi transparent colour.

My current CSS has been:

style="backgrou nd-color: black;filter:al pha(opacity=60) ;-moz-opacity:.6;opac ity:.6;position :absolute; z-index:101; width:'+ screen.width + 'px; height:' + screen.height +'px"

This css has been applied to a div on my page.

If anyone could help me it would be appreciated,

Many Thanks,
James
Aug 28 '07 #1
9 4107
phvfl
173 Recognized Expert New Member
Hi James,

Have you tried explicitly setting the padding and margins to 0 as if these are being declared in any CSS rules that match the masking div then this may account for the issue.
Aug 28 '07 #2
JamesF1982
4 New Member
Hey,

Thanks for your reply.

I tried your suggestion but it did not make a difference. I still have a number of elements above the masked div which are not being covered by the masking div.

Half my screen is masked but the half with html elements is not masked.

Hope i am painting a picture there :)

James
Aug 28 '07 #3
phvfl
173 Recognized Expert New Member
Hi,

Could you post either the HTML and javascript that you are using, or even better a link to the page so that I could see the exact problem.

I'll try recreating here in the meanwhile but my attempt may be different from what you have.
Aug 28 '07 #4
drhowarddrfine
7,435 Recognized Expert Expert
I'm waiting for a meeting to start so I may misunderstand the OP but can you just set the body background? Also, 'opacity' works in FF and all modern browsers so you don't need -mox-opacity.
Aug 28 '07 #5
phvfl
173 Recognized Expert New Member
James,

The issue is with the div following the content that already exists. This can be fixed in Firefox by using fixed positioning and setting the top and left property to 0. Unfortunately this does not seem to work in IE. What browsers are you aiming this at and what are you using for testing? Have you had success with any browser?

Doc:

Changing the background colour would look the same but the content would be above the change in colour and so would still be usable. This effect is normally done to prevent this from being done while some script executes.
Aug 28 '07 #6
drhowarddrfine
7,435 Recognized Expert Expert
Yeah, I forgot that's why they wanted transperency.
Still in a meeting. ;)
Aug 28 '07 #7
markrawlingson
346 Recognized Expert Contributor
Use height:100%;wid th:100%; and set the body { margin:0px )

That will work.

Now the real problem you'll face will be with windowed objects like drop down lists, activex content, flash media, etc. If you run into that issue, let me know :P (I have a solution)
Aug 28 '07 #8
JamesF1982
4 New Member
Hey everyone,

Thanks for all your replies.

Sorry i cannot show you a link to the page as i dont have anywhere to host it currently.

The javascript function in my code called buildDimmerDiv( ) is where i try and create a div to cover the whole page. My reason for building the html like this is because i am calling it upon a server side event.

Thanks for your help
James

P. S Hope the meeting has finished :)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">



<html xmlns="http://www.w3.org/1999/xhtml" >
<head><title>
Untitled Page
</title></head>
<body>
<form name="form1" method="post" action="Grid_Vi ew_Test2.aspx" id="form1">
<div>
<input type="hidden" name="__EVENTTA RGET" id="__EVENTTARG ET" value="" />
<input type="hidden" name="__EVENTAR GUMENT" id="__EVENTARGU MENT" value="" />
<input type="hidden" name="__VIEWSTA TE" id="__VIEWSTATE " value="/AAQIIFCsAAQIJFC sAAQIKFCsAAQILF CsAAQIMFCsAAQIN FCsAAQIOFCsAAQI PAgFkuIReO5iEgz/DIJ8m1dOir7Tesz k=" />
</div>

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['form1'];
if (!theForm) {
theForm = document.form1;
}
function __doPostBack(ev entTarget, eventArgument) {
if (!theForm.onsub mit || (theForm.onsubm it() != false)) {
theForm.__EVENT TARGET.value = eventTarget;
theForm.__EVENT ARGUMENT.value = eventArgument;
theForm.submit( );
}
}
//]]>
</script>


<div>
<table>
<tr>
<td>
<select size="4" name="ListBox1" id="ListBox1">
<option value="James">J ames</option>
<option value="Football ">Football</option>

</select>
</td>
<td>
<select size="4" name="ListBox2" id="ListBox2">
<option value="James">J ames</option>
<option value="Football ">Football</option>

</select>
</td>
</tr>
<tr>
<td>
<select size="4" name="ListBox4" id="ListBox4">
<option value="James">J ames</option>
<option value="Football ">Football</option>

</select>
</td>
<td>
<select size="4" name="ListBox5" id="ListBox5">
<option value="James">J ames</option>
<option value="Football ">Football</option>
<option value="a">a</option>
<option value="b">b</option>
<option value="v">v</option>
<option value="g">g</option>
<option value="d">d</option>
<option value="s">s</option>
<option value="ah">ah</option>

</select>
</td>
</tr>
<tr>
<td>
<select size="4" name="ListBox6" id="ListBox6">
<option value="James">J ames</option>
<option value="Football ">Football</option>

</select>
</td>
<td>
<select size="4" name="ListBox7" id="ListBox7">
<option value="James">J ames</option>
<option value="Football ">Football</option>

</select>
</td>
</tr>
<tr>
<td>
<select size="4" name="ListBox8" id="ListBox8">
<option value="James">J ames</option>
<option value="Football ">Football</option>

</select>
</td>
<td>
<select size="4" name="ListBox9" id="ListBox9">
<option value="James">J ames</option>
<option value="Football ">Football</option>

</select>
</td>
</tr>
<tr>
<td>
<select size="4" name="ListBox10 " id="ListBox10" >

</select>
</td>
<td>
<select size="4" name="ListBox11 " id="ListBox11" >

</select>
</td>
</tr>
</table>




<input name="TextBox2" type="text" id="TextBox2" style="z-index:5" />

<style type="text/css">
table th
{
border-width: 1px;
border-color: Black;
border-style: solid;
background-color: white;
position: relative;
top :expression(thi s.parentNode.pa rentNode.
parentNode.scro llTop-1);
}

.fixedHeader
{
overflow-y:scroll;
height: 100px;
}
</style>


<script type="text/javascript">
/*
//FreezeGridViewH eader('View4_Gr id_View1_GridVi ew1','WrapperDi v');

function FreezeGridViewH eader(gridID,wr apperDivCssClas s)
{
/// <summary>
/// Used to create a fixed GridView header and allow scrolling
/// </summary>
/// <param name="gridID" type="String">
/// Client-side ID of the GridView control
/// </param>
/// <param name="wrapperDi vCssClass" type="String">
/// CSS class to be applied to the GridView's wrapper div element.
/// Class MUST specify the CSS height and width properties.
/// Example: width:800px;hei ght:400px;borde r:1px solid black;
/// </param>
var grid = document.getEle mentById(gridID );
if (grid != 'undefined')
{
grid.style.visi bility = 'hidden';
var div = null;
if (grid.parentNod e != 'undefined')
{
//Find wrapper div output by GridView
div = grid.parentNode ;
if (div.tagName == "DIV")
{
div.className = wrapperDivCssCl ass;
div.style.overf low = "auto";
}
}
//Find DOM TBODY element and remove first TR tag from
//it and add to a THEAD element instead so CSS styles
//can be applied properly in both IE and FireFox
var tags = grid.getElement sByTagName('TBO DY');
if (tags != 'undefined')
{
var tbody = tags[0];
var trs = tbody.getElemen tsByTagName('TR ');
var headerHeight = 8;
if (trs != 'undefined')
{
headerHeight += trs[0].offsetHeight;
var headTR = tbody.removeChi ld(trs[0]);
var head = document.create Element('THEAD' );
head.appendChil d(headTR);
grid.insertBefo re(head, grid.firstChild );
}
//Needed for Firefox
tbody.style.hei ght =
(div.offsetHeig ht - headerHeight) + 'px';
tbody.style.ove rflowX = "hidden";
tbody.overflow = 'auto';
tbody.overflowX = 'hidden';
}
grid.style.visi bility = 'visible';
}
} */
</script>


<script type="text/javascript">

function setDimensions()
{
var h = document.docume ntElement.clien tHeight * 0.25;
var l = document.docume ntElement.clien tWidth * 0.5;
var w = l - 200;

document.getEle mentById("UpDiv ").style.textAl ign = "center";
document.getEle mentById("UpDiv ").style.positi on = "absolute";
document.getEle mentById("UpDiv ").style.le ft = w+"px";
document.getEle mentById("UpDiv ").style.to p = h+"px";
document.getEle mentById("UpDiv ").style.backgr oundColor = "white";
}

window.onresize = setDimensions;

function makeVisible()
{
setDimensions() ;
document.getEle mentById("UpDiv ").style.visibi lity = "visible";
document.getEle mentById("UpDiv ").style.border Width = "1px";
document.getEle mentById("UpDiv ").style.border Style = "solid";
document.getEle mentById("UpDiv ").style.backgr oundColor = "white";
}

function makeHidden()
{
document.getEle mentById("UpDiv ").style.visibi lity = "hidden";
}

function makeHiddenSave( )
{
document.getEle mentById("UpDiv ").style.visibi lity = "hidden";
alert("Saved");
}

function buildDimmerDiv( )
{
document.write( '<div id="dimBack" style="padding: 0px; margin: 0px 0px 0px 0px; background-color: black;filter:al pha(opacity=60) ;-moz-opacity:.6;opac ity:.6;position :absolute; z-index:101; width:'+ screen.width + 'px; height:' + screen.height +'px"></div>');
}

function getconfirm2(Del eteString)
{
if (confirm("Are you sure you wish to delete this item?")==true)
{
__doPostBack('V iew4_Grid_View1 $GridView1',Del eteString);
//return true;
}
else
return false;
}


</script>

<div id="GridDiv" class="fixedHea der">
<div id="View4_Grid_ View1_GridView1 _Panel1">

<div>
<table cellspacing="0" rules="all" border="1" id="View4_Grid_ View1_GridView1 _GridView1" style="border-collapse:collap se;">
<tr>
<th scope="col"><a href="javascrip t:__doPostBack( 'View4_Grid_Vie w1_GridView1$Gr idView1','Sort$ Test_James_ID') ">Test_James_ID </a></th><th scope="col"><a href="javascrip t:__doPostBack( 'View4_Grid_Vie w1_GridView1$Gr idView1','Sort$ Label1')">Colum n 1</a></th><th scope="col"><a href="javascrip t:__doPostBack( 'View4_Grid_Vie w1_GridView1$Gr idView1','Sort$ Label2')">Craig </a></th><th scope="col"><a href="javascrip t:__doPostBack( 'View4_Grid_Vie w1_GridView1$Gr idView1','Sort$ Label3')">ID 1</a></th><th scope="col"><a href="javascrip t:__doPostBack( 'View4_Grid_Vie w1_GridView1$Gr idView1','Sort$ Label8')">Id 2</a></th><th scope="col"><a href="javascrip t:__doPostBack( 'View4_Grid_Vie w1_GridView1$Gr idView1','Sort$ Label9')">Label 9</a></th><th scope="col"><a href="javascrip t:__doPostBack( 'View4_Grid_Vie w1_GridView1$Gr idView1','Sort$ Label10')">Labe l 10</a></th><th scope="col"><a href="javascrip t:__doPostBack( 'View4_Grid_Vie w1_GridView1$Gr idView1','Sort$ Label11')">Labe l 11</a></th><th scope="col">&nb sp;</th><th scope="col">&nb sp;</th>
</tr><tr>
<td>1</td><td>James</td><td>Andrew</td><td>Freeman</td><td>Thames</td><td>Surrey</td><td>KT12</td><td>Soon to move!</td><td><input type="image" src="../Images/ViewHor.jpg" alt="View" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Se lect$0')" style="border-width:0px;" /></td><td><input type="image" src="../Images/Update.jpg" alt="Update" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Ed it$0')" style="border-width:0px;" /></td>
</tr><tr>
<td>2</td><td>Winners! </td><td>Bournemo uth</td><td>Walton</td><td>Hove</td><td>Albion</td><td>Football </td><td>Clubs</td><td><input type="image" src="../Images/ViewHor.jpg" alt="View" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Se lect$1')" style="border-width:0px;" /></td><td><input type="image" src="../Images/Update.jpg" alt="Update" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Ed it$1')" style="border-width:0px;" /></td>
</tr><tr>
<td>3</td><td>a</td><td>b</td><td>the</td><td>the</td><td>c</td><td>d</td><td>e</td><td><input type="image" src="../Images/ViewHor.jpg" alt="View" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Se lect$2')" style="border-width:0px;" /></td><td><input type="image" src="../Images/Update.jpg" alt="Update" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Ed it$2')" style="border-width:0px;" /></td>
</tr><tr>
<td>4</td><td>Test</td><td>Test</td><td>Test</td><td>Test</td><td>test</td><td>test</td><td>r</td><td><input type="image" src="../Images/ViewHor.jpg" alt="View" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Se lect$3')" style="border-width:0px;" /></td><td><input type="image" src="../Images/Update.jpg" alt="Update" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Ed it$3')" style="border-width:0px;" /></td>
</tr><tr>
<td>5</td><td>a</td><td>b</td><td>the</td><td>the</td><td>c</td><td>d</td><td>e</td><td><input type="image" src="../Images/ViewHor.jpg" alt="View" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Se lect$4')" style="border-width:0px;" /></td><td><input type="image" src="../Images/Update.jpg" alt="Update" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Ed it$4')" style="border-width:0px;" /></td>
</tr><tr>
<td>6</td><td>ab</td><td>b</td><td>c</td><td>h</td><td>i</td><td>j</td><td>k</td><td><input type="image" src="../Images/ViewHor.jpg" alt="View" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Se lect$5')" style="border-width:0px;" /></td><td><input type="image" src="../Images/Update.jpg" alt="Update" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Ed it$5')" style="border-width:0px;" /></td>
</tr><tr>
<td>7</td><td>a</td><td>s</td><td>s</td><td>s</td><td>s</td><td>s</td><td>s</td><td><input type="image" src="../Images/ViewHor.jpg" alt="View" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Se lect$6')" style="border-width:0px;" /></td><td><input type="image" src="../Images/Update.jpg" alt="Update" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Ed it$6')" style="border-width:0px;" /></td>
</tr><tr>
<td>8</td><td>d</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td><input type="image" src="../Images/ViewHor.jpg" alt="View" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Se lect$7')" style="border-width:0px;" /></td><td><input type="image" src="../Images/Update.jpg" alt="Update" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Ed it$7')" style="border-width:0px;" /></td>
</tr><tr>
<td>9</td><td>d</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td><input type="image" src="../Images/ViewHor.jpg" alt="View" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Se lect$8')" style="border-width:0px;" /></td><td><input type="image" src="../Images/Update.jpg" alt="Update" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Ed it$8')" style="border-width:0px;" /></td>
</tr><tr>
<td>10</td><td>d</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td><input type="image" src="../Images/ViewHor.jpg" alt="View" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Se lect$9')" style="border-width:0px;" /></td><td><input type="image" src="../Images/Update.jpg" alt="Update" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Ed it$9')" style="border-width:0px;" /></td>
</tr><tr>
<td>11</td><td>d</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td><input type="image" src="../Images/ViewHor.jpg" alt="View" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Se lect$10')" style="border-width:0px;" /></td><td><input type="image" src="../Images/Update.jpg" alt="Update" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Ed it$10')" style="border-width:0px;" /></td>
</tr><tr>
<td>12</td><td>d</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td><input type="image" src="../Images/ViewHor.jpg" alt="View" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Se lect$11')" style="border-width:0px;" /></td><td><input type="image" src="../Images/Update.jpg" alt="Update" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Ed it$11')" style="border-width:0px;" /></td>
</tr><tr>
<td>13</td><td>d</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td><input type="image" src="../Images/ViewHor.jpg" alt="View" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Se lect$12')" style="border-width:0px;" /></td><td><input type="image" src="../Images/Update.jpg" alt="Update" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Ed it$12')" style="border-width:0px;" /></td>
</tr><tr>
<td>14</td><td>d</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td><input type="image" src="../Images/ViewHor.jpg" alt="View" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Se lect$13')" style="border-width:0px;" /></td><td><input type="image" src="../Images/Update.jpg" alt="Update" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Ed it$13')" style="border-width:0px;" /></td>
</tr><tr>
<td>15</td><td>d</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td><input type="image" src="../Images/ViewHor.jpg" alt="View" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Se lect$14')" style="border-width:0px;" /></td><td><input type="image" src="../Images/Update.jpg" alt="Update" onclick="javasc ript:__doPostBa ck('View4_Grid_ View1_GridView1 $GridView1','Ed it$14')" style="border-width:0px;" /></td>
</tr>
</table>
</div>

</div>
</div>


<div id="UpDiv" style="visibili ty:hidden; z-index:102; width:400px; border-width:thick; border-style:ridge; border-color: Red;">
<table>
<tr>
<div id="View4_Grid_ View1_GridView1 _PanelEdit1">

<table id="View4_Grid_ View1_GridView1 _TableUpdateFie lds" border="0" style="height:1 00%;width:100%; ">
<tr>
<td align="left"><s pan>Column 1</span></td><td><input name="View4_Gri d_View1_GridVie w1$ctl01" type="text" value="James" /></td>
</tr><tr>
<td align="left"><s pan>Craig</span></td><td><input name="View4_Gri d_View1_GridVie w1$ctl03" type="text" value="Andrew" /></td>
</tr><tr>
<td align="left"><s pan>Label 9</span></td><td><input name="View4_Gri d_View1_GridVie w1$ctl05" type="text" value="Surrey" /></td>
</tr><tr>
<td align="left"><s pan>Label 10</span></td><td><input name="View4_Gri d_View1_GridVie w1$ctl07" type="text" value="KT12" /></td>
</tr><tr>
<td align="left"><s pan>Label 11</span></td><td><input name="View4_Gri d_View1_GridVie w1$ctl09" type="text" value="Soon to move!" /></td>
</tr><tr>
<td align="left"><i nput type="submit" name="View4_Gri d_View1_GridVie w1$ctl10" value="Save" style="width:15 0px;" /></td><td><input type="submit" name="View4_Gri d_View1_GridVie w1$ctl11" value="Cancel" style="width:15 0px;" /></td>
</tr>
</table>

</div>
</tr>
</table>
</div>


</div>

<div>

<input type="hidden" name="__EVENTVA LIDATION" id="__EVENTVALI DATION" value="/wEWRgL1nNWxDwKf jKzoAgLS2fP+BwK fjOifBQLS2bcJAp +M0PoIAtLZj+wNA p+M/MHr5GmlsvkA5G8y eqZwENViKkl2fU= " />
</div>

<script type="text/javascript">
//<![CDATA[
makeVisible(); buildDimmerDiv( );//]]>
</script>
</form>
</body>
</html>
Aug 29 '07 #9
JamesF1982
4 New Member
Hey All,

Managed to solve this issue by setting the position to fixed and the top and left properties to 0px which then made sure all elements were covered by my semi-transparent div.

many thanks for your help :)
James
Aug 29 '07 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

2
6647
by: Andrey Krivda 232973226 | last post by:
Hi! Whether there is an example where is used "Left Anti Semi Join"? andrey@tic.com.ua
2
3768
by: Dennis M. Marks | last post by:
I am never sure of when a semi-colon is required in javascript. Is there a definite rule? -- Dennis M. Marks -----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! -----== Over 100,000 Newsgroups - 19 Different Servers! =-----
2
3063
by: Klaus Nowikow | last post by:
I would like to be able to do the following: std::cout // Or any other ostream << "Line 1\n" << push_tab << "Line 2\n" << "Line 3\n" << push_tab << "Line 4\n" << pop_tab
16
2820
by: Kiuhnm | last post by:
Is there an elegant way to deal with semi-circular definitions? Semi-circular definition: A { B }; B { *A }; Circular reference: A { *B }; B { *A }; The problems arise when there are more semi-circular definitions and
2
3696
by: David Scemama | last post by:
Hi, I'm looking for a way to display semi graphic characters in a multi line text control or in a rich text control. I've tried with all the characters of the extended ASCII table (code page 437), they appear correctly except the semi graphic ones. Please help ... Thanks a lot
27
3159
by: StevePBurgess | last post by:
With a string of authors such as: Carson, David, Milne, Rebecca, Pakes, Francis J., Shalev, Karen, Shawyer, Andrea I would like to write a function to change every other comma into a semi colon (thereby defining where one name ends and the next begins). I could do it by writing a complex (and slow) procedure - but is there a quick way...
2
2309
by: James Stroud | last post by:
Hello All, I am trying to create a semi-standalone with the vendor python on OS X 10.4 (python 2.3.5). I tried to include some packages with both --packages from the command and the 'packages' option in setup.py. While the packages were nicely included in the application bundle in both cases (at Contents/Resources/lib/python2.3/), they were...
3
29744
by: nigel | last post by:
Hi, I'm using VBA to export data from a table direct to a CSV file DoCmd.TransferText acExportDelim, , "ExportTable", filePath this produced a file with COMMA separated values, until...my computer got fried and the repair shop re-installed Windows XP in French (I
3
2632
by: Sylvain | last post by:
Hi, I'm playing with Google App Engine and during my tests it seems that there is a bug in cgi. parse_header function. If we upload a file with a semi-colon (i.e : "C:/my;file.jpg") : cgi.FieldStorage.filename returns only "my" everything after the semi- colon is missing Is it a bug or i'm missing something ?
26
3018
by: machineghost | last post by:
First off, let me just say that as someone with no DBA training whatsoever, any help I can get with this issue will be very, very much appreciated. My company recently migrated our database from DB2 v7 to DB2 v9. We hired a consultant to help us, and things went pretty smoothly ... up until a few weeks after, when a co-worker tried to...
0
8108
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...
1
7644
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...
0
6260
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...
1
5484
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...
0
5213
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3643
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2083
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1201
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.