Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached

7 Posted Topics

Member Avatar for happygeek

Later, I am considering to upgrade my current OS to iOS4. Do I still need to backup my stuffs? I'm not sure if upgrading to iOS4 will make my device go back to zero. Currently, there are no/less FAQs discussing this issue. Hoping for your feedback. Thanks!

Member Avatar for jimywaugh
1
730
Member Avatar for cubekid

Is there a way in VB6 where I could get the file's "Size on disk" (not the size). I cannot achieve this by using the FileSystemObject's size property which only returns the file's size. If this cannot be done, maybe a help on how to achieve these other options will …

Member Avatar for cubekid
0
803
Member Avatar for cubekid

I am using OWC 11 in my new web application for displaying charts. Is it possible in OWC 11 to combine and display a column and a line graph (Looking like they overlap each other)? I tried it using this code but it doesn' t work. [code] int width = …

Member Avatar for haragin
0
264
Member Avatar for rebsysue

I turned the imageArray array to a 2-dimensional array [CODE] var imageNum = 0; imageArray = new Array(); imageArray[imageNum] = new Array(); imageArray[imageNum][0] = new imageItem(imageDir + "roma072.jpg"); imageArray[imageNum][1] = "Caption1"; imageNum++; imageArray[imageNum] = new Array(); imageArray[imageNum][0] = new imageItem(imageDir + "roma073.jpg"); imageArray[imageNum][1] = "Caption2"; imageNum++; imageArray[imageNum] = new Array(); …

Member Avatar for cubekid
0
87
Member Avatar for realnsleo

I have revised your code just a little [code] function addNewItem (id,count,qty,ps) { var count = parseInt(count); var tbody = document.getElementById(id).getElementsByTagName("TBODY")[0]; var row = document.createElement("TR") //1st Column var td1 = document.createElement("TD") td1.setAttribute("align","center"); td1.setAttribute("height",40); td1.setAttribute("bgcolor","#FFFFFF"); input1 = document.createElement("input"); input1.setAttribute("type","text"); input1.setAttribute("name","qty_"+count); input1.setAttribute("size",3); input1.setAttribute("disabled","disabled"); input1.setAttribute("style","background-color:#FFFFFF;border:none;color:#000000;text-align:center;"); input1.setAttribute("value",qty); //2nd Column var td2 = document.createElement("TD") td2.setAttribute("align","center"); …

Member Avatar for cubekid
0
105
Member Avatar for cubekid

Dev't Tool: Visual C# 2003 and Javascript System Type: Web Application One requirement of the system is to dynamically create a table on client-side (Javascripting using createElement method.) The table has textboxes inside each cell. a few sample code: [code] for (i = 0; i < 4; i ++) // …

Member Avatar for ~s.o.s~
0
330
Member Avatar for sivak

Please refer to this site. I have used this one in my project and it's working fine. [url]http://www.mattkruse.com/javascript/calendarpopup/[/url]

Member Avatar for cubekid
0
80

The End.