I think I am missing a basic thing in my JS recently.
I’m trying to use a variable globally, but it doesn’t seem to be global.
I am defining it here, which is within the <HEAD> tags:
<script type="text/javascript">
<!--
if (drawingsfolder == null){
var drawingsfolder =...
Wondering if anyone can spot what is wrong in this code, and tell me how to fix it.
I’m trying to dynamically populate a select options object on my html page.
What I have is an options select which after choosing will offer different options in 2nd one depending on choice in first, then...
I use a browser based system of checking procedures, written in html and javascript.
I’m doing a new one where I have a few <select> tag options.
I want to use these with onchange functions, to build up a variable that contains a url, and use that variable in a link lower down the page.
I can...
I'm getting this error all of a sudden, and it's beating me.
My system is a Dell T5400 with Dual quad core Xeon 2.5GHz CPUs, running XP PRo x64, with updates up to date.
It's primarily used for image editing. In fact almost solely so.
The system has been working perfectly since I got it, and I...
I have a staff calender which I use Excel 2003 for.
I password access it so it's secure. Recently I have changed the password but either my memory fails me or I made some typo on the day.
I have password access on open as well as write, so no other staff member can see anyone else's info.
I've...
I have this simple routine which deletes a list of files contained in Memo1 that was previously built.
This works fine, except I want to show some form of progress.
As you can see I have a line to update a label caption in the loop, but that does not update until the end of the loop. The list...
I need to create a cd to boot from. I need it to boot up my pc that has xp on it so it needs to access ntfs drive. I don't want it to be an xp install.
Is there not a way to make a simple boot disk like u could in win98?
Ideally I'd also like it to enable me to use usb sticks too.
Steve (Delphi...
I've just got a new desktop with XP Pro 64bit installed.
I assume Delphi 2007 would install and run OK on it, allbeit in 32bit mode I guess, but would created apps work on 32bit and 64bit OK?
Steve (Delphi 2007 & XP)
I've just bought a Dell PC with RAM that CPU-Z detects as:
The quote describes it as:
If I add this memory from Novatech to the PC, will I compromise any speed performance?
http://www.novatech.co.uk/novatech/specpage.html?CSR-X644G5
If so, can anyone recommend suitable memory, comparable to...
I'm editing a script that runs in Photoshop to automate some actions.
It has the following line which adds text to the image that is the filename:
newTextLayer.textItem.contents = file.name;
What I'd really like to do is use say the Title (as seen on right click jpeg/properties/summary) or...
I'm trying to follow the example here:
http://www.swissdelphicenter.ch/article_data/ch21.pdf
but right at the outset I'm falling over with the onexecute procedure.
Firstly, if I double click the event to create the procedure, as I normally do I get this:
procedure...
A new project has arisen for me today, which I'm really interested in but essentially know nothing about!
I need to do a simple app that can talk via the PC ethernet port to a hardware device on an IP address. Most likely it will be on an intranet but it may need to be controlled over the...
I'm using a TListView to display some of my entered data.
I've had working for ages this small procedure to colour the rows alternately:
// OnDrawing ListView1, colour the rows alternately
procedure TMainForm.ListView1CustomDrawItem(Sender: TCustomListView;
Item: TListItem; State...
How do you show up the underscore beneath the letter key that activates a file menu item?
I notice in my app (and in Delphi interestingly), I only see the underscore once I have pressed ALT, whereas in the likes of Word, Firefox and many others, they are there permanently.
I've used the...
My app will be saving a growing text file to hard disk regularly.
This could be every 10 or 20 minutes or so, up to a maximum frequency of about once a minute. It will be used anywhere between 4hrs and 24hrs continuously when in use, but that might be once a week probably at most.
My data is...
I'm falling over with this probably easy task.
I'm trying to get from the computer time, a time and date that is in UTC.
Time in format hh:mm (also in hh:mm:ss too)
Date in format yymmdd
I've tried adding ZoneInfo.Bias and ZoneInfo.DaylightBias to my time, but that gets some odd time that...
I had a good read around, and this seemed to be perfect:
http://delphi.about.com/library/code/ncaa100703a.htm
It stopped me running a second instance, and popped the first to front, if not already there. Great!
But then I discovered if I copied the same exe to another folder, and ran that...
I've been reading about, and thinking of using, resource files to include with my compiled EXE, things like my support bitmaps etc.
However, I wanted to check something. If I do so, will certain files be created by the exe at runtime, in it's folder?
(source of this query...
Wondering if anyone has it, could they link to it for me?
All the search hits seem to have long expired...Thanks.
BTW, where is everyone?
Steve (Delphi 2007 & XP)
As a follow up to my 'help me please' post, I've now managed to sort it out.
The page(s) here:
http://melander.dk/articles/alphasplash/2/
do indeed tell you successfully how to get a nice alpha blended splash screen for your Delphi app.
However, there are two bits of extra info worth sharing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.