Author Topic: CocoaTouch  (Read 26332 times)

Offline codegit

  • Dr. Type
  • ****
  • Posts: 270
    • View Profile
Re: CocoaTouch
« Reply #30 on: 2009-Nov-20 »
 :enc:
------------------------------------------
1 X Acer TravelMate 4270, laptop, XP PRO
1 X Dell Studio 17 laptop, Windows 7
1 X MacBook Pro 2,2 GHz Core 2 Duo, 2 GB RAM, 160 GB HDD, 9400M
2 X iTouch
1 X HTC Desire (Android 2.1)
iPad soon to be added

Offline bigsofty

  • Community Developer
  • Prof. Inline
  • ******
  • Posts: 2795
    • View Profile
Re: CocoaTouch
« Reply #31 on: 2010-Jan-14 »
Did this lib ever get finished?
Cheers,

Ian.

“It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration.”
(E. W. Dijkstra)

Offline trucidare

  • Administrator
  • Prof. Inline
  • *******
  • Posts: 1377
  • Bachelor of Fail
    • View Profile
Re: CocoaTouch
« Reply #32 on: 2010-Jan-14 »
i hope ;)
one problem with tableViews :( they are not scrollable O.o

After solving this i can create a beta xcode project and glb lib
MacBook Pro 2,2 GHz Core 2 Duo, 4 GB RAM, 160 GB HDD, 8600M GT
Core i3 - 3,07 GHz, 8 GB Ram, 2.5 TB HDD, Geforce GTX 260+ OC

Offline Schranz0r

  • Premium User :)
  • Administrator
  • Prof. Inline
  • *******
  • Posts: 5116
  • O Rly?
    • View Profile
Re: CocoaTouch
« Reply #33 on: 2010-Jan-14 »
Do it!
I <3 DGArray's :D

PC:
AMD Ryzen 7 3800X 16@4.5GHz, 16GB Corsair Vengeance LPX DDR4-3200 RAM, ASUS Dual GeForce RTX™ 3060 OC Edition 12GB GDDR6, Windows 11 Pro 64Bit, MSi Tomahawk B350 Mainboard

Offline bigsofty

  • Community Developer
  • Prof. Inline
  • ******
  • Posts: 2795
    • View Profile
Re: CocoaTouch
« Reply #34 on: 2010-Jan-15 »
Oooh sounds close!  =D
Cheers,

Ian.

“It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration.”
(E. W. Dijkstra)

Offline codegit

  • Dr. Type
  • ****
  • Posts: 270
    • View Profile
Re: CocoaTouch
« Reply #35 on: 2010-Jan-15 »
i hope ;)
one problem with tableViews :( they are not scrollable O.o

After solving this i can create a beta xcode project and glb lib

 :enc: :enc: :enc: :enc: :enc: :enc: :enc: :enc: :enc:
------------------------------------------
1 X Acer TravelMate 4270, laptop, XP PRO
1 X Dell Studio 17 laptop, Windows 7
1 X MacBook Pro 2,2 GHz Core 2 Duo, 2 GB RAM, 160 GB HDD, 9400M
2 X iTouch
1 X HTC Desire (Android 2.1)
iPad soon to be added

Offline djtoon

  • Dr. Type
  • ****
  • Posts: 290
    • View Profile
Re: CocoaTouch
« Reply #36 on: 2010-Sep-26 »
any news about this project?

Offline trucidare

  • Administrator
  • Prof. Inline
  • *******
  • Posts: 1377
  • Bachelor of Fail
    • View Profile
Re: CocoaTouch
« Reply #37 on: 2010-Sep-26 »
no time for this project at this time - but its on my desktop - not in trash.

first mac ide
MacBook Pro 2,2 GHz Core 2 Duo, 4 GB RAM, 160 GB HDD, 8600M GT
Core i3 - 3,07 GHz, 8 GB Ram, 2.5 TB HDD, Geforce GTX 260+ OC

Offline bigtunacan

  • Mr. Polyvector
  • ***
  • Posts: 195
    • View Profile
Re: CocoaTouch
« Reply #38 on: 2012-Jan-06 »
Whatever happened to this? Last update was more than a year ago.  I would love to see this as would others. 

Trucidare, if you never had time to complete, please consider posting it in it's existing state, maybe someone else will have time to get it the rest of the way where it needs to be.

Offline hardyx

  • Community Developer
  • Prof. Inline
  • ******
  • Posts: 505
    • View Profile
Re: CocoaTouch
« Reply #39 on: 2013-Feb-06 »
i hope ;)
one problem with tableViews :( they are not scrollable O.o
In iPhone SDK tables can be very complex and get the data in a dynamic way. This can be implemented with an array or a function called when a new element needs to be created. Using an array for simple elements is more easy to use with GLBasic. Other table types can be developed later.