flat assembler
Message board for the users of flat assembler.
Index
> Windows > icq clone written in fasm Goto page Previous 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Next |
Author |
|
sina 17 Jan 2004, 13:48
ok but now after cli_ident srv_regrefused and srv_goodbye occurs
|
|||
17 Jan 2004, 13:48 |
|
sina 17 Jan 2004, 14:18
and whatabout having the packet.asm with create_cli_ident to create the login packet
|
|||
17 Jan 2004, 14:18 |
|
roticv 18 Jan 2004, 15:01
Hi VeSCeRa,
For using icons with menu try this http://board.win32asmcommunity.net/showthread.php?s=&threadid=11049 Though it might be in masm, but I guess it would not be too difficult to convert to fasm. Regarding the rightclick thingy, you can try handling the mouse clicks events. Also I think you should try posting questions on gui on www.win32asmcommunity.net because I think there are ppl that play with gui to help you out (ppl like donkey). I myself cannot really help you out because I do not really deal with the gui, though I did attempt to code a custom control before. Personally I do think the faim's main dialogbox should be bigger in size. It does look small compared with my icqlite window and even smaller compared with my msn messenger window. Perhaps, I should attempt to work on an icon for it when I have the time, but I cannot say the icons I create are good. Anyway keep up the good work. Regards, Victor |
|||
18 Jan 2004, 15:01 |
|
Vortex 18 Jan 2004, 15:19
Selam VeSCeRa,
Guzel calisiyorsun,programini inceleyecegim. _________________ Code it... That's all... |
|||
18 Jan 2004, 15:19 |
|
sina 18 Jan 2004, 16:03
sagol vortex, mutluluk duyarım
thanks roticv i, after posting here went directly to the win32 asm commu and found some help, thanks my tray pop up does not pop up in this one i am dealing with multi dialogs i am having problems with the options dialog i want to have the values in the options dialog be set automatically when it is created and when it is closed the values will be passed to some other handlers i think i am gonna find out what to do, doing some search on other projects Last edited by sina on 19 Jan 2004, 19:34; edited 1 time in total |
|||
18 Jan 2004, 16:03 |
|
JohnFound 18 Jan 2004, 16:38
Hi all.
About menus with icons: you can use Fresh standard library for that kind of work. Look at "gui.asm" and "actions.inc" in the Fresh source. Regards. |
|||
18 Jan 2004, 16:38 |
|
sina 18 Jan 2004, 22:08
thanks john
can u look at the code and tell me why the pop up does not work? |
|||
18 Jan 2004, 22:08 |
|
JohnFound 18 Jan 2004, 23:12
Hi VeSCeRa.
Here is the fixed version. Comments are inside the source. Regards.
|
|||||||||||
18 Jan 2004, 23:12 |
|
sina 18 Jan 2004, 23:15
thanks John u are the great
|
|||
18 Jan 2004, 23:15 |
|
sina 19 Jan 2004, 19:30
and i also want a pop up menu(except mainmenu) with imagelist
i think i cant desing these menus in resource, it would be good may be some help using your library would be very good if u have time the new version of faim gui that can resize the status and the listbox (the exe is bigger becouse there are 7 icons in the resource stolen from miranda for a limited time ) and also when the main faim window is minimized the tray icon is the same with miranda but when they are both open faim's one look some different, do u know why? they should be same becouse it is the original icon from miranda source edit-new version with some tray icon menu with some bitmaps but in 12x12 size and when mouseover they seem really ugly any opinions(except ownerdrawn menus)? edit-download removed look on newer posts Last edited by sina on 23 Jan 2004, 21:00; edited 1 time in total |
|||
19 Jan 2004, 19:30 |
|
roticv 22 Jan 2004, 06:03
Hi all,
In my opinion the login process is completed as I do not think some of the requests are needed. For now I think I would work on retriving offline messages and so on. Looks like I have to handle SNAC(13,5), SNAC(13,5) and SNAC(12,0F) to find out who are the people on the list.
|
|||||||||||
22 Jan 2004, 06:03 |
|
sina 23 Jan 2004, 21:04
new version with lots of fixes and the stupid 12x12 bitmaps on the pop ups removed , working on the owner drawn ones
and i just need an owner drawn listbox with images on left and text on right for something like miranda or icq tray icon behavior changed and there will be a selection on single click or dblclick interface there is a stupid thing in the wm_rbuttondown event that i could not handle please look in the code its commented Last edited by sina on 27 Feb 2004, 20:13; edited 1 time in total |
|||
23 Jan 2004, 21:04 |
|
sina 25 Jan 2004, 14:47
anybody know why this is not working;
Quote:
it is in the latest faim gui rar file above |
|||
25 Jan 2004, 14:47 |
|
Vortex 25 Jan 2004, 15:33
VeSCeRa,
As far as I know, instructions like int 13 or int 21h are not allowed in Win32asm. Maybe,I am mistaken,but are you sure if it's correct? PS:Istanbul'un neresindensin? _________________ Code it... That's all... |
|||
25 Jan 2004, 15:33 |
|
comrade 25 Jan 2004, 17:17
I think he means int3
|
|||
25 Jan 2004, 17:17 |
|
sina 25 Jan 2004, 20:13
i just wanted to know it the program could go there it would show that by giving error
it does not mean anything when the rbuttondown works i will change the code int 13 by some pop up code to show there so do u know what is the problem with the code istanbul - merter |
|||
25 Jan 2004, 20:13 |
|
Vortex 27 Jan 2004, 19:03
Selam VeSCeRa,
I have to think about the problem. Your code requires serious studying, so I can't answer you immediately. PS:Istanbul - Sisli _________________ Code it... That's all... |
|||
27 Jan 2004, 19:03 |
|
roticv 28 Jan 2004, 14:50
Hi VeSCeRa,
I have looked into your code. You should be pushing the values in the struct onto the stack and not the address of the point struct. I only found it the hard way by debugging right into PtInRect Function. Anyway breakpoint should be int 3 and not int 13. I have attached my codes (changed the call to GetCursorPos to make use of data from [lparam]) and have fun. Still waiting to add the protocol into the gui. Sorry for not hearing from me earlier. School has been keeping me busy recently. Regards, Victor |
|||
28 Jan 2004, 14:50 |
|
sina 28 Jan 2004, 23:16
but the rightbuttondown event occurs on options dialog too and it should not hmm....
|
|||
28 Jan 2004, 23:16 |
|
Goto page Previous 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Next < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.