Thank you for the offer, but I have already tried it on 2 different PCs (XP and Vista) and the same happens on both of them.
The code I'm using is:
In the control (a menu):
on menuPick pItemName
put the ID of me into cd fld "IDnummer"
-- put pItemName
velgIMeny pItemName
put pItemName into ...
Search found 3 matches
- Wed May 06, 2009 5:40 pm
- Forum: Windows
- Topic: App created with Revolution on Mac does not work on Windows
- Replies: 4
- Views: 5470
- Wed May 06, 2009 1:55 pm
- Forum: Windows
- Topic: App created with Revolution on Mac does not work on Windows
- Replies: 4
- Views: 5470
I don't use any of those.
It is all very simple. The control contains a menuPick handler that calls a switch statement in the card script. The switch-statement is very basic, just picking which handler to call based on the itemname that is reported in the menuPick handler in the control.
On the Mac ...
It is all very simple. The control contains a menuPick handler that calls a switch statement in the card script. The switch-statement is very basic, just picking which handler to call based on the itemname that is reported in the menuPick handler in the control.
On the Mac ...
- Wed May 06, 2009 11:43 am
- Forum: Windows
- Topic: App created with Revolution on Mac does not work on Windows
- Replies: 4
- Views: 5470
App created with Revolution on Mac does not work on Windows
I have been moving a (very basic) SuperCard project to revolution. Everything works fine on the Mac, but nothing happens in the Windows version og the app. Handlers located in a cards script called from controls just do not respond.
What is the reason for this? Handlers defined in the card should be ...
What is the reason for this? Handlers defined in the card should be ...