Re: How to put a new object to become a background object?

2011-11-16 Thread Takashi Yoshino
Thank you!

It works well.

I'm sorry for a very beginner's question…

_.__ ._ _. ._ ._.__ .. ._._. _._ . ..__ ._.__ ._._. ___. .._ __.. __ .._ 
Takashi Yoshino 
http://www.wakayama-u.ac.jp/~yoshino/lab/

On 2011/11/15, at 21:20, Mark Schonewille wrote:

 Hi Yoshino,
 
 Select the group, choose Edit Group from the Object menu, add your object and 
 select Stop Editing Group from the Objects object. Usually, I find it 
 convenient to stop editing the group before I continue to edit the new object.
 
 --
 Best regards,
 
 Mark Schonewille
 
 Economy-x-Talk Consulting and Software Engineering
 Homepage: http://economy-x-talk.com
 Twitter: http://twitter.com/xtalkprogrammer
 KvK: 50277553
 
 Become our partner in sales http://qery.us/1bq Start selling Color Converter 
 today. 20% commission!
 
 On 15 nov 2011, at 13:14, 吉野 孝 wrote:
 
 Hi,
 
 How to put a new object to become a background object?
 
 I make 20 cards with one background (grouped) object.
 Then, I want to add a new object to become a background object?
 
 I should delete 19 cards and re-copy 19 cards?
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: How to put a new object to become a background object?

2011-11-16 Thread Alejandro Tejada
Hi, Mr. Yoshino


吉野 孝 wrote:
 
 Thank you!
 It works well.
 I'm sorry for a very beginner's question…
 

Actually, every person that works in
the computer field, feels like a beginner
one or more times every day or so.

There are so many new devices and
softwares that our sense of wonder
never gets exhausted...

Al  

--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/How-to-put-a-new-object-to-become-a-background-object-tp4042736p4076170.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Database Strategy

2011-11-16 Thread mike
I am new to the world of databases and I need some advise.  

I am currently opening and closing the database in the open and close stack 
handlers. I am storing the connection I'd in a custom stack property. 

When I go to a card, I am creating a cursor, directly loading each record  into 
the datagrid.  Upon closing the card I close the cursor. 

Now this works fine when I load rev for the first time and go to the card with 
the datagrid.  When I leave the card and return, I am getting errors indicating 
I have invalid cursor ID. 

So should I be opening and closing the entire database in the card?
I am not seeing anything wrong examining the close cursor function. 

As a separate question can you have multiple cursors open at the same time.  I 
would think so. 

Thanks in advance. 

  -= Mike
 

Sent from my BlackBerry device on the Rogers Wireless Network

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Database Strategy

2011-11-16 Thread Pete
Sounds like the problem is that you close the cursor when the card is
closed.  From that point, it's not a valid cursor, as you're finding when
you return to the card.  When you return to the card, you'd need to either
leave the cursor open or re-execute the SELECT statement that created it.

Depending on the needs of your application, you might want to consider
not creating a cursor but returning the data from the SELECT statement
directly to your application using revDataFromQuery and storing that in a
custom property.  That's useful if you are using a datagrid on your card
since you can simply set the dgtext of the datagrid to the returned data to
populate the datagrid.

Pete
Molly's Revenge http://www.mollysrevenge.com




On Wed, Nov 16, 2011 at 9:03 AM, m...@doub.com wrote:

 I am new to the world of databases and I need some advise.

 I am currently opening and closing the database in the open and close
 stack handlers. I am storing the connection I'd in a custom stack property.

 When I go to a card, I am creating a cursor, directly loading each record
  into the datagrid.  Upon closing the card I close the cursor.

 Now this works fine when I load rev for the first time and go to the card
 with the datagrid.  When I leave the card and return, I am getting errors
 indicating I have invalid cursor ID.

 So should I be opening and closing the entire database in the card?
 I am not seeing anything wrong examining the close cursor function.

 As a separate question can you have multiple cursors open at the same
 time.  I would think so.

 Thanks in advance.

  -= Mike


 Sent from my BlackBerry device on the Rogers Wireless Network

 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Re : Wasting space on the forum.

2011-11-16 Thread Richmond

On 11/16/2011 03:43 PM, Peter M. Brigham, MD wrote:

On Nov 15, 2011, at 11:24 AM, Mark Wieder wrote:


Richmond-

Tuesday, November 15, 2011, 2:52:03 AM, you wrote:


I like to inter

I'm a *real* trouble


right-on, boyo . . .  :)


maker.


polate.

...troublemaker...

-- Peter

Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Number of Controls - Application Browser vs. Script

2011-11-16 Thread Glen Bojsza
I have a stack with a single card and several objects that I have placed on
it ... including a datagrid.

In the application browser it shows 58 controls for the card (all the ones
I expected).

From script

put the number of controls of card 1 of this stack

I get 202 controls (which I would guess has to do with the datagrid).

Is it possible via script to get the same controls that the Application
browser reports?

thanks
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Number of Controls - Application Browser vs. Script

2011-11-16 Thread Ian Wood
You might be able to filter the long ids of the controls to exclude ones 
contained by the datagrid group.

Ian

On 16 Nov 2011, at 20:14, Glen Bojsza wrote:

 I have a stack with a single card and several objects that I have placed on
 it ... including a datagrid.
 
 In the application browser it shows 58 controls for the card (all the ones
 I expected).
 
 From script
 
 put the number of controls of card 1 of this stack
 
 I get 202 controls (which I would guess has to do with the datagrid).
 
 Is it possible via script to get the same controls that the Application
 browser reports?
 
 thanks
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Database Strategy

2011-11-16 Thread Michael Doub
The potential size of the database is causing me to drive the database by 
loading the data grid by catching 
command GetDataForLine pLine, @pOutData.

On the first execution thru the OpenCard handler everything works just fine.  
On subsequent 
calls the OpenCursor routine is never executed.  The handler seems get as far 
as the 

set the dgProp[ show vscrollbar ] of group DataGrid to true  that 

statement where it would appear that that the OpenCard handler is terminated.   
If I make
the setup_Scrolling code a comment, then everything works as as I would have 
expected.
it is really odd that the same code executes fine on the first execution.   
Could this be a bug
in the data grid code?  I am using 5.0.1 (rc 1)


on OpenCard
   log (Open Card) 
   set the tmLabel of group Header of this card to the short name of this card
   setup_Scrolling
   OpenCursor
   put revDatabaseColumnNames(sCursorID) into sRecordFields
   put revNumberOfRecords(sCursorID) into sRecordCount
   lock screen
   set the dgNumberOfRecords of group DataGrid to sRecordCount
   unlock screen
end OpenCard

on setup_Scrolling
   if the environment is mobile then
  set the dgProp[ show vscrollbar ] of group DataGrid to false
  -- other code remove for now
   else
  set the dgProp[ show vscrollbar ] of group DataGrid to true
   end if
end setup_Scrolling



On 2011-11-16, at 1:04 PM, Pete wrote:

 Sounds like the problem is that you close the cursor when the card is
 closed.  From that point, it's not a valid cursor, as you're finding when
 you return to the card.  When you return to the card, you'd need to either
 leave the cursor open or re-execute the SELECT statement that created it.
 
 Depending on the needs of your application, you might want to consider
 not creating a cursor but returning the data from the SELECT statement
 directly to your application using revDataFromQuery and storing that in a
 custom property.  That's useful if you are using a datagrid on your card
 since you can simply set the dgtext of the datagrid to the returned data to
 populate the datagrid.
 
 Pete
 Molly's Revenge http://www.mollysrevenge.com
 
 
 
 
 
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Number of Controls - Application Browser vs. Script

2011-11-16 Thread Pete
Hi Glen,
I haven't found a way to exclude them from being returned by any of the
standard methods of looping through the controls in a script but I have
managed to identify which controls are part of the datagrid.

If it helps, you can see the structure of a datagrid by selecting it, then
in the message box, type:

set the selectgroupedcontrols of selobj() to true

Then select the card that the datagrid is on in the Application browser (if
it's already selected, you'll probably have to refresh the right pane by
right-clicking and selecting refresh.

Your datagrid won't work until you restore it to normal condition by set
the selectgroupedcontrols of selobj() to false

You'll see that many (but not all) of the datagrid controls have names that
begin with dg so you can start by excluding those.  After that, you have
to deal with any columns that you have customised to contain controls and
the column headings since they won't have names that begin with dg
(unless you force yourself to do that).  I do that by checking if either
dgList or dgHeader is in the long name of the control.  So far that has
worked reliably for me.

Hope that helps.


Pete
Molly's Revenge http://www.mollysrevenge.com




On Wed, Nov 16, 2011 at 12:14 PM, Glen Bojsza gboj...@gmail.com wrote:

 I have a stack with a single card and several objects that I have placed on
 it ... including a datagrid.

 In the application browser it shows 58 controls for the card (all the ones
 I expected).

 From script

 put the number of controls of card 1 of this stack

 I get 202 controls (which I would guess has to do with the datagrid).

 Is it possible via script to get the same controls that the Application
 browser reports?

 thanks
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Number of Controls - Application Browser vs. Script

2011-11-16 Thread Pete
PS to my post.  You can, of course, look for the datagrid name in the long
name of the control as Ian suggested.  In my case, I had an interest in
gathering information about some of the controls so I had to be a bit more
granular than that.
Pete
Molly's Revenge http://www.mollysrevenge.com




On Wed, Nov 16, 2011 at 1:39 PM, Pete p...@mollysrevenge.com wrote:

 Hi Glen,
 I haven't found a way to exclude them from being returned by any of the
 standard methods of looping through the controls in a script but I have
 managed to identify which controls are part of the datagrid.

 If it helps, you can see the structure of a datagrid by selecting it, then
 in the message box, type:

 set the selectgroupedcontrols of selobj() to true

 Then select the card that the datagrid is on in the Application browser
 (if it's already selected, you'll probably have to refresh the right pane
 by right-clicking and selecting refresh.

 Your datagrid won't work until you restore it to normal condition by set
 the selectgroupedcontrols of selobj() to false

 You'll see that many (but not all) of the datagrid controls have names
 that begin with dg so you can start by excluding those.  After that, you
 have to deal with any columns that you have customised to contain controls
 and the column headings since they won't have names that begin with dg
 (unless you force yourself to do that).  I do that by checking if either
 dgList or dgHeader is in the long name of the control.  So far that has
 worked reliably for me.

 Hope that helps.


 Pete
 Molly's Revenge http://www.mollysrevenge.com




 On Wed, Nov 16, 2011 at 12:14 PM, Glen Bojsza gboj...@gmail.com wrote:

 I have a stack with a single card and several objects that I have placed
 on
 it ... including a datagrid.

 In the application browser it shows 58 controls for the card (all the ones
 I expected).

 From script

 put the number of controls of card 1 of this stack

 I get 202 controls (which I would guess has to do with the datagrid).

 Is it possible via script to get the same controls that the Application
 browser reports?

 thanks
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Database Strategy

2011-11-16 Thread Pete
Yes, that is strange.  I did find this in the datagrid manual:

 When a Data Grid renders it dynamically creates fields and accesses
certain properties. Some of these properties can not be properly reported
by the Revolution engine unless the field is on an open card.

Your code is in OpenCard so this probably isn't the problem, but.??

Pete
Molly's Revenge http://www.mollysrevenge.com




On Wed, Nov 16, 2011 at 1:05 PM, Michael Doub m...@doub.com wrote:

 The potential size of the database is causing me to drive the database by
 loading the data grid by catching
 command GetDataForLine pLine, @pOutData.

 On the first execution thru the OpenCard handler everything works just
 fine.  On subsequent
 calls the OpenCursor routine is never executed.  The handler seems get as
 far as the

 set the dgProp[ show vscrollbar ] of group DataGrid to true  that

 statement where it would appear that that the OpenCard handler is
 terminated.   If I make
 the setup_Scrolling code a comment, then everything works as as I would
 have expected.
 it is really odd that the same code executes fine on the first execution.
   Could this be a bug
 in the data grid code?  I am using 5.0.1 (rc 1)


 on OpenCard
   log (Open Card)
   set the tmLabel of group Header of this card to the short name of this
 card
   setup_Scrolling
   OpenCursor
   put revDatabaseColumnNames(sCursorID) into sRecordFields
   put revNumberOfRecords(sCursorID) into sRecordCount
   lock screen
   set the dgNumberOfRecords of group DataGrid to sRecordCount
   unlock screen
 end OpenCard

 on setup_Scrolling
   if the environment is mobile then
  set the dgProp[ show vscrollbar ] of group DataGrid to false
  -- other code remove for now
   else
  set the dgProp[ show vscrollbar ] of group DataGrid to true
   end if
 end setup_Scrolling



 On 2011-11-16, at 1:04 PM, Pete wrote:

  Sounds like the problem is that you close the cursor when the card is
  closed.  From that point, it's not a valid cursor, as you're finding when
  you return to the card.  When you return to the card, you'd need to
 either
  leave the cursor open or re-execute the SELECT statement that created it.
 
  Depending on the needs of your application, you might want to consider
  not creating a cursor but returning the data from the SELECT statement
  directly to your application using revDataFromQuery and storing that in a
  custom property.  That's useful if you are using a datagrid on your card
  since you can simply set the dgtext of the datagrid to the returned data
 to
  populate the datagrid.
 
  Pete
  Molly's Revenge http://www.mollysrevenge.com
 
 
 
 
  
  use-livecode mailing list
  use-livecode@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
  http://lists.runrev.com/mailman/listinfo/use-livecode

 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Running a script after pasting text

2011-11-16 Thread James Hurley
Is there a message I might trap to run  a script after pasting text into a 
field? 
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Number of Controls - Application Browser vs. Script

2011-11-16 Thread zryip theSlug
On Wed, Nov 16, 2011 at 9:14 PM, Glen Bojsza gboj...@gmail.com wrote:
 I have a stack with a single card and several objects that I have placed on
 it ... including a datagrid.

 In the application browser it shows 58 controls for the card (all the ones
 I expected).

 From script

 put the number of controls of card 1 of this stack

 I get 202 controls (which I would guess has to do with the datagrid).

 Is it possible via script to get the same controls that the Application
 browser reports?

You can count the number of controls in the card,
then subtract to this number, the number of controls inside the datagrid group:

put the number of controls of cd 1 - the number of controls of group
myDataGrid


Best regards,
-- 
-Zryip TheSlug- wish you the best! 8)
http://www.aslugontheroad.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Number of Controls - Application Browser vs. Script

2011-11-16 Thread Glen Bojsza
Yes it looks like I would need to create a filter to account for all the
datagrid objects... this would work but I will have to remember never to
create a group that starts with dg.

thanks.

On Wed, Nov 16, 2011 at 2:39 PM, Pete p...@mollysrevenge.com wrote:

 Hi Glen,
 I haven't found a way to exclude them from being returned by any of the
 standard methods of looping through the controls in a script but I have
 managed to identify which controls are part of the datagrid.

 If it helps, you can see the structure of a datagrid by selecting it, then
 in the message box, type:

 set the selectgroupedcontrols of selobj() to true

 Then select the card that the datagrid is on in the Application browser (if
 it's already selected, you'll probably have to refresh the right pane by
 right-clicking and selecting refresh.

 Your datagrid won't work until you restore it to normal condition by set
 the selectgroupedcontrols of selobj() to false

 You'll see that many (but not all) of the datagrid controls have names that
 begin with dg so you can start by excluding those.  After that, you have
 to deal with any columns that you have customised to contain controls and
 the column headings since they won't have names that begin with dg
 (unless you force yourself to do that).  I do that by checking if either
 dgList or dgHeader is in the long name of the control.  So far that has
 worked reliably for me.

 Hope that helps.


 Pete
 Molly's Revenge http://www.mollysrevenge.com




 On Wed, Nov 16, 2011 at 12:14 PM, Glen Bojsza gboj...@gmail.com wrote:

  I have a stack with a single card and several objects that I have placed
 on
  it ... including a datagrid.
 
  In the application browser it shows 58 controls for the card (all the
 ones
  I expected).
 
  From script
 
  put the number of controls of card 1 of this stack
 
  I get 202 controls (which I would guess has to do with the datagrid).
 
  Is it possible via script to get the same controls that the Application
  browser reports?
 
  thanks
  ___
  use-livecode mailing list
  use-livecode@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your
  subscription preferences:
  http://lists.runrev.com/mailman/listinfo/use-livecode
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Running a script after pasting text

2011-11-16 Thread Mark Schonewille
James,

You can catch messages such as commandKeyDown, pasteKey and rawKeyUp. You could 
also write a script in the Edit button of the Menubar group, which runs 
whenever the Paste item is selected.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Become our partner in sales http://qery.us/1bq Start selling Color Converter 
today. 20% commission!

On 16 nov 2011, at 23:02, James Hurley wrote:

 Is there a message I might trap to run  a script after pasting text into a 
 field? 



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Re : Wasting space on the forum.

2011-11-16 Thread AndyP
Talking about troble makers.

Q? Is not this thread wasting forum space?

Oh darn it, justed wasted some more...

-
Andy Piddock


My software never has bugs. It just develops random features.
PointandSee is a FREE simple but full featured under cursor colour picker / 
finder.
http://www.pointandsee.co.uk - made with LiveCode (v1.4.1 released 26/08/2011)


--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Re-Wasting-space-on-the-forum-tp4028499p4078163.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Auto-numbering in a field

2011-11-16 Thread AcidJazz
Thanks Devin!   You've helped me twice now in as many weeks.   Much
appreciated.

Mark

--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Auto-numbering-in-a-field-tp4041992p4078184.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Auto-numbering in a field

2011-11-16 Thread AcidJazz
I didn't even think to use a script in the message box as both you and Devin
and others all suggested.  I was just trying to edit within the properties
inspector.   Your approach works.   Thanks.

Mark

--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Auto-numbering-in-a-field-tp4041992p4078187.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Re : Wasting space on the forum.

2011-11-16 Thread Peter M. Brigham, MD
On Nov 16, 2011, at 5:29 PM, AndyP wrote:

 Talking about troble makers.
 
 Q? Is not this thread wasting forum space?
 
 Oh darn it, justed wasted some more...


Dialog on free will:

Q: Are you going to finish reading this dialog?
A: As a matter of fact, I think I'll read it again.

-- Peter

Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


revOnline Problem

2011-11-16 Thread Pete
Has anyone tried uploading a stack to revOnline recently?  I've been trying
unsuccessfully for about a week.  I select a stack to upload, fill in the
title and description, click Save Changes.  The screen dims, I get an
Uploading message in the status bar and that's the way it stays.
Pete
Molly's Revenge http://www.mollysrevenge.com
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


File types and icons?

2011-11-16 Thread Keith (Gulf Breeze Ortho Lab)
Hello All,

Please excuse my ignorance, but is there a way to put a list of files in a 
datagrid in a way to include the default icon for each file type? For example, 
if I put a list of files from a directory into a datagrid, is there a way to 
include a .pdf icon for each .pdf file, a text icon for each text file, an 
image icon for each image file, etc. I can manually place my own icons (using 
my own images/icons), but I want to access the file type icons found on each 
user’s system dynamically... Some users will have different icons... I want 
each user to be able to identify her/his files accordingly...

Thanks!

- Boo
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: revOnline Problem

2011-11-16 Thread J. Landman Gay

On 11/16/11 4:52 PM, Pete wrote:

Has anyone tried uploading a stack to revOnline recently?  I've been trying
unsuccessfully for about a week.  I select a stack to upload, fill in the
title and description, click Save Changes.  The screen dims, I get an
Uploading message in the status bar and that's the way it stays.


Yeah. Same here, for much longer than a week. I'm not sure what to 
tinker with, but some people seem to be able to upload.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Re : Wasting space on the forum.

2011-11-16 Thread Roger Eller
On Wed, Nov 16, 2011 at 5:49 PM, Peter M. Brigham, MD wrote:

 On Nov 16, 2011, at 5:29 PM, AndyP wrote:

   Talking about trouble makers.

 Dialog on free will:

 Q: Are you going to finish reading this dialog?
 A: As a matter of fact, I think I'll read it again.

 -- Peter

 Peter M. Brigham
 pmb...@gmail.com
 http://home.comcast.net/~pmbrig


The thing about trouble-makers is they usually are only reacting to someone
else's preference that something should be done a certain way; a
restriction on free will.  This dialog goes on and on and on, partly in
fun, and partly to say naa-na Na naa-na (with tongue stuck out, and thumbs
in ears, fingers making moose ears).

At the end of the day, we sift through it all, we share nuggets of
knowledge, we learn, we make fun, but we still respect our fellow listers
regardless of where they post a response.  It's all good.  I appreciate
everyone on this list, even space wasters.  Oops, there goes a few more
bytes.  :)

˜Roger
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Re : Wasting space on the forum.

2011-11-16 Thread Pete
Exactly, well said Roger! All this is a matter of personal preference and
there is so much knowledge in so many areas of expertise  on this list that
 I will gladly search through as much quoted text as someone wants to
include if it means I can add another nugget of LC knowledge to my
collection.

As to the space issue, I've sometimes had posts rejected because they were
too large, so the list administrator has already set an appropriate space
limit.

Pete
Molly's Revenge http://www.mollysrevenge.com



At the end of the day, we sift through it all, we share nuggets of
 knowledge, we learn, we make fun, but we still respect our fellow listers
 regardless of where they post a response.  It's all good.  I appreciate
 everyone on this list, even space wasters.  Oops, there goes a few more
 bytes.  :)

 ˜Roger

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode