Recent Posts by Stefan Fröhling (7826)
Oct 26, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Announcements / RPCEmu 0.9.5 Congratulation! Better late than never. |
Oct 20, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Announcements / Free Pascal Compiler (FPC) Alpha version I can report a successful first step to bring the Free Pascal Compiler (FPC) to RISC OS. Some programmers from Lazarus offered their support for the RISC OS porting of Lazarus. After two weeks I had the luck to convince Michael Grunditz to have a look at the compiler. You can download the Alpha version of FPC here: Who wants to follow the development can have a look at the Lazarus/FreePascal forum: I am looking for more programmers who are willing to join to finalize the FPC to work on RISC OS. |
Jul 19, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Community Support / Key to boot to command line Seems for the RK3399 ROM another behaviour was implemented. |
Jun 14, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Community Support / Key to boot to command line Thanks! |
Jun 13, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Community Support / Key to boot to command line I have problem with my setup as predesk boot shows the normat text infos but when the desktop should open then i get only black. So how i can prevend that desktop is started (go to command line) or started with default values? RISC OS keypress option for Boot R reset all OS CMOS |
May 15, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Community Support / Treeview and SpriteOP void CLDirectoryWindow::assign_node_sprite(tbx::ext::TreeViewCurrentNode& node, CLDirectoryItemData item) { |
May 15, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Community Support / Treeview and SpriteOP We found out in the meantime that Treeview allows to specify sprite from app memory by specifying the sprite area address. @Steve: The *IconSprites command might be a good way so we can create the sprites only one time and save them in the app folder. |
May 11, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Community Support / Treeview and SpriteOP @Stuart OK that might be the solution. @Graeme: WimpPlotIcon is not the right way as Treeview does the Redraw not our App. Her is the code to set the sprite name: Code for .sprite() method from TBX below: void TreeViewCurrentNode::sprite(int sprite_area_id, const std::string &sprite_name, const std::string &expanded_sprite_name) |
May 11, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Community Support / Treeview and SpriteOP We are using Treeview in !CLFiler and want to display the App sprite in the tree. We do it already but discovered that it doesn’t work with all sprites as they are sometimes not declared. We set the "sm!{appname} as reference. So some are missing when that one is not available in the App’s sprite file. So the idea is that we create the missing sprites in the sprite area but we are running into a problem there. Current problem: Problem that I can’t create the sprite in the system sprite area. This is the code: // main code: tbx::Size sz, dst_sz; WimpSprite SpriteArea::create_wimp_sprite(const std::string &name, int width, int height, int mode, bool palette /* = false /, bool with_mask / = false */) } WimpSpriteCapture::WimpSpriteCapture(WimpSprite sprite, bool start_capture /= false*/, bool to_mask /* =false*/) // Log_debug(“Save_size %d”, save_size); } /**
/**
} /**
bool WimpSpriteCapture::release() } |
May 9, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Bugs / BootError in Desktop file It might be that somehow I catched old entries of the Desktop config file and that the current Configuration does not add these lines with Error or BootError at all. |
May 9, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Bugs / BootError in Desktop file My initial RO5.28 should be based on RO Direct. Then I tried to update it to 5.30 but The update obey refused to do it as it said it works only with 5.28. So I just updatd manually the ROM and some of the apps. |
May 9, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Bugs / BootError in Desktop file @Steve No idea how RO4 or RO6 stuff can get on my computer as I never used or owned that… if you mean by that ROL = RISC OS Limited that created RO4 and RO6. |
May 9, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Bugs / BootError in Desktop file While configuring different !Boot setup for RK3399, Raspberry Pi and RPCemu I got error “file BootError not found”. For example: So it seems that BootError actually doesn’t work at all and needs to be replaced by error to give any meaningfull error message like: So the question is if there is a bug in !COnfiguration thats need to be corrected. Replace BootError by Error |
Apr 29, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Announcements / Compo returns @BernardBoase Nice quality of the scan! If you complete it, might be nice when you remove also the visible paper holes. |
Apr 25, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Announcements / Compo returns Any chance to get hold of the source code? Is the programmer still alive? |
Apr 23, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Announcements / Compo returns That is great news! Andy Marks just pointed that software out to me some days ago but we could not get it working even with AEmulator. |
Mar 31, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: General / Alignment Exceptions on or off by default? Mmmm this sounds like a big problem. When do we know a program needs align ON or OFF? Try and error each time a program crashes? |
Mar 14, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Community Support / Hide menu entry Thanks for the feedback but there is a good reason why I would like to show that menu entry as there is no good text it could display as grayed out. Well coming back to my “problem” with CLFiler. I want to offer an additional menu entry if in the filer folder display there are selected files but I open the menu over a file that is not part of that selection. |
Mar 13, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Community Support / Hide menu entry When using Res files you have defined menu entries for menus. |
Jan 23, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Community Support / How to replace the standard Filer @Alan @David |
Jan 15, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Community Support / Module "Line Editor" Download I found today Line Editor 2.76d on my RISC OS. Not sure what application is loading it. I don’t know if it is forbidden to upload on GitHub / GitLab compiled programs but I am pretty pissed off by that. I saw a discussion about “Line editor” on another post in bounties “Adopt Zap” but there was no link mentioned for a download too. I wonder if it might be usefull to have all modules listed in Packman for easy updating. |
Jan 15, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Community Support / How to replace the standard Filer @Rick |
Jan 12, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Community Support / Notification of memory device plugged in @Charles. OK Thanks. Will have a look at that too. |
Jan 12, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Community Support / Bug in Fat32FS Filer Taskbar @David |
Jan 11, 2024
Stefan Fröhling (7826)
167 posts
|
Topic: Community Support / Bug in Fat32FS Filer Taskbar Can you send me older version of FAt32FS like 1.59 and 1.60 (or all) ? The version that didn’t crash is 1.56. |