Forum: General
03-31-2013, 08:19 PM
|
|
Replies: 0
Views: 1,091
|
Forum: VCL
02-16-2012, 06:42 PM
|
|
Replies: 4
Views: 1,102
Hi, thanks that helps a lot.
I have created...
Hi, thanks that helps a lot.
I have created a component, where i draw my background, my grid lines..... Everything is ok.(i have a bitmap, where i draw my things and on paint event i draw it to...
|
Forum: VCL
02-04-2012, 07:51 PM
|
|
Replies: 4
Views: 1,102
|
Forum: VCL
02-04-2012, 01:20 PM
|
|
Replies: 4
Views: 1,102
GUI programming
Hallo,
I have started a more complex program, and i would like some guidance.
I have a array of word, and i need to display its contents in a chart.
I had been dooing some testing and here is...
|
Forum: General
01-23-2012, 03:32 PM
|
|
Replies: 1
Views: 565
|
Forum: General
01-22-2012, 06:14 AM
|
|
Replies: 3
Views: 543
|
Forum: General
01-19-2012, 05:56 PM
|
|
Replies: 3
Views: 543
Tlist insert objects
Hallo, i got a problem with a Tlist.
I have a Tlist with 200 objects.
Im assigning a loop
for i := 0 to tlist.count do
if tObject(Tlist[i]).xx = true then
for ii:= 0 to 10 do...
|
Forum: General
01-04-2012, 06:39 PM
|
|
Replies: 4
Views: 885
|
Forum: General
01-03-2012, 05:19 PM
|
|
Replies: 4
Views: 885
|
Forum: General
01-03-2012, 03:43 PM
|
|
Replies: 4
Views: 885
Checklistbox show or hide checkbox
Hallo,
Is there a possibility to show or hide checkboxes in a checklistbox.
I need that item 1 to have a checkbox, but items 2,3 to be without checkbox, and so on...
Thanks!!
|
Forum: General
12-11-2011, 07:45 AM
|
|
Replies: 2
Views: 792
|
Forum: General
12-11-2011, 07:40 AM
|
|
Replies: 3
Views: 628
|
Forum: General
12-07-2011, 03:49 PM
|
|
Replies: 3
Views: 628
form's titlebar onclick
Hallo,
i have a few forms on a panel, and i want to retrieve the selected form.tag.
How can i do that.
Thanks!
|
Forum: General
12-06-2011, 01:24 PM
|
|
Replies: 2
Views: 792
Stringgrid cell color from cell data
Hallo,
I have a stringgrid, and i load integer data in its cells.
The values are different: sometimes from 0 to 100, or 0 to 2000 and so on. There is no pattern.
i need somehow to change cell...
|
Forum: General
12-06-2011, 07:37 AM
|
|
Replies: 3
Views: 686
|
Forum: General
12-05-2011, 10:15 AM
|
|
Replies: 3
Views: 686
Min Max of a array
Hi, i got into a problem here.
type mData = array of word;
type tMap = class
private
m_DATA:mData;
constructor Create();
|
Forum: VCL
10-30-2011, 07:16 AM
|
|
Replies: 1
Views: 725
Create forms on Tpanel
Hallo,
i got a issue here with run time form creation on a tpanel.
Procedure CreateDisplay(name:string);
var
myForm:tform;
begin
myForm:=Tform.create(nil);
myForm.parent:=myTpanel;
|
Forum: General
10-15-2011, 11:09 AM
|
|
Replies: 1
Views: 461
Fast Search/read/write bynary file in 16 bit mode
Hallo,
I just started a new project, and i need some starting ideeas.
Ii have a binary file with size between 512k to 2mb. I have to search that file for different "signature bytes" (EC38), and i...
|
Forum: General
04-12-2011, 09:29 AM
|
|
Replies: 1
Views: 897
TIdMultipartFormDataStream - 403 forbidded
Hallo, a few days ago my webhost updated/changed something and i cannot upload files, via IDHTTP.POST
procedure uploadFile(filename:string);
var
stream: TIdMultipartFormDataStream;
begin...
|
Forum: General
09-29-2010, 06:29 PM
|
|
Replies: 0
Views: 496
Stringgrid optimisation
Hi, im trying to write a hex editor, and i need help with some optimisation on a stringgrid controls??
here is what i did so far
I read the file into an array of byte(blockread...)
I have...
|
Forum: General
08-12-2010, 08:50 AM
|
|
Replies: 6
Views: 2,134
|
Forum: General
08-11-2010, 11:38 AM
|
|
Replies: 7
Views: 556
|
Forum: General
07-19-2010, 05:25 AM
|
|
Replies: 3
Views: 593
|
Forum: General
07-10-2010, 05:47 AM
|
|
Replies: 2
Views: 638
|
Forum: General
07-07-2010, 07:01 AM
|
|
Replies: 18
Views: 3,489
Yes, thanks, all is clear for now. Im using a...
Yes, thanks, all is clear for now. Im using a tframe array, becose later i might work with non active page. Also i moved the the file loading and saveing procedures to the tframe. Now i have another...
|
Forum: General
07-06-2010, 06:00 PM
|
|
Replies: 18
Views: 3,489
|
Forum: General
07-05-2010, 06:26 PM
|
|
Replies: 18
Views: 3,489
|
Forum: General
07-02-2010, 05:48 PM
|
|
Replies: 18
Views: 3,489
ok, thanks for help.
now, as you said :
In...
ok, thanks for help.
now, as you said :
In IDE, file-new-other...
delphi projects
- delphi files -> Frame
i created a frame.
On the frame i added the stringgrid, and it its unit i added the...
|
Forum: General
06-29-2010, 08:38 AM
|
|
Replies: 18
Views: 3,489
|
Forum: General
06-28-2010, 07:02 PM
|
|
Replies: 18
Views: 3,489
ok, i understand now, or at least i think i...
ok, i understand now, or at least i think i understand, so i create the tabsheet , on it i create a frame, and on the frame i create the stringgrid, now it doesnt matter what page is active becose of...
|
Forum: General
06-26-2010, 05:59 PM
|
|
Replies: 18
Views: 3,489
Run time - create component
Hallo, i got a problem, i hope someone can help me.
I got a open button, each time i open a file i create a Tabsheet on PageControl, on every Tabsheet i create a StringGrid ans in stringgrig i...
|
Forum: General
06-21-2010, 07:11 AM
|
|
Replies: 7
Views: 1,145
|
Forum: General
06-20-2010, 11:57 AM
|
|
Replies: 7
Views: 1,145
ok, thanks for reply, i did that part now, also...
ok, thanks for reply, i did that part now, also optimised loading data to stringgrid, but i run into another problem.
I have 1 TTabControl, and i want to add tabs on it with stringgrid. MY question...
|
Forum: General
06-18-2010, 07:32 PM
|
|
Replies: 7
Views: 1,145
ko, thanks for reply. Now i have a hex editor...
ko, thanks for reply. Now i have a hex editor already builded, jutst it works with small files. The GUI is TStringGrid.
This is how i did it:
open file, load the whole file into a byte array (this...
|
Forum: General
06-17-2010, 07:21 PM
|
|
Replies: 7
Views: 1,145
hex editor for large files
Hallo, im trying to write a hexeditor for large files(+5megs). Whats the safest and the quickest way to read the file into a byte array? Or whats the best way to implement this kind of project....
|