Custom Query (1030 matches)
Results (181 - 183 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #783 | fixed | get-ide-bundle-path returns path in mac format on Windows | ||
| Description |
For example if you have ccl cocotron installed to your desktop on a user called mike this method would return /Users/Mike/Desktop/ccl/temp bundle32.app/ instead of C:\Users\Mike\Desktop\ccl\temp bundle 32.app\ |
|||
| #785 | worksforme | Trying to drag a file inside the ccl::choose-file-dialog causes a crash | ||
| Description |
To reproduce:
|
|||
| #810 | worksforme | (directoryp (get-ide-bundle-path)) returns nil on the Windows IDE | ||
| Description |
This is especially annoying when build an application, because the build-application method uses (directoryp (get-ide-bundle-path)) as error checking and this always returns false on Windows so the build-application fails here. To reproduce: In the listener simply type (ccl::directoryp (ccl::get-ide-bundle-path)) on the mac this will return t and on the pc it will return false (even though the return from get-ide-bundle-path is clearly a directory). Part of the problem may have to do with (get-ide-bundle-path) returning in a mac oriented format on the PC (it returns something like /Users/Mike... instead c:\users\mike...) |
|||
