Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any  
Desktop-Any GUI-Any

New issue 41 by jonericn...@gmail.com: Message.Question displays buttons in  
reverse order
http://code.google.com/p/gambas/issues/detail?id=41

Version: TRUNK -- 2.99.0
Revision: r1234 (if you use a development version)
Operating system: Linux
Distribution: Linux Mint
Architecture: x86_64 (AMD 64)
GUI component: QT4
Desktop used: Gnome

Message.Question displays the buttons in reverse order.

   Select Message.Question("Am I crazy?", "Yes", "No", "Don't know")
     Case 1
       TextLabel1.Text = "You are really crazy"
     Case 2
       TextLabel1.Text = "No you are not crazy"
     Case 3
       TextLabel1.Text = "Hard to say, isn't it?"
   End Select

This will connect the correct button with the correct answer, but the  
buttons will be displayed in the Message in reverse order.  The buttons in  
the Message should say:
(Yes) (No) (Don't know)

But the buttons actually display as:
(Don't know) (No) (Yes)

Small project is attached.

Attachments:
        TestMessage.tar.gz  5.5 KB


------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to