Posted on 09 June 2010. Tags: allow, camera, Computer, create, digital, edit, home, Movie, movies
The computer has to be able to create and edit home movies (this is a separate entity from the digital movie camera). All together they should be lower than $2000. The digital movie camera is kinda optional for you to answer to. Thanks so much in advance.
Posted in Computer
Posted on 16 May 2010. Tags: design, dreamweaver, edit, pages, possible, under, view
Is there any way I can edit PHP web pages on Dreamwever MX under the design view not code? If so how?
Posted in PHP
Posted on 26 April 2010. Tags: bitmap, change, control, Delphi, edit, onto, printing, rich, select, text
I use this function for Painting a rich edit control onto a bitmap for preview:
function PrintToCanvas(ACanvas : TCanvas; FromChar, ToChar : integer;
ARichEdit : TRichEdit; AWidth, AHeight : integer) : Longint;
var
Range : TFormatRange;
begin
FillChar(Range, SizeOf(TFormatRange), 0);
Range.hdc:= ACanvas.handle;
Range.hdcTarget := ACanvas.Handle;
Range.rc.left := 0;
Range.rc.top:= 0;
Range.rc.right := AWidth * 1440 div Screen.PixelsPerInch;
Range.rc.Bottom := AHeight * 1440 div Screen.PixelsPerInch;
Range.chrg.cpMax := ToChar;
Range.chrg.cpMin := FromChar;
Result := SendMessage(ARichedit.Handle, EM_FORMATRANGE, 1, Longint(@Range));
SendMessage(ARichEdit.handle, EM_FORMATRANGE, 0,0);
end;
procedure TForm1.Button2Click(Sender: TObject);
var Bmp : TBitmap;
begin
Bmp := TBitmap.Create;
bmp.Width := 300;
bmp.Height := 300;
PrintToCanvas(bmp.Canvas,2,5,RichEdit1,300,300);
Posted in Delphi
Posted on 21 April 2010. Tags: dreamweaver, edit, images, little, script, shows, template
I can’t see the page, nor the colors, or anything just the script and a blank design view.
How do you edit php in dreamweaver? I donwloaded a script/template and can’t edit the colors nothing.
help a noob please
Posted in PHP
Posted on 09 April 2010. Tags: Delphi, edit, form, Qreport, runtime
I want a way that my users can edit the Qreport forms on runtime. That is very important and usefull feature.
Posted in Delphi
Posted on 22 March 2010. Tags: cell, code, dbGrid, Delphi, edit, using
This is a very basic thing I want to do. I just need to edit a cell using code.
Posted in Delphi
Posted on 10 March 2010. Tags: edit, program, website
We’ve got a website that was designed for us but in PHP format I need to edit it but don’t know what software to use?
Posted in PHP
Posted on 25 February 2010. Tags: also, edit, files, like, ripway, site, upload
Please give me a site. I sign up at ripway but ripway banned my account every times! So please give me a site that does not banned my account and can upload can edit php files.
Posted in PHP
Posted on 23 February 2010. Tags: also, button, click, componant, Delphi, edit, event, Experts, find, lenght, string
The btnLength will determine the number of
characters in the Edit component. If there are less than 5 the form colour is changed
to red, less than 10 the colour changes to green, less than 20 the colour changes to blue
and 20 or more the colour changes to yellow.
Posted in Delphi