dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



<< Src/wx.NET/EvtHandler.cs:79 >>

private void MarshalEvent(IntPtr wxEvent, int iListener)
{
        // Create an appropriate .NET wrapper for the event object

        // THIS CALL FAILS - SEE BELOW
        Event e = Event.CreateFrom(wxEvent);
        ...

<< Src/wx.NET/Event.cs:269 >>

internal static Event CreateFrom(IntPtr wxEvent)
{
        // Check to see if this event type is in the type map

        // DOESN'T MAKE IT HERE
        int evtType = wxEvent_GetEventType(wxEvent);
        Type type = (Type)typemap[evtType];
        ...


The above code is called right after the application is initialized,
which explains why nothing happens.  The same code also works fine with
MS.NET, and Mono.

I'm using the latest release version of Portable.NET (on the website)
and haven't yet been able to replicate the problem on a smaller scale.

If you need more information, I'm on IRC (freenode) as malenfant, I'd
really appreciate your help in solving this issue.

-- 
Bryan Bulten
http://opendev.ods.org/
http://wxnet.sourceforge.net/

--I?'oAhP3DyRu,=.0
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+iC9E32WFWIzmzHgRApBnAJwIBjVAX9UA1d4zBYnnA2loRe29JgCfX5fW
x8Gs07nhJWLHpA/nPL+fLPQ=
=ilUz
-----END PGP SIGNATURE-----

--I?'oAhP3DyRu,=.0--

From http://www.codeproject.com/csharp/csdoesshell1.asp
[DllImport("shell32.dll")]
public static extern Int32 SHGetFolderPath
  (IntPtr hwndOwner, Int32 nFolder, IntPtr hToken,
  UInt32 dwFlags, StringBuilder pszPath);

          Yannis


=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
ESSI                                    http://www.essi.fr
Attach=E9 Temporaire d'Enseignement et de Recherche
----------------------------------------------------------------------
INRIA  -  Equipe Mimosa                 http://www-sop.inria.fr/mimosa
Collaborateur Ext=E9rieur                 +33 (4) 92 38 79 67
----------------------------------------------------------------------
+33 (6) 60 38 79 52                     http://www.yannis.bres.name
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D


From reading the code I assume the CVM-coder whant to generate 
the try-handlers in order of appearance. The first and outermost 
region first. I have so far not understood the CVM-coder enough
to figure out if this ordering is enforced by CVM somehow...

QUESTION:

Is it possible to change the ordering in CVM-coder to that supported by 
the spec? If it is, the result would be very much clearer code and
probably cost significantly less in CPU-cycles than the current schema.

I am currently trying to figure out how to change the CVM-layout.
If U have insight to the CVM and/or coder to aid my understanding of
the implications of the above changes, please send a short mail!

' to avoid maximum mismatch damage, get drunk once in a while'

/Jonas

From memory, this same error also occurs with a few other GNU utilities such as 
bash.





File Attachments
-------------------

-------------------------------------------------------
Date: Fri 08/27/2004 at 19:09  Name: buildlog  Size: 7.09KB   By: jgoerzen
Build log
http://savannah.gnu.org/bugs/download.php?item_id=10180&amp;item_file_id=1614






For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10180>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




From MSDN:
Horizontal scroll bars will not be shown if the WordWrap property is set to 
true, regardless of the value of the ScrollBars property.

From Brubbel:
As tested: Vertical scroll bars are not shown if the Multiline property is set 
to false.







/**************************************************************************/
[bugs #10808] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10808>
Project: DotGNU Portable.NET
Submitted by: Heiko Weiss
On: Mit 27.10.2004 at 12:00

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Privacy:  Public
Assigned to:  None
Status:  Open


Summary:  TextBox->ScrollBars=Vertical  & TextBox->Multiline=false are not 
correct

Original Submission:  if a TextBox has ethe ScrollBars set to Vertical but NOT 
set the Multiline property to true, it MUST NOT show the scrollbar anyway.


Follow-up Comments
------------------


-------------------------------------------------------
Date: Mit 27.10.2004 at 12:08       By: Heiko Weiss <brubbel>

From MSDN:
Horizontal scroll bars will not be shown if the WordWrap property is set to 
true, regardless of the value of the ScrollBars property.

From Brubbel:
As tested: Vertical scroll bars are not shown if the Multiline property is set 
to false.













For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10808>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




From MSDN:
Horizontal scroll bars will not be shown if the WordWrap property is set to 
true, regardless of the value of the ScrollBars property.

From Brubbel:
As tested: Vertical scroll bars are not shown if the Multiline property is set 
to false.













For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10808>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

From: Unknown
[Prev in Thread] Current Thread [Next in Thread]