Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
144 user(s) are online (92 user(s) are browsing Forums)

Members: 0
Guests: 144

more...

Headlines

Forum Index


Board index » All Posts (mritter0)




Re: Quick networking question
Just popping in
Just popping in


@Hans

OS4Depot latest is v2.2, Dec 19, 2018. Look again. I think it is what you want.

Go to top


Re: Quick networking question
Just popping in
Just popping in


@Hans

In Workbench Explorer, turn on Preview Pane, go to Computer, what does the line "Network device name:" say for you? The name you want?

Go to top


Re: listbrowser and mousewheel
Just popping in
Just popping in


Got it. Thanks

Workbench Explorer - A better way to browse drawers
Go to top


listbrowser and mousewheel
Just popping in
Just popping in


The AutoDoc says it reacts to mousewheel events. My program doesn't. Is there a setting I need? Says doesn't need a hook anymore.

I am thinking it may be because I make the gadget separately, not in the initial layout. I add it later if it is needed or not.

Go to top


Re: unfreed signals......again
Just popping in
Just popping in


@LiveForIt

That seems high. One window, I count only 6 signal bits being used (that I am allocating), probably drop to 4 in the coming weeks. So I guess the preallocated bits are "quite a few".

I went through this problem with Workbench Explorer. I was told you have 16 signals to use, which I maxed out. I had to disable one so could open more dialogue windows. Colin Wenzel (?) told me they are working hard to get to 32 signals since this is a common problem with modern programs.


signal(SIGINT,SIG_IGN);
What does this ignore? Even necessary?


EDIT:

After searching for something else related to this: The user gets access to 16 bits, so of the 32 total, then yes, I am using 21 total; 5 for my program.


Edited by mritter0 on 2019/5/5 16:52:05
Go to top


Re: unfreed signals......again
Just popping in
Just popping in


@LiveForIt

I put a line after everything is up and running, result:

MyProgram:208,allocated signals fff8ffff


Then again just before quitting, result:

MyProgram:526,allocated signals 0000ffff


How many signals are allocated?

Go to top


Re: unfreed signals......again
Just popping in
Just popping in


@Deniil

I did have a port left open before. It had a different value, 02000000. So I was hoping this new value had some other meaning to help track it down.

Workbench Explorer - A better way to browse drawers
Go to top


Re: unfreed signals......again
Just popping in
Just popping in


It took me several hours of testing but I figured it out.

IApplication->RegisterApplication() was being done twice. So the original "signal" was lost when done the second time.

Workbench Explorer - A better way to browse drawers
Go to top


unfreed signals......again
Just popping in
Just popping in


I am getting this error message when quit my program:

command 'struct' returned with unfreed signals 18000000!

I have seen this before on the forums with a different value. I have tracked down every port and signal that I use, all seem good.

Is there any special meaning to this value?

Go to top


Re: Workbench Explorer wish list
Just popping in
Just popping in


I have added a new column, Version. I also made it a separate process as my first test. All went well......

Except.....it is super slooowwwww.......

It takes 10-15 times longer than it does when getting the version as it scans the drawer. What is slowing the process down? Refreshing the listbrowser gadget. I have to get the version, detach the list, copy version to the cell, reattach the list with refresh. Repeat for each file.

Is there some secret way to refresh a single cell's data without having to do a complete refresh?

Workbench Explorer - A better way to browse drawers
Go to top


Re: MUI_Redraw
Just popping in
Just popping in


Happen to have an email address for Thore? I don't see any contact info on the website.

Workbench Explorer - A better way to browse drawers
Go to top


MUI_Redraw
Just popping in
Just popping in


What is done for a gadget class when these functions are called:

MUI_Redraw
MUI_BeginRefresh
MUI_EndRefresh

Who are the MUI developers now?

Go to top


Re: Variable defaults
Just popping in
Just popping in


@all

I use the options you guys posted. I do get the "may" be used uninitialized on occasion. But the problem I fixed, it wasn't reported.

I will check out CppCheck. Thanks.

Workbench Explorer - A better way to browse drawers
Go to top


Variable defaults
Just popping in
Just popping in


Is there a command line option for GCC to throw a warning about not setting a variable default?


VOID
MyFunc()
{
Object *Pic;

....
}


Throw a warning since it is not:

Object *Pic=NULL;


I ran into an issue with this that fixed a bug for me. Mine as well set everything, right?

Go to top


Re: Workbench Explorer wish list
Just popping in
Just popping in


I am going to get back into programming again soon. Took a longer than planned break.

Any one have any other ideas/bugs/whatever?

Workbench Explorer - A better way to browse drawers
Go to top


Re: Workbench Explorer wish list
Just popping in
Just popping in


@daveyw

That is at the top of my list.


@SinanSam460

Already does.

http://os4depot.net/index.php?functio ... sc/amigacloudhandlers.lha

Workbench Explorer - A better way to browse drawers
Go to top


Re: Workbench Explorer wish list
Just popping in
Just popping in


@nubechecorre

No. I wish. See the ChangeLog (and below from Amigo1) on how to add context menus.


@MichaelMerkel

Yeah, the file exists window keeps getting bigger. I have been trying to think of a new layout for a long time. I am using the already existing Hash function, I will see if I can't put it in the window. It will get taller......

I used to use RAWBInfo, now it is all internal. I could make it an option on which one to use. F6 toggles the Info window.

I like the Version column idea. But, it will slow down the scanning of drawers.....

Go to top


Workbench Explorer wish list
Just popping in
Just popping in


I took a little break from WEx over the holidays.

I am now looking for new ideas/suggestions you would like to see implemented/fixed in future versions.

Please give me as many details as you can to describe your ideas.

And you know me, I don't mess around. I want to get new versions out on a regular basis.




Edited by mritter0 on 2019/1/16 22:21:48
Edited by mritter0 on 2019/2/16 21:30:56
Go to top


Re: Workbench Explorer feedback
Just popping in
Just popping in


@daveyw

How about now? Another stupid mistake on my part.

Go to top


Re: Workbench Explorer feedback
Just popping in
Just popping in


@daveyw
Try it again.


@kas1e
No, won't allow for editing. Just add a user button to Zaphod or other.

Workbench Explorer - A better way to browse drawers
Go to top



TopTop
« 1 2 3 (4) 5 6 7 ... 11 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project