flat assembler
Message board for the users of flat assembler.

Index > IDE Development > Fresh project: We need help.

Goto page Previous  1, 2, 3
Author
Thread Post new topic Reply to topic
JohnFound



Joined: 16 Jun 2003
Posts: 3499
Location: Bulgaria
JohnFound 08 Dec 2003, 13:20
Hi, Vescera.
I got them.
BTW: In the last your's components still is not set right default styles, all they appears with style $50000000 like label.

Regards.
Post 08 Dec 2003, 13:20
View user's profile Send private message Visit poster's website ICQ Number Reply with quote
sina



Joined: 18 Aug 2003
Posts: 132
Location: istanbul turkey
sina 09 Dec 2003, 23:53
these should be okay
default styles
for shape ss_blackrect
for image ss_bitmap and ss_centerimage

iam going on with scroolbars and then the standard component will be ok i think and we can put them in a single file like standard.asm as decard said before
what do u think John?


Description:
Download
Filename: components.rar
Filesize: 2.59 KB
Downloaded: 645 Time(s)

Post 09 Dec 2003, 23:53
View user's profile Send private message ICQ Number Reply with quote
JohnFound



Joined: 16 Jun 2003
Posts: 3499
Location: Bulgaria
JohnFound 10 Dec 2003, 18:20
Hi, VeSCeRa

Everything seems to be OK now. I will include them in the todays release. Smile

About packing in one file - it probably will happen, but I think that it is too early for that. Several files are more easy for editing and I am sure that all controls will need such editing when scientica make his style editor.

Regards.
Post 10 Dec 2003, 18:20
View user's profile Send private message Visit poster's website ICQ Number Reply with quote
decard



Joined: 11 Sep 2003
Posts: 1092
Location: Poland
decard 11 Dec 2003, 14:46
I just made Scrollbar class description. I think we should wait with other controls for the moment when changes in DesignTimeInfo will be done.

[edit]outdated attachment removed[/edit]


Last edited by decard on 18 May 2004, 20:09; edited 1 time in total
Post 11 Dec 2003, 14:46
View user's profile Send private message Visit poster's website Reply with quote
JohnFound



Joined: 16 Jun 2003
Posts: 3499
Location: Bulgaria
JohnFound 11 Dec 2003, 16:21
Hi decard.

Thank you for the scrollbars. I hope VeSCeRa will not be offended, that you take his job. Wink

VeSCeRa wrote:
...iam going on with scroolbars and then the standard component will be ok...


Some notes: I think that horizontal and vertical scrollbars should be one control and scroll box (it is SBS_SIZEBOX) should be second control.

Regards.
Post 11 Dec 2003, 16:21
View user's profile Send private message Visit poster's website ICQ Number Reply with quote
decard



Joined: 11 Sep 2003
Posts: 1092
Location: Poland
decard 11 Dec 2003, 16:46
Embarassed I'm sorry, I didn't read VeSCeRa's post carefully. That's because of a terrible lack of time that I'm having now Sad...
Post 11 Dec 2003, 16:46
View user's profile Send private message Visit poster's website Reply with quote
sina



Joined: 18 Aug 2003
Posts: 132
Location: istanbul turkey
sina 11 Dec 2003, 21:21
ok no problem for that Smile but i am just unhappy that this was the only part that i could help about
another job? for newbie's Smile
Post 11 Dec 2003, 21:21
View user's profile Send private message ICQ Number Reply with quote
JohnFound



Joined: 16 Jun 2003
Posts: 3499
Location: Bulgaria
JohnFound 11 Dec 2003, 21:31
VeSCeRa wrote:
ok no problem for that Smile but i am just unhappy that this was the only part that i could help about
another job? for newbie's Smile


Hi VeSCeRa.
Don't worry, I will think something. Smile In the moment I am looking for good web designer (at least the best one among assembler programmers. Very Happy ) but if you want something assembly related, tomorow I will think out something. We have tasks for whole china people. Very Happy

Regards.
Post 11 Dec 2003, 21:31
View user's profile Send private message Visit poster's website ICQ Number Reply with quote
Tommy



Joined: 17 Jun 2003
Posts: 489
Location: Norway
Tommy 12 Dec 2003, 11:09
If I have some free time, I can work on the homepage too...?
Post 12 Dec 2003, 11:09
View user's profile Send private message Visit poster's website Reply with quote
decard



Joined: 11 Sep 2003
Posts: 1092
Location: Poland
decard 12 Dec 2003, 16:28
I added sizebox, but... I didn't really know what default size to set Smile

John, maybe you could write new todo.inc file? It would help us to see what is the most important to do in current stage.

regards

[edit]outdated attachment removed[/edit]


Last edited by decard on 18 May 2004, 20:09; edited 1 time in total
Post 12 Dec 2003, 16:28
View user's profile Send private message Visit poster's website Reply with quote
JohnFound



Joined: 16 Jun 2003
Posts: 3499
Location: Bulgaria
JohnFound 12 Dec 2003, 22:00
decard wrote:
John, maybe you could write new todo.inc file? It would help us to see what is the most important to do in current stage.


Yea, you are right. I will write it and will attach it to the next pre-release (I hope it will be ready tomorow or in sunday.

Regards.
Post 12 Dec 2003, 22:00
View user's profile Send private message Visit poster's website ICQ Number Reply with quote
pelaillo
Missing in inaction


Joined: 19 Jun 2003
Posts: 878
Location: Colombia
pelaillo 29 Dec 2003, 16:41
Hi team,
I was playing with forms and controls in fresh. This is what I've doing so far.

Currently I'm fighting with a nasty bug when creating a control from a vcl with a wrong class name (not registered). I hope to fix it soon.

Best Regards,


Last edited by pelaillo on 17 May 2004, 13:02; edited 2 times in total
Post 29 Dec 2003, 16:41
View user's profile Send private message Yahoo Messenger Reply with quote
JohnFound



Joined: 16 Jun 2003
Posts: 3499
Location: Bulgaria
JohnFound 29 Dec 2003, 21:02
Hi, Pelaillo.
Very good work. Welcome in the team. Smile

Only few notes:

1. The autoalignment of the common controls should be disabled. i.e. CCS_NOPARENTALIGN should be set and CCS_TOP neither CCS_BOTTOM should not. It's because for proper alignment of the common controls looks "gui.asm" library.

pelaillo wrote:
Currently I'm fighting with a nasty bug when creating a control from a vcl with a wrong class name (not registered). I hope to fix it soon.


Wow, it is not actually a bug. It is fundamental problem for using custom controls from external dll's (like comctrl32.dll) or frmo .asm source files (like "splitter.asm") in Fresh design time form editor.
If you have a proper solution for this problem, it will be simply great. Read carefully comments in the "designtime.inc" and structure TDesignTimeInfo (especially the field LibFile), also the file (not working) "SizerClassDTL.asm" in "components/source" may help a little.

Regards.
Post 29 Dec 2003, 21:02
View user's profile Send private message Visit poster's website ICQ Number Reply with quote
pelaillo
Missing in inaction


Joined: 19 Jun 2003
Posts: 878
Location: Colombia
pelaillo 30 Dec 2003, 06:24
OK, upgraded files attached in the post above.

There is a small change in CreateWindowFromBase (controls.asm) to avoid fresh to freeze, placing a complimentary static box.
I think the second step is to write a testing routine to verify if a dll is loaded and if the class is registered properly. If not Fresh will place a static label indicating the problem.
I am working with a simple custom ctrl in a dll, then with asmedit ctrl in a dll.

Note: The last control is for testing and is deliberately wrong class name.
Post 30 Dec 2003, 06:24
View user's profile Send private message Yahoo Messenger Reply with quote
sina



Joined: 18 Aug 2003
Posts: 132
Location: istanbul turkey
sina 10 Jan 2004, 21:23
these are the modified icon files for the common controls
they just look like the other ones in 24x24 and 256 colors
as they were 32x32 and some much more color


Description:
Download
Filename: new icons.rar
Filesize: 9.89 KB
Downloaded: 627 Time(s)

Post 10 Jan 2004, 21:23
View user's profile Send private message ICQ Number Reply with quote
JohnFound



Joined: 16 Jun 2003
Posts: 3499
Location: Bulgaria
JohnFound 10 Jan 2004, 22:03
Thanks VeSCeRa. I'll put them in the project.
Post 10 Jan 2004, 22:03
View user's profile Send private message Visit poster's website ICQ Number Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page Previous  1, 2, 3

< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.