Forum: JavaScript / DHTML / AJAX Jan 28th, 2008 |
| Replies: 4 Views: 2,708 Our clients have their own fonts. So I can't just use any font. |
Forum: JavaScript / DHTML / AJAX Jan 25th, 2008 |
| Replies: 4 Views: 2,708 I have a flash file that reads an xml file and writes the text on the flash.
The problem I have is when the client does not have the font that I'm using.
I looked on many websites and they always... |
Forum: Java Jan 7th, 2008 |
| Replies: 6 Views: 5,332 That's now how I wanted to do it.
I know iwould have to do this
WriteTxt.setCMYKColorFillF(00, 99, 100, 00);
WriteTxt.showTextAligned(0 ,"Hello", 100, 20, 0f);
... |
Forum: Java Jan 7th, 2008 |
| Replies: 6 Views: 5,332 Oh please. I was so excited when I saw that there is at least 1 response to my post.
Anyway since if I write:
WriteTxt.setCMYKColorFillF(00, 00, 00, 00);
The output will be "Hello World" in... |
Forum: Java Jan 7th, 2008 |
| Replies: 6 Views: 5,332 I have a string "Hello World"
I want to change the color of Hello to red using the setCMYKColorFillF function. I'm writing the string to a PDF file
I know I'll use to write to the pdf:
... |
Forum: ASP Sep 6th, 2007 |
| Replies: 1 Views: 2,136 I am having a problem with sending an email with an attachment
Set msg = CreateObject("CDO.Message")
msg.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusing")=2 ... |
Forum: JSP Aug 30th, 2007 |
| Replies: 3 Views: 11,930 I have two questions
1. How do I use a Replace() function in JSP
e.g.
String strName = "My name is";
String strName2 = replace(strName, "is", "is Michael");
2. How do I make a string to... |
Forum: Java Aug 17th, 2007 |
| Replies: 3 Views: 1,683 I have a problem with my Hashtable output
Hashtable HashTest = new Hashtable();
HashTest.put("B_1", "A");
HashTest.put("B_3", "B");
HashTest.put("B_5", "C");
HashTest.put("B_7", "D");... |
Forum: JavaScript / DHTML / AJAX Aug 16th, 2007 |
| Replies: 9 Views: 1,163 The previous ones are perfect because I have other input textboxes with names like myusname, mypassword, and so on.
So I only wanted textboxes with myname1, myneme2.......
These textboxes are... |
Forum: Java Aug 16th, 2007 |
| Replies: 2 Views: 973 Hi guys
I have a tricky XML/Java situation that I need some tips on
I have an XML file
<country>
<country-name code=”USA”>
<city>City1</city>
... |
Forum: JavaScript / DHTML / AJAX Aug 16th, 2007 |
| Replies: 9 Views: 1,163 I was off sick yesterday and I got to use your suggestions and they work perfect.
Thank you very much. |
Forum: JavaScript / DHTML / AJAX Aug 14th, 2007 |
| Replies: 9 Views: 1,163 Hi guys,
I have a form with many text fields that are created from another program (java)
<input type=text name = 'myname1'>
<input type=text name = 'myname2'>
<input type=text name =... |
Forum: Java Jul 11th, 2007 |
| Replies: 5 Views: 1,176 I managed to get it.
I had a PDF file that had about 10 pages and I wanted to insert an image on every page.
This is what I did
import com.lowagie.text.Image;
import... |
Forum: Java Jul 9th, 2007 |
| Replies: 5 Views: 1,176 Good day,
I have a PDF file that acts as my template. I know how to use the x, y cordinate to put an image into that PDF file. My problem is that my PDF file has about five pages and I want to... |
Forum: Visual Basic 4 / 5 / 6 Feb 1st, 2007 |
| Replies: 0 Views: 2,211 Hi Guys,
I am using that inet FTP control in VB6.
I can download files from the FTP server to my local directory, but during the download, i lose network connection and the application just... |
Forum: VB.NET Jan 25th, 2007 |
| Replies: 0 Views: 1,601 Hi Guys,
I have a web server called Server123 that is hosting my web application called Myapp.
There are users that connect to this using http://Server123/Myapp/default.aspx
There is an ftp... |
Forum: VB.NET Jan 22nd, 2007 |
| Replies: 3 Views: 9,168 Hi Guys,
I tried searching on the net for a code to compress/zip files in VB.Net, but could not find any solution.
Can anyone help me with this - I do not like that one of using 3rd party... |
Forum: VB.NET Jan 19th, 2007 |
| Replies: 0 Views: 966 Hi guys,
I have an ftp server that I need to copy files from.
The files are big, so i need to compress them first before i can download them. How do I do this in VB.net
I can see all the... |
Forum: VB.NET Dec 21st, 2006 |
| Replies: 3 Views: 4,926 Something like that.
I already had this code though.
This is one page. but I want to be able to drag from oen page to another.
I'm not too sure if this is possible on the browser.
Thanks for... |
Forum: VB.NET Dec 20th, 2006 |
| Replies: 3 Views: 4,926 Hi Guys,
I have an aspx page called Main.aspx which has several text boxes and a button.
When I click on this button, it opens up a popup window called SubMain.aspx
I want to drag and drop... |