Recent Posts by Aleksey Murushkin (Cloverleaf) (8233)
Pages: 1 2
Jul 15, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / Netsurf compiling problems Hi. I have tried to build the Netsurf from sources. It was built with success when i set TARGET=framebuffer but when I tried riscos as target It failed with error: frontends/riscos/Makefile:10: * Unable to find library for: Cares (libcares). I tried to install libc-ares-dev with no success. Could you advise how it could be fixed? Thanks |
Mar 10, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / Draw rectangle on screen Many thanks. it worked. Where can I read about all these actions? I failed to find a description of them. At StrongHelp I see only the list of them. |
Mar 9, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / Draw rectangle on screen Hi. Is it possible to draw on screen a rectangle and then clear it so the picture under it is restored? I need it to display the dragging area over the screen. |
Mar 2, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / GIMP folder at autobuilder svn trunk Hi. I see that at autobuilder repository there is gimp folder inside graphics. Do someone already working on porting gimp? Is there any chance that it would be finished? Who is working on this? |
Feb 19, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / correct way to work with system sprites Finally I have found a working way. For those who is interested too:
|
Feb 18, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / correct way to work with system sprites Andy, I have tried that too. unfortunately it still displayed with wrong colors. |
Feb 18, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / correct way to work with system sprites I have tried different things but cant do the correct colors. here my code:
some things that i was trying is commented. Basically i see the image but colors a wrong. but they are diffrent if i try USE_MASK or not |
Feb 18, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / correct way to work with system sprites I tried wimpspriteop_readspriteinfo and get width=34, height=34, mask=1, mode=21. looks correct I think. I am not sure only about mode. is it correct? |
Feb 18, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / correct way to work with system sprites when i made offset of 4 bytes and run same procedure 3 times i got these results:
is there any way to always get correct width, height and mode? do i need to get them from bytes offset? can i be sure it will work on other computers too? Thanks to everyone who is trying to help me |
Feb 18, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / correct way to work with system sprites No I don’t write to wimp sprite area |
Feb 18, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / correct way to work with system sprites At the moment i was able to render it with wimpspriteop_put_sprite_scaled but it has a problems with colours at the moment. I understand that i need to do the colour trans table but i cant get the info about sprite. wimpspriteop_select_sprite returns wrong data and wimpspriteop_get_sprite gives me error that wimp receives incorrect parameter at R0.
here is the result:
the value of spritename is "file_bf8" could someone help me to understand what is wrong? |
Feb 17, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / correct way to work with system sprites But I want to use in my program exact file icon types from system. I dont talk about icon for my program |
Feb 17, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / correct way to work with system sprites Hi. I am trying to do the following. I have a sprite created at memory. And I want to put there a system sprite with file type icon. What is the correct steps to do that? |
Feb 10, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / Toolbox button set state I set the button type to radio so wimp does it for me. it works perfect select/deselect. I just wanted to know how to set the initial state and then read it when needed. so now i know that i was correct that i need to use button_set_flags. I did not find info which bit to use. so now i know that i need to set bit 21. Thanks |
Feb 10, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / Toolbox button set state Hi. I have created a custom checkbox using toolbox like this: |
Jan 31, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / Not enough memory to create sprite this code is works but only sometimes rare happen such errors. |
Jan 29, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / Not enough memory to create sprite Hi. our ChatCube app sometimes produce error 0×82: Not enough memory to create sprite. I cant find any info about it in docs and what to do with that and how to avoid.
|
Jan 29, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / handle double click mouse event thanks for your answer. it works |
Jan 26, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / handle double click mouse event Hi. Is there any info how correct to track the double click mouse events? Unfortunately I cant find anything about it. I need to distinguish the single and double click on same window. but both wimp_CLICK_SELECT and wimp_DOUBLE_SELECT flags have the same value 4. And my both expressions works on single and double clicks. Is it possible? Thanks |
Jan 23, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: Community Support / hourglass problems (ChatCube - Cloverleaf) It is about 2-3 seconds between. I will try your tip. btw I see hourglass but no its percentage displaying before 18. That is most strange for me. |
Jan 22, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: Community Support / hourglass problems (ChatCube - Cloverleaf) Hello. I am trying to show the progress with hourglass percentage. And basically it works but have some troubles. |
Jan 5, 2020
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / What is correct way to setup the window z-index? For those who want to test the app can download it here https://riscoscloverleaf.com/downloads/ |
Dec 29, 2019
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / What is correct way to setup the window z-index? I want to describe how it was done. This was created with toolbox. Here i put some screenshots with windows properties https://imgur.com/a/9h9rFNs.
Ideally i need to know the best and correct way how to make a window with the following layout: https://imgur.com/a/lzFQ0xt Thanks |
Dec 17, 2019
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / What is correct way to setup the window z-index? Hello. I have a main window with few controls in it and also nested toolbar as window at top of it. |
Oct 28, 2019
Aleksey Murushkin (Cloverleaf) (8233)
41 posts
|
Topic: General / Is it possible to change the visible position for toolbox external toolbar? So do you mean guys that the only way is to make this window separate and have a pain to always update its coordinates when i am moving/close/open/etc main window? |
Pages: 1 2