Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Dustpuppy

Members
  • Content Count

    75
  • Joined

  • Last visited

  • Days Won

    19

Dustpuppy last won the day on February 24 2023

Dustpuppy had the most liked content!

About Dustpuppy

  • Rank
    Junior Member

Recent Profile Visitors

2887 profile views
  1. Btw. the functions for the virtuel network printer are the same, then for a normal openprinter. Look here
  2. While i was testing how to make the print server management for my gui, i wrote print server and a client, that will not need the gui. All you need is gamax92s vcomponent lib for the client. Install it over oppm, or get it here https://github.com/OpenPrograms/gamax92-Programs/tree/master/vcomponent Start the server first, then the client(s). Server has no queue. It will use the openprinter when data comming in. Timing is by your self. The code for the server. Start it with parameter "silent" to get it to background. local component = require("component") local ev
  3. First release out. See main posting.
  4. component.get(address: string[, componentType: string]): string | (nil, string) Tries to resolve an abbreviated address to a full address. Returns the full address on success, or nil and an error message otherwise. Optionally filters by component type.
  5. Give me time. In my point of view it's not finished yet. But if you want, you can port it to Plan9k. Would be great. Don't forget, that i change allways things and specialy add functions to the differend libs, that i am missing during making programs for it. When it is finished, i will have a look to move it into oppm.
  6. Getting forward :-) Some Monitor programs done(Memory and Energy as plugins. Working on filesystem monitor now). Getting on with the terminal window. Insert a system menu. Changed some internal stuff.
  7. Found a little error in the printserver driver. Have uploaded a new zip archive with correct version. If you don't want to test it your self, watch this video.
  8. And the documentation is also not up to date and i am busy, 2 pregnant horses outside (one is nearly finished) and a lot of work on the visual editor and...and...WHAT THE F****?!?! I need much more time.
  9. At the moment i am working on the gui, to get it faster in screen redraw and background buffering. I've packed my full working environment into an archive. http://carr-ireland.com/mc/all.zip Unzip it to the home directory of the oc computer and start test.lua. There are 2 frame work files. program_frame.lua is how to make a program. plugin_framework.lua is for making a symbol program. In test.lua you can see, how to insert them. After first start of test.lua open the user manager and add your self as user. Then delete line 31 ( wm.setUserName("") ) and u
  10. I think, i am getting crazy. Worked a bit on the gui system. It will come much easier to make (let's call them) programs for it. The gui it self is a multi user windows system with driver integration and some nice features. But still can be used as stand alone windows based gui. Multi user driver working to register user to the computer and the gui with differend level. Printer management for openprinter with print queue. Start menu. Just make you gui based programs and add them to the menu.
  11. And me again. I take also port 148 for internal usage of my gui, that is more and more getting a managed window system and port 4662 for short messages. Think, that i will need more, as longer i am coding on the gui
  12. It will come. But not for making full program as source. More for making a single window, you can then put into your program. But first i finish the print manager for openprinters.
  13. Updated. First alpha release online now.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.