Search found 45 matches
- Wed Mar 28, 2012 9:58 am
- Forum: General Developer Support
- Topic: ListBrowser disable / enable bug?
- Replies: 4
- Views: 3931
ListBrowser disable / enable bug?
I'm using a listbrowser in my program and I when I set it up I have it disabled. LAYOUT_AddChild, gadgets[GID_EFFECTS_LIST] = (struct Gadget *)ListBrowserObject, GA_ID, GID_EFFECTS_LIST, GA_RelVerify, TRUE, GA_Disabled, TRUE, LISTBROWSER_AutoFit, TRUE, LISTBROWSER_Labels, (ULONG)effects_list, LISTBR...
- Wed Mar 28, 2012 9:27 am
- Forum: General Developer Support
- Topic: TabCycle causing lockup on OS4
- Replies: 9
- Views: 8178
Re: TabCycle causing lockup on OS4
Out of curiosity, what happens if you activate the string not by calling ActivateGadget() / ActivateLayoutGadget() but by sending the GM_GOACTIVE method to the gadget? DoGadgetMethod() or IDoMethod() should do the trick; Well, I took the string gadget example and replaced: (which activates GID_STRI...
- Thu Mar 22, 2012 5:42 am
- Forum: General Developer Support
- Topic: TabCycle causing lockup on OS4
- Replies: 9
- Views: 8178
Re: TabCycle causing lockup on OS4
I found the cause of the freeze. I used the clock docky to verify the system was frozen, although I could reboot using the soft and hard reboot key combinations. Those are the only input responded to. I eliminated the hooks and tried a few things to no avail. Then I looked at the OS4 "string&qu...
- Wed Mar 21, 2012 10:59 pm
- Forum: General AmigaOS
- Topic: Freeze system with paste in gadget
- Replies: 4
- Views: 2555
Re: Freeze system with paste in gadget
This sound suspeciously like you might be running onto the same problem with Tab Cycling when using ActivateGadget (which I'm guessing the file requester does to activate the string gadget) that I just posted about here: http://forum.hyperion-entertainment.biz ... f=26&t=947
- Wed Mar 21, 2012 9:57 pm
- Forum: General Developer Support
- Topic: TabCycle causing lockup on OS4
- Replies: 9
- Views: 8178
TabCycle causing lockup on OS4
I have a program where I have two string gadgets created with the GA_TabCycle flag set to TRUE. These gadgets also call a custome hook so I can control the format. When the gadget are activated the hook is called and all works well. When I return from the hook to the event loop I also capture the ev...