Re: web license checking

2006-07-19 Thread GAmoore
> > You should not do this every time.  Only max once. > > > > Many people have laptops, modem connections and some even no  > > internet connection.  You need to take that into account. > > You could do it once a month with a 5 day grace period (from last  > launch not September 5th). > > Than

RE: (no subject)

2006-07-19 Thread RBNUBE
Which is why I prefer that all replies as well as the original be included, but it gets annoying for many. I get tired of searching through old e-mails to try and figure out what was said before I read one of the posts that sparked my interest. Even though I archive locally, I often just give up.

Re: (no subject)

2006-07-19 Thread Terry Ford
On Jul 19, 2006, at 7:55 PM, Norman Palardy wrote: On Jul 19, 2006, at 7:36 PM, RBNUBE wrote: Sure...I understand that, and I do that when necessary, but with simpler one/two-line e-mails, I don't bother quoting. I just delete the contents out of habit. If anyone has not read all previ

Re: (no subject)

2006-07-19 Thread Norman Palardy
On Jul 19, 2006, at 7:36 PM, RBNUBE wrote: Sure...I understand that, and I do that when necessary, but with simpler one/two-line e-mails, I don't bother quoting. I just delete the contents out of habit. If anyone has not read all previous emails they are totally lost _

Re: Contextual Menus in Windows

2006-07-19 Thread Terry Ford
On Jul 19, 2006, at 7:00 PM, ISS WebMaster wrote: I am using this code to display a contextual menu in my Mac version of the program ContextualMenu1.open If IsContextualClick Then Dim m as MenuItem m= popupmenu.popup End if But it doesn't work in Windows the popup graphic th

Re: (no subject) Now: No Title Bar in a Windows Window

2006-07-19 Thread Terry Ford
On Jul 19, 2006, at 7:21 PM, ISS WebMaster wrote: I want to get rid of the title bar because I have my own that matches my apps scheme That was what I assumed. You can make the window moveable by placing the code I gave you in the window/canvas/Statictext or whatever you use for your title

RE: (no subject)

2006-07-19 Thread RBNUBE
Sure...I understand that, and I do that when necessary, but with simpler one/two-line e-mails, I don't bother quoting. I just delete the contents out of habit. ___ Unsubscribe or switch delivery mode:

RE: (no subject) Now: No Title Bar in a Windows Window

2006-07-19 Thread RBNUBE
Gotcha. I sent the modified version of WFS. Let me know if you get it. ___ Unsubscribe or switch delivery mode: Search the archives of this list here:

Re: (no subject)

2006-07-19 Thread Terry Ford
On Jul 19, 2006, at 6:45 PM, RBNUBE wrote: I'm so used to not being 'allowed' to quote anything, I generally just automatically delete all of the contents... Who's not allowing you to quote? Excessive quoting and re-quoting *is* frowned upon as it often just pads the archives with useless

Re: (no subject) Now: No Title Bar in a Windows Window

2006-07-19 Thread ISS WebMaster
I want to get rid of the title bar because I have my own that matches my apps scheme On Jul 19, 2006, at 10:13 PM, RBNUBE wrote: Why must you have no title bar? Most pallet windows I've seen have a title bar. Using floating windows for this should suffice. However, if it's an important aest

RE: (no subject) Now: No Title Bar in a Windows Window

2006-07-19 Thread RBNUBE
Why must you have no title bar? Most pallet windows I've seen have a title bar. Using floating windows for this should suffice. However, if it's an important aesthetic thing, check the Windows Functionality Suite. I have stripped the Windows Functionality Suite down to two components: TitleBar

Contextual Menus in WIndows

2006-07-19 Thread ISS WebMaster
I am getting this in the Windows version of SpeakAssist An exception of class UnsupportedFormatException was not handled. The application must shut down. Exception Message: You cannot set the visibility of a sub-menu or top-level menu. So the Contextual menu appears to not work in Windows bu

Re: (no subject) Now: No Title Bar in a Windows Window

2006-07-19 Thread Terry Ford
On Jul 19, 2006, at 6:44 PM, ISS WebMaster wrote: Using the Mac Proc ID 1104 However I need a solution for Windows because I compile this program for Windows too So I need a way to have a pallette like window for Windows but no title bar. Is that possible? Or do I need to use a Plain Box? Ch

Contextual Menus in Windows

2006-07-19 Thread ISS WebMaster
Hi, I am using this code to display a contextual menu in my Mac version of the program ContextualMenu1.open If IsContextualClick Then Dim m as MenuItem m= popupmenu.popup End if But it doesn't work in Windows the popup graphic that I have that displays the menu on MacOS X j

RE: (no subject)

2006-07-19 Thread RBNUBE
I'm so used to not being 'allowed' to quote anything, I generally just automatically delete all of the contents... The person who was asking how to make non-modal windows with no title bar. ___ Unsubscribe or switch delivery mode:

Re: (no subject) Now: No Title Bar in a Windows Window

2006-07-19 Thread ISS WebMaster
Using the Mac Proc ID 1104 However I need a solution for Windows because I compile this program for Windows too So I need a way to have a pallette like window for Windows but no title bar. Is that possible? Or do I need to use a Plain Box? Brian On Jul 19, 2006, at 9:32 PM, Terry Ford wrote:

Re: (no subject)

2006-07-19 Thread Terry Ford
On Jul 19, 2006, at 5:30 PM, RBNUBE wrote: Which of his solutions did you use? Which 'no subject' are you referring to? Terry ___ Unsubscribe or switch delivery mode: Search the archives of this

Re: web license checking

2006-07-19 Thread Phil M
On Jul 19, 2006, at 4:06 PM, [EMAIL PROTECTED] wrote: Now, i have a license code stored in a text file on each user's computer. Of course it has the expiration date coded in it. I am thinking its more secure to have the application "phone home" and get authorization from a server system. I

RE: (no subject)

2006-07-19 Thread RBNUBE
Which of his solutions did you use? ___ Unsubscribe or switch delivery mode: Search the archives of this list here:

Re: web license checking

2006-07-19 Thread Phil M
On Jul 19, 2006, at 4:14 PM, Trausti Thor Johannsson wrote: You should not do this every time. Only max once. Many people have laptops, modem connections and some even no internet connection. You need to take that into account. You could do it once a month with a 5 day grace period (from

Re: clone tab panel

2006-07-19 Thread CV
On Jul 19, 2006, at 10:45 AM, Koen van Hees wrote: Hi all, Quick question, how do I clone a tab panel with all controls included? If you have Pro then you can do it readily with ContainerControls. Just build your TabPanel on a ContainerControl, then instantiate as many of these Containe

Re: web license checking

2006-07-19 Thread Trausti Thor Johannsson
You should not do this every time. Only max once. Many people have laptops, modem connections and some even no internet connection. You need to take that into account. Trausti On Jul 19, 2006, at 10:06 PM, [EMAIL PROTECTED] wrote: Now, i have a license code stored in a text file on each

web license checking

2006-07-19 Thread GAmoore
Now, i have a license code stored in a text file on each user's computer. Of course it has the expiration date coded in it. I am thinking its more secure to have the application "phone home" and get authorization from a server system. I would have a database of users, their passwords and their e

Re: Picture or Icon in Contextual Menu (Is this possible?)

2006-07-19 Thread Dave Wooldridge
Good to know, Brad. Thanks for the confirmation. :-) --Dave > On Jul 19, 2006, at 12:24 PM, Dave Wooldridge wrote: > >> Does anyone know what those issues may be? I've got one legacy Mac/ >> Win >> project with HierPop that I recently ported to RB2006r1 and it >> "appears" to >> work fine fr

Re: structure handling..

2006-07-19 Thread Russ Jones
Hi Rohit. There is a good description of structures and how to use them, starting on page 330 of the current issue of the User Guide, which can be downloaded from http://www.realbasic.com/download/individual/ I, for one, am quite pleased with this recently-introduced feature (to RB). Oth

Re: Picture or Icon in Contextual Menu (Is this possible?)

2006-07-19 Thread Terry Ford
On Jul 19, 2006, at 9:01 AM, Phil M wrote: On Jul 19, 2006, at 11:52 AM, Terry Ford wrote: I have an example of dynamic menus with this thread: http://support.realsoftware.com/listarchives/gettingstarted/ 2005-11/msg00080.html ___ Only prob

clone tab panel

2006-07-19 Thread Koen van Hees
Hi all, Quick question, how do I clone a tab panel with all controls included? Cheers, Koen van Hees Les Allées de St. Genis 299 Allée Diderot 01630 St Genis Pouilly France tel: +33 (0)4 50 42 08 78 ___ Unsubscribe or switch delivery mode:

structure handling..

2006-07-19 Thread rohit dhamija
Hi, Can you please explain / give a simple program showing how to handle structure.Below is the structure FeatureInfo{ int ftrid; char nameoffeature[10]; } I have "FeatureInfo" structure in my plugin and need to access its member variables through my REALbasic application. I have a function ca

Re: Picture or Icon in Contextual Menu (Is this possible?)

2006-07-19 Thread Brad Rhine
On Jul 19, 2006, at 12:24 PM, Dave Wooldridge wrote: Does anyone know what those issues may be? I've got one legacy Mac/ Win project with HierPop that I recently ported to RB2006r1 and it "appears" to work fine from initial compiles, but if I knew what the specific issues were, I would be a

Re: Picture or Icon in Contextual Menu (Is this possible?)

2006-07-19 Thread Dave Wooldridge
Terry Ford wrote: > Hierpop 1.9 is the only one I know of but I have read there are > issues with it in 2006. Does anyone know what those issues may be? I've got one legacy Mac/Win project with HierPop that I recently ported to RB2006r1 and it "appears" to work fine from initial compiles, but i

Re: Picture or Icon in Contextual Menu (Is this possible?)

2006-07-19 Thread Phil M
On Jul 19, 2006, at 11:52 AM, Terry Ford wrote: I have an example of dynamic menus with this thread: http://support.realsoftware.com/listarchives/gettingstarted/ 2005-11/msg00080.html ___ Only problem with the above link is the dotted lines ar

Re: Picture or Icon in Contextual Menu (Is this possible?)

2006-07-19 Thread Terry Ford
On Jul 19, 2006, at 5:33 AM, Phil M wrote: The ContextualMenu class would not be able to use an Icon. In my opinion, the ContextualMenu item should be depreciate since dynamic menus using MenuItem and the Popup method are much more powerful. Agreed! On Jul 19, 2006, at 5:38 AM, Phil M w

Re: Picture or Icon in Contextual Menu (Is this possible?)

2006-07-19 Thread Phil M
On Jul 18, 2006, at 8:21 PM, Terry Ford wrote: I have added an Icon to a regular menubar menuitem and it showed up in full size (128 X 128). :) So it works there. Now, contextual menus??? Menuitem.Popup shows an example: "The following example displays the Edit menu as a contextual menu. T

Re: Picture or Icon in Contextual Menu (Is this possible?)

2006-07-19 Thread Phil M
On Jul 18, 2006, at 7:57 PM, Terry Ford wrote: I see that but there is actually no Icon mentioned in the ContextualMenu examples or LR documentation. It would be nice if someone could provide an example or further clarification. The ContextualMenu class would not be able to use an Icon. In