Search found 16 matches

by JElliott
Sat Dec 01, 2007 2:30 pm
Forum: Announcement
Topic: Oridan XPServices
Replies: 2
Views: 1908

Nice utility - one minor issue - the Language menu item check mark is reversed - Italian is checked when English is displayed and visa versa.

Jeff
by JElliott
Sun Nov 18, 2007 1:47 pm
Forum: Coding Questions
Topic: Confusion Calling DLLs vs Calling Win32
Replies: 3
Views: 1791

thanks for the response -- but my problem was not an actual code problem. - perhaps I'm in the wrong place with my questions - I was trying to get answers to the specific questions in my post.
by JElliott
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 ...
by JElliott
Tue Oct 30, 2007 11:29 am
Forum: Coding Questions
Topic: JS/HTML troubles in WebGadget / RTF troubles in EditorGadget
Replies: 23
Views: 7674

Seymour,

Another source - Pick up a copy of 'The Javascript Anthology' ISBN 0-9752402-6-9 in chapter 18 they give a a very detailed description and sample code for creating editable elements. After a quick read it appears to address most of your points and then some.

Jeff
by JElliott
Fri Oct 26, 2007 8:47 pm
Forum: Coding Questions
Topic: JS/HTML troubles in WebGadget / RTF troubles in EditorGadget
Replies: 23
Views: 7674

Don't have a lot of time right know but this might point you in the right direction - you seemed anxious. You can edit the text but then you must change focus for onChange to fire - for example click outside the text area

Jeff


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html ...
by JElliott
Tue Oct 16, 2007 12:06 am
Forum: Coding Questions
Topic: Setting default directory of OpenFileRequester
Replies: 4
Views: 1533

Thanks to you both Derek and #Null - exactly what I was missing - I looked at every other file related command except the obvious :oops:
by JElliott
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 ...
by JElliott
Sun Sep 30, 2007 3:35 pm
Forum: Announcement
Topic: Automatic gadget resizing (nxTools)
Replies: 24
Views: 11379

srod wrote:Fixed, I think!

@JElliott : would you mind testing the new version I've uploaded? Thanks.
Works great - Thanks this will be very useful.

Jeff
by JElliott
Sun Sep 30, 2007 2:15 pm
Forum: Announcement
Topic: Automatic gadget resizing (nxTools)
Replies: 24
Views: 11379

srod - great little resize lib - I did find something that might be a bug. If you take your example and resize it so just the title bar remains then expand it again the button appears to loose track of it's bottom position relative to the container.

Thanks,

Jeff
by JElliott
Thu Sep 20, 2007 7:20 pm
Forum: Coding Questions
Topic: Drag and Drop Library?
Replies: 3
Views: 1281

Thanks - I will upgrade

Jeff
by JElliott
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 ...
by JElliott
Mon Sep 10, 2007 8:58 pm
Forum: Coding Questions
Topic: FIFO view using an editorGadget?
Replies: 6
Views: 2143

Sparkie - you aren't missing anything, this is precisely what I wanted to do - I have inserted it in my code and it works great!

My ignorance of the breadth of the available commands is my biggest hindrance right now. I want to thank both you and Derek for your quick responses.

Jeff E.
by JElliott
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 ...
by JElliott
Mon Sep 03, 2007 6:54 pm
Forum: Coding Questions
Topic: Constant not found: #PB_EventGadget
Replies: 7
Views: 2042


I could not find #PB_Event_Gadget in the help file at all - looked at history, changes and searched. Looks like most of the difference is an underscore after the Event_ but wondered if there is a definitive list somewhere?
Tools -> Structure Viewer -> Constants

Thanks - again very helpful.

Jeff
by JElliott
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 ...