- 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
3304 profile views
-
foxp552 reacted to a post in a topic: My gui (Now with visual editor)
-
JackCarterSmith reacted to a post in a topic: My gui (Now with visual editor)
-
hpf3 reacted to a post in a topic: My gui (Now with visual editor)
-
sigmasoldier reacted to a post in a topic: My gui (Now with visual editor)
-
sigmasoldier reacted to a post in a topic: My gui (Now with visual editor)
-
CocoVanChoco reacted to a post in a topic: My gui (Now with visual editor)
-
Btw. the functions for the virtuel network printer are the same, then for a normal openprinter. Look here
-
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
-
First release out. See main posting.
-
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.
-
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.
-
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.
-
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.
-
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.
-
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
-
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.
-
oetf OETF #8 - Allocated Network Card Port Numbers
Dustpuppy replied to MajGenRelativity's topic in OpenEngineering Task Force
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 -
oetf OETF #8 - Allocated Network Card Port Numbers
Dustpuppy replied to MajGenRelativity's topic in OpenEngineering Task Force
I take 9100 for net print service -
Print server is working :-)
-
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.
-
Updated. First alpha release online now.