Nice utility - one minor issue - the Language menu item check mark is reversed - Italian is checked when English is displayed and visa versa.
Jeff
Search found 16 matches
- Sat Dec 01, 2007 2:30 pm
- Forum: Announcement
- Topic: Oridan XPServices
- Replies: 2
- Views: 1908
- Sun Nov 18, 2007 1:47 pm
- Forum: Coding Questions
- Topic: Confusion Calling DLLs vs Calling Win32
- Replies: 3
- Views: 1791
- Sun Nov 18, 2007 4:15 am
- Forum: Coding Questions
- Topic: Confusion Calling DLLs vs Calling Win32
- Replies: 3
- Views: 1791
Confusion Calling DLLs vs Calling Win32
Be gentle with me :) - this is my first PB excursion into the world of Win32 API and DLLs. I'm confused about calling the Win32 API and other DLLs. In the two examples below I'm calling two different DLLs neither of which has constants that PB recognizes - My first question is why not? Does this ...
- Tue Oct 30, 2007 11:29 am
- Forum: Coding Questions
- Topic: JS/HTML troubles in WebGadget / RTF troubles in EditorGadget
- Replies: 23
- Views: 7674
- Fri Oct 26, 2007 8:47 pm
- Forum: Coding Questions
- Topic: JS/HTML troubles in WebGadget / RTF troubles in EditorGadget
- Replies: 23
- Views: 7674
- Tue Oct 16, 2007 12:06 am
- Forum: Coding Questions
- Topic: Setting default directory of OpenFileRequester
- Replies: 4
- Views: 1533
- Mon Oct 15, 2007 10:45 pm
- Forum: Coding Questions
- Topic: Setting default directory of OpenFileRequester
- Replies: 4
- Views: 1533
Setting default directory of OpenFileRequester
I'm trying to figure out to change the default directory for OpenFileRequester to point to the directory of the previously opened file (assuming there has been a previously opened file). This is a fairly common behavior and saves a great deal time when loading several files. I can't figure out how ...
- Sun Sep 30, 2007 3:35 pm
- Forum: Announcement
- Topic: Automatic gadget resizing (nxTools)
- Replies: 24
- Views: 11379
- Sun Sep 30, 2007 2:15 pm
- Forum: Announcement
- Topic: Automatic gadget resizing (nxTools)
- Replies: 24
- Views: 11379
- Thu Sep 20, 2007 7:20 pm
- Forum: Coding Questions
- Topic: Drag and Drop Library?
- Replies: 3
- Views: 1281
- Thu Sep 20, 2007 7:10 pm
- Forum: Coding Questions
- Topic: Drag and Drop Library?
- Replies: 3
- Views: 1281
Drag and Drop Library?
Is there and official drag and drop library for PB? I was trying to use srod's EasyVENT- v3 event handler library and it will not compile for me because of #PB_Event_GadgetDrop not found error. If someone could point me the library I would certainly appreciate it. I have seached the forum, but not ...
- Mon Sep 10, 2007 8:58 pm
- Forum: Coding Questions
- Topic: FIFO view using an editorGadget?
- Replies: 6
- Views: 2143
- Mon Sep 10, 2007 2:59 pm
- Forum: Coding Questions
- Topic: FIFO view using an editorGadget?
- Replies: 6
- Views: 2143
FIFO view using an editorGadget?
I was wondering if it is possible to create a FIFO view using the editorGadget? What I want to do is display the last "n" entries made into the gadget in a FIFO fashion. This is for a serial port monitor/logger. Each line sent gets displayed in an editorGadget then logged to a file - line by line ...
- Mon Sep 03, 2007 6:54 pm
- Forum: Coding Questions
- Topic: Constant not found: #PB_EventGadget
- Replies: 7
- Views: 2042
- Mon Sep 03, 2007 5:07 pm
- Forum: Coding Questions
- Topic: Constant not found: #PB_EventGadget
- Replies: 7
- Views: 2042
Thanks to both of you for your quick and very helpful replies - I actually got several samples to compile correctly now. Is there a list of constants some where? I have found some of them listed with specific commands but not #PB_Event_Gadget.
I could not find #PB_Event_Gadget in the help file at ...
I could not find #PB_Event_Gadget in the help file at ...