Search found 214 matches
- Sat Apr 28, 2018 2:32 am
- Forum: Platform: AmigaOne X5000
- Topic: Change uboot anim count
- Replies: 5
- Views: 2542
Change uboot anim count
This is the only method I have found that fully explains how to change the uboot animation count. Every post on here on how to do it would not work for me. I asked on Facebook's AmigaOne: Next Gen Amiga forum and this is what Jamie Krueger posted and I wanted to share it before I forgot: Jamie Krueg...
- Sat Apr 28, 2018 2:26 am
- Forum: General Developer Support
- Topic: LISTBROWSER_Top
- Replies: 4
- Views: 2369
Re: LISTBROWSER_Top
That was the issue I was having. I did it with 2 calls way back when, but not using SetAttrs() to detach, so it still flickered. Figured it out over time. Wish I knew earlier........
- Fri Apr 27, 2018 11:13 pm
- Forum: General Developer Support
- Topic: LISTBROWSER_Top
- Replies: 4
- Views: 2369
Re: LISTBROWSER_Top
I made it work with the 2 separate calls, and a small change where list is detached. Slight little flicker as it adjusts, but I can live with it.
- Thu Apr 26, 2018 11:41 pm
- Forum: General Developer Support
- Topic: LISTBROWSER_Top
- Replies: 4
- Views: 2369
LISTBROWSER_Top
In my program Workbench Explorer sometimes I need to set the top item in the list. Normally when scan a drawer it is set to 0. But, say you have scrolled down 10 lines with the mouse wheel, then hit reload. I check what the _Top is first, rescan drawer, update the list (detach it, free old, build ne...
- Mon Apr 02, 2018 8:09 pm
- Forum: General AmigaOS
- Topic: CheckBox spacing at end
- Replies: 3
- Views: 5245
Re: CheckBox spacing at end
When use LAYOUT_ShrinkWrap to bring the scrollers closer to the texteditor gadget, there is a spacing error. It does not happen when don't use shrink wrap.


- Mon Apr 02, 2018 7:28 pm
- Forum: General AmigaOS
- Topic: CheckBox spacing at end
- Replies: 3
- Views: 5245
Re: CheckBox spacing at end
Has this been looked at? Hopefully fixed. radiobutton.gadget class does it, as well. Puts extra padding at the end of the text when it shouldn't.






- Fri Mar 30, 2018 7:05 pm
- Forum: General Developer Support
- Topic: GA_TEXTEDITOR_Flow
- Replies: 8
- Views: 3958
Re: GA_TEXTEDITOR_Flow
I am using it in read only mode. I have not seen right to left text since can't read it, but isn't it written right to left? So displaying it would be correct.
Yes, typing in text would be a whole 'nother thing.
Yes, typing in text would be a whole 'nother thing.
- Fri Mar 30, 2018 2:14 am
- Forum: SDK Support
- Topic: texteditor.gadget
- Replies: 3
- Views: 5278
texteditor.gadget
At the bottom of the AutoDoc, it says: uint32 result = IDoMethodA(APTR obj, struct GP_TEXTEDITOR_ExportText* msg); Isn't that kind of misleading/confusing? Should be APTR or STRPTR for result? STRPTR Data; if ((Data=(STRPTR)IIntuition->IDoMethod(ChildObjects[GAD_TEXTEDITOR],GM_TEXTEDITOR_ExportText,...
- Fri Mar 30, 2018 2:09 am
- Forum: General Developer Support
- Topic: GA_TEXTEDITOR_Flow
- Replies: 8
- Views: 3958
GA_TEXTEDITOR_Flow
When using that tag in texteditor.gadget GA_TEXTEDITOR_Flow, GV_TEXTEDITOR_Flow_Right, for right to left text, the horizontal scroll bar should be started all the way to the right, not the left, so it slides to the left by default. I have tried to set SLIDER_Level to compensate for this but it will ...
- Mon Mar 26, 2018 2:14 am
- Forum: General Developer Support
- Topic: RAWBInfo extras
- Replies: 3
- Views: 2376
Re: RAWBInfo extras
Forgot about those hidden ones. Don't have my Tool Type Editor source code any more.
TOOLPRI=5
DONOTPROMPT
Thanks
TOOLPRI=5
DONOTPROMPT
Thanks