English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 29 March 2014, 00:36   #1
ciVic
Registered User
 
Join Date: Oct 2013
Location: Germany
Posts: 39
Bugs in NList/NFloattext

Hi all,

I'm currently developing a new version of twittAmiga on Amiga OS 3/4 and MorphOS. I want to display the text in a Floattext but on MorphOS there is a bug that the text is not displayed when the Floattext is currently not visible in the Scrollgroup.

So I use NFloattext. First problem, on MorphOS and AmigaOS 4 I can add buttons as links. On Amiga OS 3 they do not appear. Second problem, on MorphOS twittAmiga crashes very often after the NFloattexts were added. It seems to crash after everything in the app is done, so it seems to be a system function. Since I do not have debug symbols for that I cannot say where exactly it happends but when I add empty NFloattexts it never crashes. Therefore I assume its an NFloattext problem.

The NFloattexts are added like in the demo:

...
Child, NFloattext(text),
...

Buttons are added by:

...
DoMethod(txtObj,MUIM_NList_UseImage,SimpleButtonTiny(buttonText),i + 1,~0L);
DoMethod(txtObj,MUIM_Notify,MUIA_NList_ButtonClick,i,
app, 6, MUIM_Application_PushMethod, window, 3,
MUIM_CallHook, &LinkHook, url);
...

If someone wants to help I can provide an executable. Thx!
ciVic is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
2.3.3 bugs Nut support.WinUAE 3 24 September 2011 19:06
DB Views bugs Groundhog project.MAGE 1 19 April 2008 11:21
2 WinUAE bugs fortrax support.WinUAE 1 06 December 2006 05:46
WinUAE 1.0.0 Bugs! Dary support.WinUAE 19 26 June 2005 21:41
Possible WinUae bugs Nyarlathotep Retrogaming General Discussion 1 05 August 2002 13:39

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:56.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.06368 seconds with 13 queries