Search found 8 matches

by MarkR
Wed May 14, 2008 8:27 pm
Forum: Linux
Topic: ODBC Database Connectivity Issue
Replies: 0
Views: 1336

ODBC Database Connectivity Issue

Hello,

I have some code with works on Windows and when ported to Linux (PB 4.10) is has an issue. It seems to initialize ODBC okay but can't seem to open the database. I have the DNS configured and tested with iodbctest on the linux platform. Here is the code. If anyone has any suggestions on ...
by MarkR
Sat May 03, 2008 4:04 pm
Forum: Linux
Topic: Underscore in text label
Replies: 2
Views: 1937

Thanks. I will put in my notes to revisit when I am ready for 4.2. Maybe I won't code in those items for now. At this time I am trying to get the entire code base written with 4.1 and tested across all three platforms.

- MarkR
by MarkR
Sat May 03, 2008 2:38 pm
Forum: Linux
Topic: Underscore in text label
Replies: 2
Views: 1937

Underscore in text label

I have some code from windows with a text label such as "This is a &Test" which will put the underscore under the T in test. To display to the user the shortcut value to use.

When I run the code on Linux I get the literal without the underscore.

I see some programs use this under Linux. Is this ...
by MarkR
Sat May 03, 2008 5:41 am
Forum: Linux
Topic: MenuItem Question(s)
Replies: 2
Views: 1890

Yes. I have the text for building the menu and then the code to AddKeyboardShortcut. The shortcuts work but they are not displayed on the menus.

I am using version 4.10.

Mark
by MarkR
Sat May 03, 2008 3:29 am
Forum: Linux
Topic: MenuItem Question(s)
Replies: 2
Views: 1890

MenuItem Question(s)

I have a program that when I run on Linux it does not key the MenuItem ShortCuts Display

i.e.

" Quit "+ Chr (9) +" Ctrl-Q"

I see the PureBasic IDEs show up and also even have Icons to the left of the text.

Does anybody have any information/answers regarding this?

Thanks.

Mark
by MarkR
Sat Apr 19, 2008 6:24 pm
Forum: Mac OSX
Topic: Mac Executable Creation Issue with Icon and Graphical Ver.
Replies: 6
Views: 3959

Follow Up

Well this morning the icon was finally there. Thanks. I am sure in the future I will know about the Mac. I tried different application names, rebooting, etc. Right now just trying to develop on Windows and make sure my code works on Linux and the Mac.

Thanks for everyone's help. If I learn more ...
by MarkR
Sat Apr 19, 2008 3:03 am
Forum: Mac OSX
Topic: Mac Executable Creation Issue with Icon and Graphical Ver.
Replies: 6
Views: 3959

Thanks!!! The ***.app helped to make it a GUI executable.

I used ICON Composer along with .png files to make a *.icns file and the icon for the application is the Mac default pencil, ruler, brush but when I launch it the icon on the dock is correct.

If anyone can explain this that would be great ...
by MarkR
Fri Apr 18, 2008 9:19 pm
Forum: Mac OSX
Topic: Mac Executable Creation Issue with Icon and Graphical Ver.
Replies: 6
Views: 3959

Mac Executable Creation Issue with Icon and Graphical Ver.

Hello,

I am a new PureBASIC user and member of these forums.

I am using 4.10 on an Intel Mac (10.4.x) and when I go to build the executable it creates a terminal based application which in turn does not run correctly. Inside PB it is fine. I have the Executable Format set to Mac OS so not sure ...