Search found 45 matches

by ktadd
Fri Jun 08, 2012 6:01 pm
Forum: Platform: AmigaOne X1000
Topic: Welcome First Contact customers
Replies: 193
Views: 273806

Re: Welcome First Contact customers

@Amigadave
I placed my order as part of the the first contact release.
by ktadd
Mon Jun 04, 2012 7:51 am
Forum: Platform: AmigaOne X1000
Topic: Keyboard issue
Replies: 7
Views: 4467

Re: Keyboard issue

@ LyleHaze I also have a wireless Logitech keyboard, but have had less luck getting my right button working. Perhaps it's because to the right of my space bar are Alt, FN, and Ctrl.. So I guess the menu key can be mapped but not the function key..?? Hmmm....I would think the FN key in that position ...
by ktadd
Sun Jun 03, 2012 9:55 pm
Forum: Platform: AmigaOne X1000
Topic: Welcome First Contact customers
Replies: 193
Views: 273806

Re: Welcome First Contact customers

@all Thanks for all the nice welcomes. Just about have everything setup the way I like it and it seems very stable so far asside from the version of SimpleMail that comes bundled with the system. v.38 is very unstable and kept locking up on exit. It was unstable on my uA1 as well so it doesn't appea...
by ktadd
Sat Jun 02, 2012 8:33 pm
Forum: Platform: AmigaOne X1000
Topic: Keyboard issue
Replies: 7
Views: 4467

Re: Keyboard issue

It took me a bit of research and experimenting to get my keyboard to work so I thought I would post this here to save others with a keyboard like mine some trouble. I'm using a Logitech Canada 210 wireless keyboard (an older one) that has the Alt keys next to the space bar and one window key on the ...
by ktadd
Sat Jun 02, 2012 8:22 pm
Forum: Platform: AmigaOne X1000
Topic: Welcome First Contact customers
Replies: 193
Views: 273806

Re: Welcome First Contact customers

After watching everyone get there X1000's for months and waiting impatiently for mine to arrive I'm happy to say I have now officially joined the X1000 first contact club. What goes around comes around....I starte with Amiga in 1985 with an A1000, upgraded in 1991 to a A3000, then to a uA1 in 2004 a...
by ktadd
Mon Apr 02, 2012 2:36 am
Forum: General Developer Support
Topic: Help with AREXX in a C program
Replies: 14
Views: 10750

Re: Help with AREXX in a C program

http://thomas-rapp.homepage.t-online.de/examples/rexx.c Thanks for your example Thomas. I've visited your home page in the past and studied several of your examples. They have been very helpful. I downloaded, studied and compiled the example you supplied. It works as described using the example you...
by ktadd
Mon Apr 02, 2012 2:22 am
Forum: General Developer Support
Topic: Help with AREXX in a C program
Replies: 14
Views: 10750

Re: Help with AREXX in a C program

You need to create an ARexx object using arexx.class, then you can simply call something like the following: IDoMethod(arexx_obj,AM_EXECUTE,"TOFRONT","NETSURF",NULL,NULL,NULL,NULL); One of those NULLs is the place to put a char** to capture the result, you'll need to check the A...
by ktadd
Sun Apr 01, 2012 12:40 am
Forum: General Developer Support
Topic: Help with AREXX in a C program
Replies: 14
Views: 10750

Help with AREXX in a C program

I have a program written in 'C' and I would like to send and Arexx command to a program and get the return value back to my program. My program doesn't need to support it's own Arexx commands, just send and read return values from another one. Do I need to set up a full Arexx interface in my program...
by ktadd
Sat Mar 31, 2012 11:26 pm
Forum: General Developer Support
Topic: ListBrowser disable / enable bug?
Replies: 4
Views: 3931

Re: ListBrowser disable / enable bug?

Hmm....so in my program I went and changed all the gadget enable and disable lines to use the recommended call: IIntuition->SetGadgetAttrs(gadgets[GID_START_TIME], win, NULL, GA_Disabled, FALSE, TAG_END); This worked and solved the problem of hte list gadget not enabling right but now using that cal...
by ktadd
Wed Mar 28, 2012 10:24 am
Forum: General Developer Support
Topic: ListBrowser disable / enable bug?
Replies: 4
Views: 3931

Re: ListBrowser disable / enable bug?

@trixie

Thanks, I'll change my code....tomorrow.
It's 2:30am. Time to go to bed.

Kevin