Custom Query (152 matches)
Results (28 - 30 of 152)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1115 | fixed | Graphics.UI.Gtk.ModelView.entryCompletionSetTextModel broken (patch included) | somebody | guest |
| description |
entryCompletionSetTextModel does not work. From what I can see, it replicates the functionality of gtk_entry_completion_set_text_column except it doesn't set the text-column property. The GtkEntryCompletion? uses this field to determine whether it calls the default match function, so possible fixes are: 1. Use g_object_set to set the text-column property (I couldn't work out how to do this) 2. Install a custom match function to compare the strings, (see ticket #1114) 3. Use the gtk_entry_completion_set_text_column function to handle it all (using the same method as used in file demo/treelist/Completion.hs). The attacked patch implements option 3. It also implements & exports entryCompletionTextColumn along with set/get functions (just copied from the old module). Cheers, Peter |
|||
| #1116 | invalid | illegal instruction at CS:0537 IP:02d4 OP: 63 68 61 72 73 gtk2hs-0.9.12.1.exe | somebody | guest |
| description |
I am not really convinced this is not a bug with my Windows, because others have reported no such problems with this version. Anyway, here it is: -I have just installed ghc 6.8.2 on my Windows XP SP2 with all updates computer -Next, when I run (directly or from cmd.exe) gtk2hs-0.9.12.1.exe I get a pop up window with: 16 bit MS-DOS Subsystem, Command Prompt - gtk2hs-0.9.12.1.exe The NTVDM CPU has encountered an illegal instruction. CS:0537 IP:02d4 OP: 63 68 61 72 73 Choose 'Close' to terminate the application. Ignore just give some other IP and OP.
4E3F1503146AF8F6E7D1B2729D18225B gtk2hs-0.9.12.1.exe |
|||
| #1117 | fixed | can't install with ghc in C:\Program Files\ghc\ghc-6.8.1 on Vista | duncan | guest |
| description |
I've made several tests, and definitely gtk2hs 0.9.12.1 refuses to install if ghc is located in C:\Program Files\ghc\ghc-6.8.1 although it can find the ghc directory, keeps on telling me my ghc is broken it works having ghc in default directory c:\ghc\ghc-6.8.1 David Leoni |
|||